[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Diego Biurrun
diego
Wed Jan 2 19:47:23 CET 2008
On Sun, Dec 30, 2007 at 12:25:57PM +0100, Luca Abeni wrote:
>
> 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
Test and commit the fix then :)
Diego
More information about the ffmpeg-devel
mailing list