[FFmpeg-devel] Additional RTSP issues

Stas Oskin stas.oskin
Mon Aug 24 22:22:15 CEST 2009


Hi.

There is no ffplay parameter yet, there is just code in rtsp.c to do
> it, but no API or ffplay option for it. See make_setup_request() and
> its caller.
>
>
There is no such function in make_setup_request(), only the following code:

else if (protocol_mask & (1 << RTSP_PROTOCOL_RTP_TCP)) {
if (transport[0] != '\0')
pstrcat(transport, sizeof(transport), ",");
snprintf(transport + strlen(transport), sizeof(transport) -
strlen(transport) - 1,
"RTP/AVP/TCP");
}

The protocol_mask seems to be hard-coded on UDP indeed.

Was the TCP mode tested anywhere?

Regards.



More information about the ffmpeg-devel mailing list