[FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)

Aurelien Jacobs aurel
Sat Dec 29 21:36:12 CET 2007


On Sat, 29 Dec 2007 14:44:51 -0500
"Ronald S. Bultje" <rsbultje at gmail.com> wrote:

> Hi,
> 
> On Dec 29, 2007 2:36 PM, Aurelien Jacobs <aurel at gnuage.org> wrote:
> 
> > On Sat, 29 Dec 2007 14:28:43 -0500
> > "Ronald S. Bultje" <rsbultje at gmail.com> wrote:
> > > On Dec 29, 2007 2:19 PM, Aurelien Jacobs <aurel at gnuage.org> wrote:
> > > > -OBJS-$(CONFIG_RTP_MUXER)                 += rtp.o rtp_h264.o
> > rtp_mpv.o
> > > > rtp_aac.o
> > > > +OBJS-$(CONFIG_RTP_MUXER)                 += rtp.o rtp_h264.o
> > rtp_mpv.o
> > > > rtp_aac.o rtp_rm.o rmdec.o
> > > >
> > >
> > > CONFIG_RTP_DEMUXER, I suppose?
> >
> > Hum... No.
> > It seems rtp.c contains a rtp muxer:
> >
> > AVOutputFormat rtp_muxer = {
> 
> 
> Also a demuxer (see rtp_parse_packet()), and rtp_rm.c is only a rm demuxer,
> not a muxer.

Well, a demuxer, in the ffmpeg terminology, is defined by an AVInputFormat.
Anyway, right now, rtp.c is only compiled when CONFIG_RTP_MUXER is defined.

Aurel




More information about the ffmpeg-devel mailing list