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
1 answer

Android Radio Player m3u8 error

04-24 21:51:06.092: I/global(406): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required. 04-24 21:51:06.296: D/PlsParser(406): Playlist Url = http:/ / 85 dot 204 dot 233 dot …
-2
votes
2 answers

What does SCTE35 tags/marker do? How hls parse the SCTE35-CMD?

My question is what's the difference in SCTE35-IN , SCTE35-OUT, and in SCTE35-CMD ?
-2
votes
1 answer

How can we upload m3u8 file and corresponding ts file to amazon s3 bucket using node.js

I am trying to upload the generated m3u8 file and corresponding ts file to s3 bucket but problem is how can i upload all .ts file also along with m3u8. my ffmpeg code is const ffmpeg = require('fluent-ffmpeg') const ffmpegInstaller =…
Tony George
  • 116
  • 14
-2
votes
1 answer

M3U8 Playlist with autoplay enable (HLS)

I need some source code for a M3U8 playplist, support to mp3 and acc too. Someone have any idea? Thanks.
-2
votes
1 answer

Is it possible to play m3u8 links using ExoPlayer?

After trying multiple ways of playing m3u8 files using videoview and mediaplayer I decided to give up. Everytime i play the m3u8 file I only hear the voice.(please dont write urls from stack overflow answering my question. I' ve red them all ) Been…
-2
votes
1 answer

Access an m3u8 file without cookies

This link leads to an m3u8 file that I would like to obtain through a command…
Skyleft
  • 35
  • 8
-2
votes
1 answer

Swift - How to get current frame of a m3u8 live stream?

I would like to get an UIImage of the current image/frame of a m3u8 live stream. I saw of lot of code on forums, ... but they only work for video but not for streams
-2
votes
1 answer

How to get m3u8 url from live streaming link

how can I get direct stream link of live videos and play in VLC player. for example how should I get direct link of this…
Ari Ya
  • 1
  • 1
  • 1
-2
votes
1 answer

playing php in video js

I want to get the auth-token from the site http://0--0.gq/Jio/Bittu_Ghosh_22.php Then want to redirect to the site with (the header user-agent Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0) http://test.m3u8The auth…
-2
votes
1 answer

How to create HTTP server inside iOS app that will feed the .m3u8 data to AVPlayer?

How to create HTTP server inside iOS app to stream & play file .m3u8 file http://ccbprnrush-vh.akamaihd.net/i/PRN/premiereradionetworks/The-Rush-Limbaugh-Show/102617/80407_1509037716.12_RUSHMP320171026_,48,.mp4.csmil/master.m3u8
Kiran Jasvanee
  • 6,362
  • 1
  • 36
  • 52
-2
votes
1 answer

Python m3u8 ssl.CertificateError

I am trying to load an HLS m3u8 manifest file with unmatched SSL certificate. I am using m3u8 library for Python. My script is the following: #!/usr/bin/env python from urllib import quote import m3u8 import ssl input_file =…
Georgi Stoyanov
  • 594
  • 1
  • 9
  • 26
-3
votes
2 answers

How to download AES ENCRYPTION .m3u8 video?

I'm trying to download a video from vzaar, but unable to download it. Video: https://view.vzaar.com/16861921/player Password: 569972 I tried using Livestreamer & ffmpeg.. but they're not working for me. I'm getting an error : 'Failed to create…
shanayaa
  • 1
  • 1
-4
votes
2 answers

آموزش دانلود از کاویمو | Downloading video from Kavimo based systems

I Have a video here Hosted by https://kavimo.com/ https://stream.biomaze.ir/i3zqz9fhf69f/iframe It is kind of an m3u8 but I could neither download the m3u8 file nor download the Video does anybody know how we could go around this ?
-4
votes
1 answer

how to set video quality for ios 270 360 480 720 1080

To set video quality for ios. I have tried to load m3u8 video url from server and i downloaded the m3u8 file & i segregate all RESOLUTION from video quality & AFTER SEGMENTS get the bandwidth of url in array. When i load base url sample.m3u8 it has…
1 2 3
48
49