Page 1 of 1

[BUG REPORT] wrong sdp format

Posted: 03 Dec 2010 09:46
by artsylar
Hi,

I would just like to report a bug that we found while performing VOD streaming using VLC 1.1.4.
We noticed that the VLC server is sending range and npt parameter of SDP in non-standard format.
Space is inserted between range: and npt.

ex.
a=range: npt=0-259.877 //VLC
a=range:npt=0-259.877 // Other Streaming Server

Because of this, pausing of streaming playback fails in other streaming clients.

Thanks,
artsylar

Re: [BUG REPORT] wrong sdp format

Posted: 04 Dec 2010 18:53
by RĂ©mi Denis-Courmont
Yes. This will be fixed in future versions.