CODE HTML
hello,
I apologize for my English, I use a translator.
I create a free account to test, because I have to realize a website for streaming IP cameras I use the Wowza server (in test too).
I can very well create a web page using a vast provides the html code on your site, HTML 5 that function very well on safari and ios.
Here is the code ok for safari:
<html>
<head>
<script src="http://jwpsrv.com/library/XXXXXXXXXX.js"></script>
<title>JW Player 6</title>
<body>
<div id='playerQTvJeRFYYeFJ'></div>
<script type='text/javascript'>
jwplayer('playerQTvJeRFYYeFJ').setup({
file: 'http://192.168.2.5:1935/live/camera.stream/playlist.m3u8',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
title: 'AVIONS',
width: '480',
height: '270'
});
</script>
</body>
</head>
</html>
I tried also in rtmp, it often does not work IE 10.
here is the code not OK:
<!doctype html>
<head>
<script src="http://jwpsrv.com/library/XXXXXXXXXXXXXXXXXXX.js"></script>
<title>TID</title>
<body>
<div id='playerjguxwPuswxnn'></div>
<script type='text/javascript'>
jwplayer('playerjguxwPuswxnn').setup({
file: 'rtmp://192.168.2.5:1935/live/camera.stream',
image: '//www.longtailvideo.com/content/images/jw-player/lWMJeVvV-876.jpg',
title: 'AVIONS',
width: '100%',
aspectratio: '16:9'
});
</script>
</body>
</head>
I would like to create a web page with an html code that works for all browsers.
is this possible?
If so can you give me the code so I can test it, because I would then take a PRO account.
it is very important to me
thank you
best regards