]> git.sesse.net Git - vlc/commit
rtsp: fix RTP-Info header syntax
authorPierre Ynard <linkfanel@yahoo.fr>
Wed, 13 May 2009 16:26:01 +0000 (18:26 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 13 May 2009 17:28:52 +0000 (20:28 +0300)
commit42043990d3418add07088b8e2e1117c9caee5412
treeb9e1da6274168904aafbc54b1abf7924ff674918
parentc9a4092a131cfa984348e0c123a8e65d109033c7
rtsp: fix RTP-Info header syntax

As per RFC2326, the correct syntax includes a "url=" that is missing
here. Tested (and bug found) with a Real Player client.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/stream_out/rtsp.c