Search code examples
jwplayerm3u8

Jwplayer not play m3u8 file?


my jwplayer cant play m3u8 file Error loading player: No playable sources found what am i doing?

version 7.4.2 http://hamrahna.com/videos/ifilm


Solution

  • Your player setup should look like this:

       jwplayer('container').setup ({
            file: 'https://569888080fa01.streamlock.net/live/jelly.stream/playlist.m3u8'
        });
    

    Here is a demo of the player loading an m3u8 file: https://developer.jwplayer.com/jw-player/demos/toolbox/live-streaming/

    A premium license is required for HLS streaming.