문제

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

도움이 되었습니까?

해결책 2

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

다른 팁

I would highly recommend looking at Red5, Wowza, or Flash Media Server. These are excellent applications that can stream just about anything to flash in a very high performance manner. Red5 is free. Both have extensive documentation and examples.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top