Please I need help, I have installed JWplayer and i have this error Setup timeout error : Setup took longer than 30 seconds to complete.
Here is my code
jwplayer.key="+WCdhoWbLlA+wf8jabSfnIw6FgZjIjwT2/aOKQ==";
Loading video...
jwplayer('container1').setup(
{
'id': 'container1',
'wmode': 'transparent',
'icons': 'true',
'allowscriptaccess': 'always',
'allownetworking': 'all',
'file': 'myvideo.mp4',
'width': '100%', 'height': '307',
'controlbar': 'bottom',
'dock': 'false',
'provider':'rtmp',
'streamer':'rtmp://51.255.69.188:1935/vision4/VISION4/cfx/st',
'modes': [
{
type: 'html5',
config: {
'file': 'http://51.255.69.188:1935/vision4/VISION4/playlist.m3u8',
'provider': 'video'
}
},
]
});
Thank you for any help
↧