Open ctshh opened 9 years ago
My .m3u8 file needs to include the "full" URL of the video files for VLC (or any other player, that is) to play it, like this:
#EXTM3U #EXT-X-VERSION:3 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-ALLOW-CACHE:NO #EXT-X-TARGETDURATION:10 #EXTINF:9.623222, live/00000000.ts #EXTINF:7.200000, live/00000001.ts (...)
Is there a way to "amend" the URL part with live/?
live/
My .m3u8 file needs to include the "full" URL of the video files for VLC (or any other player, that is) to play it, like this:
Is there a way to "amend" the URL part with
live/
?