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
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
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
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
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?
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