Hi,
I am streaming HLS. I have configured a player v7.7.4 (production channel) in my dashboard with the rendering option "Use HTML5 for HLS playback".
Moreover, I setup the player with the following options:
player.setup({
image: 'myimagefile.jpg',
file: 'http://myserver.com:80/hlsapp/video.mp4/playlist.m3u8',
primary: 'html5',
hlshtml: true,
androidhls: true,
});
With this configuration, I expected to be using HTML5 only. Nevertheless, when I load the page in Firefox, it still asks for 'Allow mysite.com to run "Adobe Flash"?'.
Moreover, the page source code clearly shows
How is this possible?
Is there any way to really migrate to HTML5?
Thanks!
Sergio
↧