R
R
r2wall2020-04-28 21:55:42
PHP
r2wall, 2020-04-28 21:55:42

M3U playlist generator by link?

Tell me, please, is there any PHP script to create an M3U8 playlist with a choice of qualities (1080/720/480/360/240) by URL link?

Let's say I ask a question to a web server

https://example.com/get.php?file=[1080p]https://example.com/1080p.m3u8,[720p]https://example.com/720p.m3u8

, etc.
And the web server generates this as a playlist

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3880000,RESOLUTION=1920x1080,CODECS="mp4a.40.2,avc1.77.30",CLOSED-CAPTIONS=NONE
https://example.com/1080p.m3u8
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1810000,RESOLUTION=1280x720,CODECS="mp4a.40.2,avc1.77.30",CLOSED-CAPTIONS=NONE
https://example.com/720p.m3u8


and gives it to the direct file video.m3u

.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question