I have a SimpleRTPSink that is fed a transport stream from
MPEG2TransportStreamFramer. That transport stream contains one
MPEG-4 video elementary stream plus one MPEG-1, Layer 3 stereo
(2-channel) audio stream. When I call SimpleRTPSink::createNew(),
what value should I use for the numChanne
Hi Ross,
I have a SimpleRTPSink that is fed a transport stream from
MPEG2TransportStreamFramer. That transport stream contains one MPEG-4 video
elementary stream plus one MPEG-1, Layer 3 stereo (2-channel) audio stream.
When I call SimpleRTPSink::createNew(), what value should I use for the
I am using openRTSP to receive the mpeg4ESVideoTest stream
from testOnDemandRTSPServer giving input as test.m4e. It's creating
the output file video-MP4V-ES-1 but when am trying to play it with
mplayer it's not playing.
That's simply because MPlayer does not know how to play such a fi
Hi Ross,
I am using openRTSP to receive the mpeg4ESVideoTest stream from
testOnDemandRTSPServer giving input as test.m4e. It's creating the output
file video-MP4V-ES-1 but when am trying to play it with mplayer it's not
playing. But in case of testMPEG4VideoStreamer it is able to play.
Thanks Ross first :-)
I printed each packet before sending and the problem was gone, soI think
it's probably because streamer send packets too fast ( server and client are
both on the same machine ) so that reciver could not hold them.
Z.T
2009/6/30 Ross Finlayson
> I'm trying to send JPE