> In fact I have the choice of the stream protocol, may be it is more
> simple to use MP4 video stream over RTP.
OK, in that case you wouldn't use anything with the word "Transport" in the
name.
For streaming, you could use our "testMPEG4VideoStreamer" demo application.
This reads from a
Thanks Ross for the quick reply,
In fact I have the choice of the stream protocol, may be it is more simple
to use MP4 video stream over RTP.
*
For receiving:
*
I can use testMPEG2TransportReceiver and replace SimpleRTPSource with
MPEG4ESVideoRTPSource.
*
But I need to use MPEG4
> I receive a MP4 video stream over MPEG TS:
> I use test program testMPEG2TransportReceiver and It works fine.
> Now I need to write an AVI file containing the MPG4 video Frames.
> But I don't find which filter i need to use in order to convert MPEG TS
> packets to MP4V frames and how I can dete
De : Bonnet, Jean-Luc
Envoyé : lundi 3 mars 2014 13:13
À : 'live-devel@lists.live555.com'
Objet : MP4 Video over Transport Stream
Hi Ross,
* I receive a MP4 video stream over MPEG TS:
* I use test program testMPEG2TransportReceiver and It works fine.