Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-28 Thread Johannes Ebersold
On 07/27/2011 11:01 PM, Ross Finlayson wrote: As I noted in my last message, I recommend that you first generate a Transport Stream *file*, and check whether VLC can play that file (i.e., locally; not streamed). I did generate a file, which was well playable by VLC and also with an Android 3

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-27 Thread Ross Finlayson
I managed to produce a TransportStream, but to do so, i had to use the following setup: MySource -> MPEG2TransportStreamFromESSource -> MPEG2TransportStreamFramer -> SimpleRTPSink without the H264VideoStreamDiscreteFramer. The Framer wants the NAL units without the startcodes, but without th

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-27 Thread Johannes Ebersold
Hi, thanks for your advice :) I managed to produce a TransportStream, but to do so, i had to use the following setup: MySource -> MPEG2TransportStreamFromESSource -> MPEG2TransportStreamFramer -> SimpleRTPSink without the H264VideoStreamDiscreteFramer. The Framer wants the NAL units witho

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-25 Thread Ross Finlayson
I am trying to generate a transport stream, streaming H.264. I've read a lot of postings in the mailing list and studied the examples (testH264VideoToTransportStream and testMPEG2TransportStreamer), but as a matter of fact my software won't work. First, i implemented a stream via rtp using a rts

Re: [Live-devel] Streaming H264 using Transport Stream

2011-07-25 Thread Karl Dietz
Hello, I am trying to generate a transport stream, streaming H.264. I've read a lot of postings in the mailing list and studied the examples (testH264VideoToTransportStream and testMPEG2TransportStreamer), but as a matter of fact my software won't work. First, i implemented a stream via rtp usin

[Live-devel] Streaming H264 using Transport Stream

2011-07-25 Thread Johannes Ebersold
Hi, I am trying to generate a transport stream, streaming H.264. I've read a lot of postings in the mailing list and studied the examples (testH264VideoToTransportStream and testMPEG2TransportStreamer), but as a matter of fact my software won't work. First, i implemented a stream via rtp using