I am having an issue getting a playlist.m3u8 file to play.
The video seems to load, but then part of the screen turn green og black, and buffering begins.
Also console is putting out "....ts 404 (Not Found)"
code:
jwplayer('video').setup(
{
playlist: [{
sources: [{
file: 'http://wowza.egcdn.video:1935/casino/bj2/bj_dk1_hd/playlist.m3u8''
}]
}],
debug: true,
mute: true,
autostart: true
}
);
link to player: http://nb-video-test.frb.io/
Thanks in advance
↧