Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
128 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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\...

15 30 50 per page
1
2 3 4 5
49