mikesimb / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

SipML5 Expert mode: Max bandwidth (kbps) doesn't work! #145

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
a) Before posting your issue you MUST answer to the questions otherwise it
will be rejected (invalid status) by us
b) Please check the issue tacker to avoid duplication
c) Please provide network capture (Wireshark) or Javascript console log
if you want quick response

What steps will reproduce the problem?
1.Video call between 2 client SipML5
2.The clients are registered on an Asterisk server. The webrtc2sip works 
properly
3.On ADSL connection, video freezes. On HSDPA connection video works fine.
4.In Expert Mode web page I set Max bandwidth (kbps): {audio: 64 video: 256}, 
but does not appear in the package SDP line b = AS:. The bandwidth in reception 
is not limited.

What is the expected output? What do you see instead?
The bandwidth should be limited while reaching peaks of 2Mbps and the video 
freezes, largely on ADSL

What version of the product are you using? On what operating system?
Windows 7 64bit. Webrtc2sip version 2.6.0 . SipML5 version 213.

Please provide any additional information below.

Original issue reported on code.google.com by emiliano...@gmail.com on 30 Dec 2013 at 9:26

Attachments:

GoogleCodeExporter commented 8 years ago
{audio: 64 video: 256} -> comma required

Original comment by boss...@yahoo.fr on 30 Dec 2013 at 1:38

GoogleCodeExporter commented 8 years ago
I'm sorry.
I did the test by writing: {audio: 64, video: 512}
My English is not the best, and Google translator removes the commas!

Original comment by emiliano...@gmail.com on 30 Dec 2013 at 3:12

GoogleCodeExporter commented 8 years ago
Il 30/12/2013 15:01, sipml5@googlecode.com ha scritto:

I'm sorry.
I did the test by writing: {audio: 64, video: 512}
My English is not the best, and Google translator removes the commas!
Emiliano

Original comment by emiliano...@gmail.com on 3 Jan 2014 at 5:54