Commit 7f761a39 authored by Pierre Ynard's avatar Pierre Ynard

rtsp: don't forget to set ssrc

parent c8d1c51f
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment