• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Handling m3u8/mpeg-ts files in Flash

New Here ,
Apr 18, 2012 Apr 18, 2012

Copy link to clipboard

Copied

I am trying to implement HTTP Live Streaming. I have Apache serving the m3u8 playlists and *.ts video segments successfully (tested on iPhone and in VLC). However, I cannot figure out how to handle these file types in AsctionScript ... Does Flash CS5.5 support mpeg-ts files? They contain h264 aac encoded files, so I don't see why it would not; my player can currently play mp4/flv extensions.

Thanks!

TOPICS
ActionScript

Views

3.7K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 05, 2013 Mar 05, 2013

Copy link to clipboard

Copied

Hello, were you able to get an answer for this? I'm running into the same issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2013 Mar 05, 2013

Copy link to clipboard

Copied

One can definitely do that. It involves a lot of byte level manipulations though which very few high level developers would want to deal with. You will have to be very well versed in video formats, encoding and video containers as well.

Look into OSMF code how they handle http streaming fragments.

The truth is, though, that you most probably will not any real help in this forum because this is a very narrow niche specialized skill set that few posses and even care to posses.

You may want to explore this:

https://code.google.com/p/apple-http-osmf/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 05, 2013 Mar 05, 2013

Copy link to clipboard

Copied

Thanks a ton for your response.  I've been looking into OSMF as a possible solution and this will most likely be the path I take.  Thanks again!

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 05, 2013 Mar 05, 2013

Copy link to clipboard

Copied

LATEST

You are welcome.

Unfortunately, OSMF seems to be the only open source player that at least give an idea how to approach http adaptive streaming in Flash.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines