[Live-devel] Streaming H264 using Transport Stream

Karl Dietz dekarl at spaetfruehstuecken.org
Mon Jul 25 12:03:40 PDT 2011


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 using a rtsp server and feeding
> single, raw H264 NAL units to it, this works fine, when streaming to VLC
> on another PC. But i tested this stream and it did not work with iOS and
> Android. So i used the streaming functionality of VLC to test which
> stream is okay for iOS and Android and decided to use a transport stream.

According to 
http://developer.android.com/guide/appendix/media-formats.html Android 
only supports transport streams in version 3.x or newer. So just must 
write your own demuxer.

Regards,
Karl


More information about the live-devel mailing list