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
-1
votes
2 answers

How Can i Download this video? Encrypted m3u8?

Hello everyone For almost a whole month now I have been trying to download a file from a specific site This is the link to the video https://www.karaoke.co.il/api_play.php?type=clip&id=58370&autoplay=undefined&referer=karaoketv The M3u8 files are…
-1
votes
1 answer

Video.js not playing m3u8 video on latest version

I am using video.js npm library for my next.js project. My video.js component is given below and it will be having the videos in m3u8 formats. on my localhost, it sometimes shows the video, sometimes doesn't show. It loads at first the control bar…
Nidhi Dadiya
  • 798
  • 12
  • 31
-1
votes
1 answer

very slow processing and converting videos to m3u8 using ffmpeg library

We are experiencing very slow processing and converting videos to m3u8 using ffmpeg library. Note that the operating system used is Ubuntu Server and that the server has huge resources in RAM and CBU, and we noticed that the processing process does…
-1
votes
1 answer

Convert video link to m3u8

I want to convert a video link to an m3u8 file That means I can give a video for the input of the link and I can watch the same video with the extension m3u8 for the output. Glad to help me
-1
votes
2 answers

How can I play this m3u8 with ExoPlayer?

I have this m3u8 file: https://iptv-org.github.io/iptv/languages/tur.m3u This file not standard m3u8 if you open it with NotePad++ or SublimeText you will see. There is list of differences m3u8 and playing next to next. But I don't know how can I…
Nina Gos
  • 11
  • 3
-1
votes
1 answer

How to Extract m3u8 url of a webpage without Developers tool and Extension

I want a code in javascript or php to extract m3u8 url from a webpage . Means When we load a webpage code will automatically fetch its m3u8 link and display it in a webpage. If anyone knows?
Gopal Math
  • 11
  • 1
-1
votes
1 answer

Combine two input audio/video in Nginx RTMP

I'm trying to do a Web TV for my Radio but i'm stucked into this problem. I'm trying to put a video loop (mp4) and trying to add into that loop the audio source of my radio who stream in m3u8 via Shoutcast. Is possible to do this? I try to search…
rayjhp
  • 13
  • 4
-1
votes
1 answer

How do I get my video source in HTML to be a .m3u8 file from my hard drive? (for streaming)

I'm trying to make a site that I can stream to. I didn't want to use Twitch or Youtube or anything, just independent. So I followed this guide on streaming with HLS and Videojs: https://www.youtube.com/watch?v=sRdDNhALeVo I have Nginx running. I got…
-1
votes
1 answer

ffmpeg HLS timing broken because of broken .ts file

So I've got .m3u8 file which looks like…
-1
votes
1 answer

How can I parse m3u8 playlist to retrieve the url of .ts chunks?

This is m3u8 link url : https://thr-pltv-4.aionet.ir/hls.m3u8?mwk=89374692478207427715317283451977223330&s=59560951766264806007645747993639236956&client=videojs&version=4.12 And this is m3u8 file plain text…
-1
votes
1 answer

HOW to Play HLS with HTML5

So i'm trying to play HLS streams on HTML5 without using Flash. We've tried many video players but they all relay on a flash player. My question, is it possible to play HLS streams (any) on HTML5 without using Flash? (I know of the…
-1
votes
2 answers

Delay in playing video which is obtained from Wowza streaming engine

When I am playing back the video which is running in wowza streaming engine (i.e when I am trying to load the url http://192.168.10.55:1935/live/myStream/playlist.m3u8 using MPMoviePlayerViewController it is playing fine. But there is more than 30…
iOS Developer
  • 437
  • 4
  • 11
-1
votes
1 answer

Http live streaming - Gopro

How we can capture live stream from gopro device in ios app and send it through opentok ? I can stream from http://10.5.5.9:8080/live/amba.m3u8 in browser. Now I want it to send to the server for live streaming on other devices.
CodeCracker
  • 461
  • 5
  • 17
-1
votes
2 answers

How to play .ts files from local on android?

I have .m3u8 file which contain path of .ts files. I am using this for playing the audio music. I have these files stored locally in my SDCard. How should i use them to play from local? I have multiple .ts files for one track. What path should I…
user2640942
  • 1
  • 1
  • 2
-1
votes
2 answers

How do I change a website video to m3U8 format?

Can anyone walk me through the steps of taking a video from our website and changing it to a m3U8 so we can then insert it to our app dashboard to have video on our app?
1 2 3
48
49