[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Luca Abeni
lucabe72
Sun Dec 30 12:25:57 CET 2007
Hi all,
Ronald S. Bultje wrote:
[...]
> Somehow rtsp doesn't work at all in the default config (I get "no such file
> or directory" on stuff that works just fine with my own binaries), so no
> problem yet. But here's another nice one in allformats.c:
>
> #ifdef CONFIG_RTP_MUXER
> av_register_rtp_dynamic_payload_handlers();
> #endif
I do not know how the dependencies between muxers and demuxers are
organised, but... This looks very funny.
As far as I know, the dynamic payload handlers are used for receiving
RTP traffic, not for sending it... So, I guess this should be
#ifdef CONFIG_RTSP_DEMUXER
av_register_rtp_dynamic_payload_handlers();
#endif
Luca
More information about the ffmpeg-devel
mailing list