I have two streaming links with JW 7
http://172.53.10.5/live/1/playlist.m3u8
http://172.53.10.5/live/1_sd/playlist.m3u8
I want user to choose one of them from menu like HD toggle
my setup like this
jwplayer('player').setup({
sources: [{
file: "http://172.53.10.5/live/1/playlist.m3u8"
},{
file: "http://172.53.10.5/live/1_sd/playlist.m3u8"
}],
title: 'Sample Video',
width: '100%',
androidhls: true,
hlshtml :true,
aspectratio: '16:9',
skin: 'glow',
fallback: 'false',
autostart: 'true',
primary: 'flash'
});
but no button shown and bar
but when using MP4 files its working fine.
↧