Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download HLS/M3U8 chunks in ios device?

How to store locally m3u8 file with all chunks (.ts) from url in ios device. If possible so how to do it?

I have developing functionality like.. Download .m3u8 file with chunks(.ts) in ios local storage then after modify .m3u8 and will play offline mode.

Please help me if have any kind of solution for above question.

like image 880
Bhavesh Kumbhani Avatar asked Mar 18 '13 09:03

Bhavesh Kumbhani


People also ask

How do I download HLS M3U8?

Please right-click on ". m3u8" streams and then select - Download with HLS Downloader - from the context menu. If you have a feature request or found a bug to report, please fill the bug report form in the add-on's homepage.

How do I download a HLS video from Firefox?

Copy the video tab's URL and close the browser tab. Open a new browser tab and turn the "HLS video download" extension on. Paste the URL copied in step 2 into the new tab to again load the previous video page.


1 Answers

The only way you can do this is to set up an HTTP server to serve the files locally after you've downloaded them.

Here are some related answers: Can IOS devices stream m3u8 segmented video from the local file system using html5 video and phonegap/cordova?

like image 161
IanStallings Avatar answered Oct 16 '22 02:10

IanStallings