[Live-devel] In the "testOnDemandServer", where call th e device iocntl funtion?

2007-07-05 Thread yang-m-h
Dear list menbers. I run the testOnDemandServer program to transfer the mpeg4 video stream from a encoding device.But the program seems to call the ioctl function than close the device.So I cannot see the realtime video. in what case, it will open the file and then call the control function,an

Re: [Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-05 Thread Ross Finlayson
Do you have a specific reason to not use openRTSP to receive transport streams? testMPEG2TransportStreamer has an optional RTSP server in it. I think instead of making MPEG2TransportStreamRTPSource, you should set up the chain like this: SimpleRTPSource -> MPEG2TransportStreamFramer -> File

[Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-05 Thread xcsmith
Do you have a specific reason to not use openRTSP to receive transport streams? testMPEG2TransportStreamer has an optional RTSP server in it. I think instead of making MPEG2TransportStreamRTPSource, you should set up the chain like this: SimpleRTPSource -> MPEG2TransportStreamFramer -> FileSin

[Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-05 Thread Russell Brennan
I am trying to make a "testMPEG2TSReceiver" executable that will receive MPEG2-TS streams, which I am playing using testMPEG2TransportStreamer. I think that this would be a solid addition to the test programs included with the library. I have started by using "testMPEG1or2VideoReceiver" as a tem

Re: [Live-devel] MPEG4 Audio

2007-07-05 Thread Ross Finlayson
>I saw there are implemented classes to stream MPEG4 Audio based on RFC3016 >(MPEG4LATMAudioRTPSink, MPEG4LATMAudioRTPSource). What kind of session may I >use to create an on-demand service of this audio? You would need to write your own "MPEG4LATMAudioFileServerMediaSubsession" class. This shou

[Live-devel] MPEG4 Audio

2007-07-05 Thread Ramon Martin de Pozuelo Genis
Hi, I saw there are implemented classes to stream MPEG4 Audio based on RFC3016 (MPEG4LATMAudioRTPSink, MPEG4LATMAudioRTPSource). What kind of session may I use to create an on-demand service of this audio? Using this classes could I stream a MPEG4 elementary audio stream based on RFC3640? Thanks i