We have a network of sites, and one of our sites is hosted and managed by another service. I want to embed our JWPlayer on the other site and play m3u8 files from our wowza server.
I tried this code and I get "Failed to setup flash Error: An invalid exception was thrown"
jwplayer.key="MYVALIDKEY"
Loading the player...
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file: 'http://WOWZAIP/concerts/smil:Concert.smil/playlist.m3u8',
aspectratio: '16:9',
width: '100%',
image: 'https://linktofile.com/livetv.png',
title: 'LIVE EVENTS',
description: 'Watch our LIVE HD Events stream!'
});
↧