I want to build playlists for my new website. This is a simple example but it does not work. I built a file, test.m3u8 to play one file and then the other but it does not work.
#EXTM3U
#EXT-X-TARGETDURATION:110
#EXT-X-VERSION:5
#EXT-X-MEDIA-SEQUENCE:1
#EXTINF:76, track 1
https://dwichannel.com/videos/wvtm-0009.mov
#EXTINF:34, track 2
https://dwichannel.com/videos/wvtm-0010.mov
#EXT-X-ENDLIST
+ Reply to Thread
Results 1 to 5 of 5
-
-
Web browsers generally don't deal direcly with m3u8 files. They need to be played via a web page and a player.
-
I tried embedding with this code on an HTML page in Safari, a browser that has run many .m3u8 files embedded on websites. It does not work.
<video controls poster="https://dwichannel.com/posters/cbsnews-0001.png">
<source src="test.m3u8" type="application/x-mpegURL">
Your browser does not support the video tag.
</video>
Similar Threads
-
Help downloading m3u8 file [ISSUE RESOLVED]
By monsterbubble in forum Video Streaming DownloadingReplies: 28Last Post: 16th Aug 2021, 00:43 -
please help downloading m3u8 file
By karim1987 in forum Video Streaming DownloadingReplies: 7Last Post: 25th Nov 2019, 17:11 -
Need Help to download M3U8 file
By oxoplus in forum Video Streaming DownloadingReplies: 3Last Post: 27th Jul 2019, 02:27 -
Can anyone get the stream from m3u8 file
By achy635 in forum Video Streaming DownloadingReplies: 2Last Post: 2nd Oct 2018, 22:49 -
How do I download an m3u8 file from thecube.com?
By mbebout in forum Video Streaming DownloadingReplies: 11Last Post: 27th Jul 2015, 16:11