[FFmpeg-devel] [PATCH] RTP/Vorbis payload implementation (GSoC qual task)

Ronald S. Bultje rsbultje
Mon Apr 13 15:17:09 CEST 2009


Hi,

On Mon, Apr 13, 2009 at 8:49 AM, Colin McQuillan <m.niloc at googlemail.com> wrote:
> 2009/4/12 Ronald S. Bultje <rsbultje at gmail.com>:
>> Did you test over UDP or TCP?
>
> UDP.
[..]
> Do you know whether ffplay can use RTSP over TCP with Feng?

Not automatically. Add a "if (lower_transport ==
RTSP_LOWER_TRANSPORT_UDP) return 1;" at the top of
make_setup_request() in rtsp.c to force TCP. I still have to make this
autodetectable/configurable somehow.

Ronald



More information about the ffmpeg-devel mailing list