[vlc-devel] commit: RTP: fix sdp=file:// with mux ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Jun 25 20:13:53 CEST 2009
vlc | branch: 0.9-bugfix | Rémi Denis-Courmont <remi at remlab.net> | Wed Jun 24 20:02:23 2009 +0300| [fc27fadd9cbc139ca4716f78f6035353d05923f0] | committer: Rémi Denis-Courmont
RTP: fix sdp=file:// with mux
(cherry picked from commit c1c6933240eefed15674bd4e1dd50e2a37f66dee)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fc27fadd9cbc139ca4716f78f6035353d05923f0
---
modules/stream_out/rtp.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c
index 9d5a738..747eb53 100644
--- a/modules/stream_out/rtp.c
+++ b/modules/stream_out/rtp.c
@@ -666,6 +666,7 @@ static void SDPHandleUrl( sout_stream_t *p_stream, const char *psz_url )
if( psz_url[0] == '/' && psz_url[1] == '/' )
psz_url += 2;
p_sys->psz_sdp_file = strdup( psz_url );
+ FileSetup( p_stream );
}
else
{
More information about the vlc-devel
mailing list