Re: [Live-devel] numChannels Parameter

2009-07-01 Thread Ross Finlayson
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

[Live-devel] numChannels Parameter

2009-07-01 Thread mrussell
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

Re: [Live-devel] video-MP4V-ES-1 not playing in case of testOnDemandRTSPServer

2009-07-01 Thread Ross Finlayson
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

[Live-devel] video-MP4V-ES-1 not playing in case of testOnDemandRTSPServer

2009-07-01 Thread soumya patra
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.

Re: [Live-devel] openRTSP transmission question

2009-07-01 Thread Z.T Huang
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