[vlc-commits] commit: rtsp: don't forget to set ssrc (Pierre Ynard )

git at videolan.org git at videolan.org
Fri Dec 17 09:07:21 CET 2010


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Fri Dec 17 09:06:49 2010 +0100| [7f761a39c29ea4bc9f6c7bac350aff777894cda4] | committer: Pierre Ynard 

rtsp: don't forget to set ssrc

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f761a39c29ea4bc9f6c7bac350aff777894cda4
---

 modules/stream_out/rtsp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/stream_out/rtsp.c b/modules/stream_out/rtsp.c
index 8812185..7a6fa0f 100644
--- a/modules/stream_out/rtsp.c
+++ b/modules/stream_out/rtsp.c
@@ -891,6 +891,7 @@ static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
                         /* The track was not SETUP, but it exists
                          * because there is a sout_id running for it */
                         tr->setup_fd = fd;
+                        ssrc = tr->ssrc;
                     }
                     else
                     {



More information about the vlc-commits mailing list