Re: [Live-devel] Dumping and viewing at one time

2008-01-22 Thread Oliver Roll
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

Re: [Live-devel] Dumping and viewing at one time

2008-01-22 Thread Ross Finlayson
>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

[Live-devel] Dumping and viewing at one time

2008-01-21 Thread Oliver Roll
Dear all, 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? The receivers in testprogs all use a FileSink to save the incoming stream. But I don't know if I can use FileSink->startPlaying() in combination with MPlayer? Do I