[Live-devel] Dumping and viewing at one time
Oliver Roll
mail at oliroll.de
Tue Jan 22 02:33:49 PST 2008
Ross Finlayson schrieb:
>> I want to dump and view a stream at one time. I'm using MPlayer +
>> liveMedia lib. What would be the best way to do this?
>
> You would need to modify MPlayer's LIVE555 interface code
> ("libmpdemux/demux_rtp.c") to write each incoming data frame to a
> file, as well as processing it normally. For more help on this, you
> should ask a MPlayer mailing list.
Thanks for the tip, it works. Didn't have to change much but adding a
FileSink into RTPState and filling this filesink in
static demux_packet_t* getBuffer()
Regards,
Oliver
More information about the live-devel
mailing list