Questions tagged [m3u8]

The Unicode version of "m3u" is "m3u8", which uses UTF-8 Unicode characters.

"m3u" and "m3u8" files are the basis for the HTTP Live Streaming format used by Apple to stream video to iOS devices. More can be found on WiKi.

734 questions
0
votes
1 answer

How to load vitamio on my emulator for streaming m3u8

I hawe written an app for streaming from a url that a radio station. But when i run on emulator it asked me whether i want to load vitamio from google play or viamio website. vitamio web site is not avaliable and i cant go to google play on my…
emreturka
  • 846
  • 3
  • 18
  • 44
0
votes
1 answer

HTML5 Video Tag currentTime not working in android

I am working with html5 video tag, i am using .m3u8 file for source. I can not able to seek video by using currentTime property in android 4+ whereas if i using .mp4 file i can able to seek. In ipad its working properly but not working in android.…
Thavaprakash Swaminathan
  • 6,226
  • 2
  • 30
  • 31
0
votes
1 answer

Check browser .m3u8 support php

How can I check browser support to play m3u8 format with PHP. IOS devices and the latest Mac Safari browser support it. I am able to check with the user agent but if there is a way to check m3u8 support directly, this will be better. Because some…
0
votes
3 answers

Can i play m3u8 format in windows mobile?

Sorry for the question, i don't have windows mobile to test. I am trying to develop a live internet radio application. The format they stream is in m3u8, i have got SDKs for all other mobile platorms but not for windows phone. Is there any SDK…
arnp
  • 3,178
  • 6
  • 26
  • 43
0
votes
3 answers

MPMoviePlayerController don't finish loading and don't play the stream

I'm trying to play a video with MPMoviePlayerController over HTTP Live Streaming (with Adobe Media Server). - (void) viewDidAppear:(BOOL)animated{ [super viewDidAppear:animated]; [self playVideo]; } - (void) playVideo{ NSURL *url =…
Aladdin Gallas
  • 701
  • 2
  • 12
  • 36
0
votes
1 answer

MPmovieplayer and streaming m3u8 file?

Am using MPMoviePlayerController to stream n play a video. Its, in m3u8 format and plays with no problems. However, lets say it has buffered n played 50% of the total video, now if i seek backward, it starts buffering from that point. shouldn't it…
0
votes
2 answers

How to decrypt ts files given in a m3u8 file?

I have a url for a m3u8 file which has the list of ts files.All those files are encrypted by AES-128 method.Along with ts files m3u8 file also contains URI for keys. First I want to download the ts files & then decrypt them.After decryption I want…
Arun Badole
  • 10,977
  • 19
  • 67
  • 96
0
votes
1 answer

how to play native m3u8 in iPhone

when playing m3u8 palylist,it must be a remote url.My problem is : if the m3u8 index file and the ts media files are loacted in the iPhone device, then how to play by http.
kobee
  • 9
  • 3
-1
votes
0 answers

How to extract m3u8 file from blob URL with command/script

I have m3u8 playlist that I maintain for multiple TV channels that broadcast online by their providers. I retrieve m3u8 file from the browser (dev tools in chrome then Network tab) then use the m3u8 URL in my playlist file so I can watch the TV…
-1
votes
0 answers

How to download .ts files in m3u8

I want to download .ts links in m3u8 before they expire. I am able to open m3u8 file with vlc player but using mediatoolkit it does not download .ts links to download. I will merge the ts files into one video later. Please help I only know c# public…
-1
votes
1 answer

how to download subtitles from a m3u8 file which is protected by cloudflare?

I am trying to use ffmpeg to download a vtt file from an m3u8 link but it isn't working i tried to run ffmpeg -i…
ZombZ
  • 3
  • 1
-1
votes
2 answers

Can not stop video in

Currently, I am trying use HlsJS to play m3u8 video in my web application but when I load video irrespective of autoplay attribute it starts playing when I load it first time. Here is my javascript code: const videoElement =…
-1
votes
1 answer

m3u8 file on computer opened with notepad any suggestions

First of all I am not an IT professional. I found file on my laptop which has .m3u8 extension. I downloaded VLC media player but that file does not show anything. It has following code. What is…
-1
votes
1 answer

Twitch m3u8 url viewers limit?

So my question is i am extracting m3u8 url of twitch live stream using a website and copy that url into my android application where users can view that stream using a video player of my app within my app. Problem is that after running for a few…
Salman Ali
  • 169
  • 1
  • 4
-1
votes
1 answer

Extract specific segment from m3u8 playlist using

I wish to extract parts from an m3u8 hls playlist given 'start time' and 'end unix time' Assuming, start unix time = 1667112116900 end unix time = 1667112133040 Example input file…