JWPlayer7 - how to disable flash and enable html5 player only
Hello,
Is there a way we can just not have flash at all and have HTML 5 as the primary for JWPlayer 7?
I tried the use primary: "html5" and fallback is false. I also disabled flash plugin from browser.
I got the error Error loading player: No playable source found.
jwplayer("dar-video").setup({
playlist:
[{
sources:
[
{file: "rtmp://lib-streaming-test.ucsd.edu:1935/dmrnew/_definst_/oa4nwx9l0nt44cxf,a0Tui5nYl0FY5ZvuuZUYIjjRaDw6d3Qt45UlhD5O2ons0yaoxk-8aSOwDWY1HiCP"},
{file: "http://lib-streaming-test.ucsd.edu:1935/dmrnew/_definst_/oa4nwx9l0nt44cxf,a0Tui5nYl0FY5ZvuuZUYIjjRaDw6d3Qt45UlhD5O2ons0yaoxk-8aSOwDWY1HiCP/playlist.m3u8"}
]
}],
width: "100%",
height: "100%",
aspectratio: "16:9",
rtmp: {bufferlength: 3},
analytics: {enabled: false},
primary: "html5",
fallback: false
});
Thanks
Vivian