Search code examples
apache-flexvideo-streamingh.264mpeg2-ts

How to play a video in mpeg-ts container format with H.264 encoding in a Flex 4 application?


I am trying to create a Flex 4 application to stream video in mpeg-ts format. The video is encoded in H.264 and the audio in mp3/AAC. I am unable to figure out the approach I should take. Is it possible to download mpeg-ts chunks and then play it in Flex. Any suggestions/help appreciated.

Thanks, Soumya


Solution

  • Instead of using mpeg-ts, flv can be used as the container for the specified codecs. It would work perfectly fine.