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