git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
[vlc.git]
/
modules
/
stream_out
/
rtsp.c
diff --git
a/modules/stream_out/rtsp.c
b/modules/stream_out/rtsp.c
index
da2fc9a
..
17d6844
100644
(file)
--- a/
modules/stream_out/rtsp.c
+++ b/
modules/stream_out/rtsp.c
@@
-602,7
+602,7
@@
static int RtspHandler( rtsp_stream_t *rtsp, rtsp_stream_id_t *id,
&& ( ( id == NULL ) || ( tr->id == id->sout_id ) ) )
{
tr->playing = VLC_TRUE;
- rtp_add_sink( tr->id, tr->fd );
+ rtp_add_sink( tr->id, tr->fd
, VLC_FALSE
);
}
}
}