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