723 questions
Score of 0
0 answers
128 views
Stalker Middleware 5.2.0 — create_link returns wrong episode for VOD series; episode IDs are DB row IDs not media file IDs
We are building an IPTV client with a Stalker Middleware 5.2.0 portal. We can successfully play standalone VOD movies using type=vod, action=create_link, cmd=/media/{id}.mpg. The problem is with ...
Score of 1
0 answers
107 views
How to switch between AAC and AC-3 audio groups in HLS dynamically (AVPlayer, tvOS/iOS)
I’m playing an HLS stream on tvOS/iOS using AVPlayer.
The master playlist has two independent AUDIO groups: one for AAC (stereo) and one for AC-3 (5.1). Example:
# AUDIO groups
#EXT-X-MEDIA:TYPE=AUDIO,...
Advice
0
votes
1
replies
144
views
Is it possible to use random IV for each ts segment when ffmpeg do hls encrypt?
I want to encrypt the hls like this: each segment with different IV (random string)
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-TARGETDURATION:11
#EXT-X-KEY:METHOD=...
Score of 0
0 answers
367 views
m3u8 HLS url VIdeo Not Playing with hls.js and Art Player
I have a node Scraper Which Scrapes the HLS streaming url using Playwright Browser which gives the master Playlist like:
https://example.com/master.m3u8
Then that Master Playlist does have a cors ...
Score of 1
1 answer
194 views
Need to modify all URLs in an m3u8 file with PHP
I have an m3u8 file which goes something like this:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:15084
#EXT-X-TARGETDURATION:4
#EXTINF:4.004,
radio002live-15084.ts
#EXTINF:4.004,
radio002live-15085....
Score of 0
0 answers
574 views
Why am I getting 403 Forbidden for m3u8 link when deployed node app
Problem: I'm trying to deploy my Node.js Stremio addon to Vercel, which is supposed to return some M3U8 stream links for movies.
Issue:
When I run the addon locally, I send a request to the embed ...
Score of 0
0 answers
331 views
MPEG-DASH(.mpd) implementation similar to my existing methods written currently for .m3u8
I have the following 2 methods written in python which have been implemented for .m3u8 playlist files
Make a master manifest.
Make a Feed manifest.
My purpose is to do the same for .mpd manifest ...
Score of 0
1 answer
285 views
convert m3u8 files to wpl files
i use windows media player for managing my playlists and music on my computer. however, i want to have the playlists on my android with me. for that matter, i have a media player app. this app can ...
Score of -1
1 answer
1489 views
Python code to download hls stream to mp4
I wrote the following code to download a video from a website. Chrome extensions can detect the video and download it. However, my code gets the following errors. Any help?
from bs4 import ...
Score of 0
1 answer
512 views
How to fix CORS issues with m3u8 streaming in Flask app?
I'm building a Flask app that serves m3u8 streaming video files using m3u8 and requests. However, I'm encountering CORS issues when trying to fetch m3u8 files from external URLs. The CORS headers are ...
Score of 0
1 answer
293 views
Is it possible to match a blob source and a m3u8 url?
I use a chrome browser extension to parse a webpage that stream a video from a .m3u8 URL.
Is it possible to use the blob URL from the video element to find the source .m3u8 URL?
Here is an example of ...
Score of 0
1 answer
149 views
how to crawl a movie by python?
I am trying to download a movie titled "Shimen," which was showcased at the 60th Golden Horse Awards. I discovered a streaming link:
https://www.fofoyy.com/dianying/96937
I was unable to ...
Score of -1
1 answer
57 views
How can I create/generate a playlist with cloudfare stream?
I have developed a platform to send videos via the cloudfare API (stream) and then broadcast the videos 24/7. Is there a way to create a file and generate a m3u8 playlist based on the videos from ...
Score of 0
0 answers
145 views
does video_player support multivariant resolutions in a master.m3u8 manifest file in ios?
I've been out a video streaming feature in a flutter app. i generate mutliple resolution files and have at least to different playlists. both are listed in a master.m3u8 file however i can't seem to ...
Score of 0
1 answer
116 views
GStreamer`s m3u8 playlist segment names
Why does GStreamer create m3u8 playlist with full segment filenames?
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:1
#EXT-X-TARGETDURATION:3
#EXTINF:3.4609496593475342,
C:\Users\user\Desktop\4\...