Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

No Playable source found / Could not connect to server


Hay All,

I have a problem, But I can not figure it out. I get an older version of IE 11 The following error messages (See screenshot)?
Does this mean that I do not have a "PREMIUM plan"? Or is there anything wrong with my Wowza server.


Windows VirtualBox => Crome, EDGE and IE 11 is good.
Firefox is not good.
But on a other windows IE 11, the stream does not work. (Citrix)
MAC => Safari / Iphone iPad all good
Android devices => good. except chrome


I also tested the stream with your stream tester. See screenshot
"http://video1.mghosting.nl:1935/Accare/Accare_source/manifest.mpd" Won;t work
Works in the player of Wowza

Hopefully you can help me?

Screenshots
https://owncloud.mghosting.nl/index.php/s/6RSSk9JHxjDLQjt
https://owncloud.mghosting.nl/index.php/s/DZtFaGRF9CnskWV
https://owncloud.mghosting.nl/index.php/s/1ucSJvS7D4309zk


Script:
<script src="assets/js/jquery-2.1.0.min.js"></script>
<script src="assets/js/jquery-migrate-1.2.1.min.js"></script>
<script src="jwplayer-7.7.4/jwplayer.js"></script>
<script>jwplayer.key="My-Key";</script>

<div id="PlayerDiv"></div>
<script>
$(document).ready(function() {
jwplayer("PlayerDiv").setup({
sources: [
{file:"rtmp://video1.mghosting.nl:1935/Accare/Accare_source"},
{file:"rtsp://video1.mghosting.nl:1935/Accare/Accare_source"},
{file:"http://video1.mghosting.nl:1935/Accare/Accare_source/Manifest"},
{file:"http://video1.mghosting.nl:1935/Accare/Accare_source/manifest.f4m"},
{file:"http://video1.mghosting.nl:1935/Accare/Accare_source/playlist.m3u8"},
{file:"http://video1.mghosting.nl:1935/Accare/Accare_source/manifest.mpd"}
],
image: "start.png",
height: 360,
width: 640,
autostart:true
});
});
</script>

3 Community Answers

Donni

JW Player Support Agent  
0 rated :

You need to use the HTTP version of the stream tester because your DASH stream isn’t using HTTPS. Once you see it working in the non-secure stream tester if you purchase a Premium Subscription you should be able to get playback to work on your own.

mark

User  
0 rated :

Hello,

The website it not working on this moment?!
I Get a time-out.

Donni

JW Player Support Agent  
0 rated :

http://demo.jwplayer.com/developer-tools/http-stream-tester/ isn’t working for you? Try another browser.

This question has received the maximum number of answers.