[Freeswitch-users] Conference Bandwith parameter

Anthony Minessale anthony.minessale at gmail.com
Fri Mar 18 21:41:32 MSK 2016


The param in the SDP is the max bw the client should send or recv.  Its
controlled from channel variables or globals in vars.xml.
You should coordinate the value with what you want in your conference
because the conference does not control it.

rtp_video_max_bandwidth_in

rtp_video_max_bandwidth_out






On Fri, Mar 18, 2016 at 1:15 PM, Michael Jerris <mike at jerris.com> wrote:

> This probably needs some work.. Can you open up a jira and get as much
> details as possible about how this should be negotiated,  In the case you
> are talking about the timing of when we know what the bandwidth and
> resolution of the video could be probelmatic, in fact, they can change mid
> call too, so any info you have on capabilites of your device to support
> things such as rtcp tmmbr and such to adjust these settings is important.
> It may be as simple as what is passed in the sdp is the top bound, but this
> may depend on the device.  Get as much detail into the jira as possible and
> we can discuss more there.
> Thanks
> Mike
>
> On Mar 18, 2016, at 2:02 PM, Volodymyr Fedorov <lexxua at gmail.com> wrote:
>
> Thanks Mike for answer, quite strange that freeswitch always answer with
> b=AS:1024 for video stream.
> Let me describe Invite from UA (Grandstream gvc3200) SDP:
>
> v=0
> o=ipod7 8000 8000 IN IP4 77.120.9.98
> s=SIP Call
> c=IN IP4 77.120.9.98
> b=AS:1312
> t=0 0
> m=audio 5004 RTP/AVP 0 8 9 104 123 101
> b=TIAS:64000
> a=sendrecv
> a=rtpmap:0 PCMU/8000
> a=ptime:20
> a=rtpmap:8 PCMA/8000
> a=rtpmap:9 G722/8000
> a=rtpmap:104 G7221/16000
> a=fmtp:104 bitrate=32000
> a=rtpmap:123 opus/48000/2
> a=fmtp:123 useinbandfec=1; sprop-maxcapturerate=16000; stereo=0;
> sprop-stereo=0
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-15
> m=video 5006 RTP/AVP 99
> b=TIAS:1024000
> a=sendrecv
> a=rtpmap:99 H264/90000
> a=fmtp:99 profile-level-id=42801F; packetization-mode=1
> a=framerate:15
> a=content:main
> a=label:11
>
> FS respond part:
> v=0
> o=FreeSWITCH 1458296997 1458296998 IN IP4 77.121.1.26
> s=FreeSWITCH
> c=IN IP4 77.121.1.26
> t=0 0
> m=audio 26504 RTP/AVP 0 101
> a=rtpmap:0 PCMU/8000
> a=rtpmap:101 telephone-event/8000
> a=fmtp:101 0-16
> a=ptime:20
> m=video 31298 RTP/AVP 99
> b=AS:1024
> a=rtpmap:99 H264/90000
>
> What really confusing me are b=AS:1024 for Video rtp stream and absent
> a=fmtp:99 profile-level-id=42801F; packetization-mode=1 in freeswitch
> answer SDP.  Why I`m interesting because my device always starts with video
> resolution 176x144. I tried with asterisk and it`s respond part looks
> like this for video:
> a=fmtp:99 profile-level-id=428028 and device starts to send 1920x1080. Now
> I`m using Freeswitch Version 1.6.6 -13-d2d0b32 64bit from stable repo.
>
>
> On Wed, Mar 16, 2016 at 9:17 PM, Michael Jerris <mike at jerris.com> wrote:
>
>> Its only used in mod_conference, and I believe it will be adjusted via
>> rtcp.
>>
>> On Mar 14, 2016, at 4:21 AM, Volodymyr Fedorov <lexxua at gmail.com> wrote:
>>
>> Hi, community!
>> In wiki page
>> https://freeswitch.org/confluence/display/FREESWITCH/mod_conference
>> I found parameter for conf room: video-codec-bandwidth . It will be used
>> as SDP respond part as a Bandwidth ("b=") from Freeswitch ?
>> Thank you in advance
>> --
>> Best regards,
>> Volodymyr
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>>
>>
>> _________________________________________________________________________
>> Professional FreeSWITCH Consulting Services:
>> consulting at freeswitch.org
>> http://www.freeswitchsolutions.com
>>
>> Official FreeSWITCH Sites
>> http://www.freeswitch.org
>> http://confluence.freeswitch.org
>> http://www.cluecon.com
>>
>> FreeSWITCH-users mailing list
>> FreeSWITCH-users at lists.freeswitch.org
>> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
>> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
>> http://www.freeswitch.org
>>
>
>
>
> --
> Best regards,
> Volodymyr
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II       ♬ @anthmfs  ♬ @FreeSWITCH  ♬

☞ http://freeswitch.org/http://cluecon.com/http://twitter.com/FreeSWITCH
☞ irc.freenode.net #freeswitch ☞ *http://freeswitch.org/g+
<http://freeswitch.org/g+>*

ClueCon Weekly Development Call
☎ sip:888 at conference.freeswitch.org  ☎ +19193869900

https://www.youtube.com/watch?v=9XXgW34t40s
https://www.youtube.com/watch?v=NLaDpGQuZDA
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20160318/4b5845f3/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list