[MPlayer-dev-eng] Receiving data RTP/MP2T over UDP

jacob jacob83 at gmail.com
Mon Nov 13 14:24:59 CET 2006


I need to adapt mplayer to RTP/MP2T, for RTP I use the live555
libraries but i have no idea how to make mplayer to detect that the
traffic received is mpeg2-ts.

-demuxer flag doesn't work for this purpose because it needs to call
two demuxers, first demux_rtp and then demux_ts.

The RTP negotation works well, mplayer open the socket but doesn't use
the demux_ts demuxer. If a take the UDP traffic and send it directly
to mplayer it detects that the traffic is mpeg2-ts and reproduce it (i
make this with netcat and the - flag).

Where can I begin to change source code?, I think that would be in
libmpdemux/demuxer.c but I'm not sure.

Thanks in advance.

Jacob Cañadas



More information about the MPlayer-dev-eng mailing list