VideoHelp Forum




+ Reply to Thread
Results 1 to 5 of 5
  1. 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
    Quote Quote  
  2. Your playlist worked in MPCHC but not in VLC. Changing it to

    Code:
    #EXTM3U
    #EXTINF:76, track 1
    https://dwichannel.com/videos/wvtm-0009.mov
    #EXTINF:34, track 2
    https://dwichannel.com/videos/wvtm-0010.mov
    works in both.
    Quote Quote  
  3. How do I get it to work in Safari?
    Quote Quote  
  4. Web browsers generally don't deal direcly with m3u8 files. They need to be played via a web page and a player.
    Quote Quote  
  5. 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>
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!