[Live-devel] Discarding out-of-order frames

2008-02-05 Thread Oliver Roll
Hello, while streaming MPEG2 or MPEG4, when do out-of-order or too late arriving frames get discarded? For example, I guess that an I-frame experiencing a delay of 1 second on its way will not be of use any more. I had a look at MultiFramedRTPSource and ReorderingPacketBuffer. Is ReorderingPacketB

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

[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

Re: [Live-devel] Player application

2007-11-25 Thread Oliver Roll
Ross Finlayson schrieb: >> all of the receiver programs in liveMedia/testProgs are dumping their >> output to stdout or into files. >> What is the easiest way to display a video actually received via >> testMPEG1or2VideoReceiver for instance? > > Well, if you have a video player that can read from

[Live-devel] Player application

2007-11-24 Thread Oliver Roll
Hello all, all of the receiver programs in liveMedia/testProgs are dumping their output to stdout or into files. What is the easiest way to display a video actually received via testMPEG1or2VideoReceiver for instance? Is vlc (which is a bit too complex for me on the first sight) the only software

[Live-devel] RTP over SCTP

2007-11-06 Thread Oliver Roll
Hello everybody, I want to replace RTP/UDP with RTP/SCTP in LiveMedia. Has anybody done this before and would give me some tips or share his code? Thanks & regards, Oliver ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.co