[Live-devel] Demux does not demultiplex PES larger than 65KB

2007-07-15 Thread Christian Frahm
Hello everyone, A while ago I wrote to this list with a interesting question: We are trying to Stream DVB-T MPEG-TS signals. The problem we encountered is that the DEMUX class cannot handle PES which are either: 1) larger than 65KB 2) have their size set to zero (this is allowed according to the

[Live-devel] RTP Sequence number - alternating values

2007-07-12 Thread Christian Frahm
Thanks for the answer Ross. I will make myself a bit more clear to state the case. I am streaming a sequence of PES (both audio and video). I use the demux class to stream audio and video separatelly ( audio to IP port and video to ). I am using a dedicated network - so all traffic to th

[Live-devel] RTP Sequence number - alternating values

2007-07-11 Thread Christian Frahm
Hi to all, I am trying to stream A / V which are stored in a series of PES packets. I am using the VOBstreamer code as a start - just changed the source so that it reads from my source. Audio works fine - I am encountering a rather peculiar error with video. My video RTP packets are being send

[Live-devel] MPEG1or2Demux

2007-06-22 Thread Christian Frahm
only empties its buffer once the buffer is full*. Is there any way of ordering the Demux to forward Frames (here PES packets) to their respective sinks as soon as they arrive? This would also reduce delay and sporadic bursts in network traffic. Thanks, Christian Frahm

[Live-devel] PES packet sizes

2007-06-19 Thread Christian Frahm
Hi Everyone, I am having a few problems while parsing PES stripped from DVB-T MPEG-TS to the MPEGDemux Class. PES coming from DVB-T are indeed very peculiar. First of all, they can be very big. Some channels had PESs up to 150KB... so first question: is this correct? Can PES really be unbounded?

[Live-devel] Fwd: Sink taking too long to call doGetNextFrame - bad fDurationInMicroseconds?

2007-06-17 Thread Christian Frahm
more than enough resources. By the way, I always set fDurationInMicroseconds=0 and gettimeofday(&fPresentationTime, NULL); inside deliverFrame( ). Is this correct? Does this influence the rate at which sinks ask for more data from a source? Thank you very much in advance, Christ