warren-bank / HLS-Proxy

Node.js server to proxy HLS video streams
http://webcast-reloaded.surge.sh/proxy.html
GNU General Public License v2.0
238 stars 68 forks source link

not working on hls fragmented mp4 #45

Open siberkolosis opened 4 months ago

siberkolosis commented 4 months ago

works, but not as I intended, but rather downloads the whole thing in 1 file. not small pieces like usual hls. example: https://fediverse.tv/static/streaming-playlists/hls/a26a46d2-f52b-4914-b822-ff6218337d5b/46040db0-0f2a-4fb8-b254-e03c2567e295-master.m3u8

warren-bank commented 4 months ago

yeah, I wouldn't recommend using the proxy with this type of manifest. to be clear, the manifest repeats the URL to the same mp4 file over and over again.. mapping each (4 second) time segment to a byte range within the mp4 file.