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

Publishing video works only in non-logged JW player wizard


I'm trying to publish a video using Wowza and EC2 (tutorial from here: http://www.wowza.com/forums/content.php?484-How-to-use-JW-Player-with-Wowza-Streaming-Engine). I had succeed with publishing my streaming video in JW player wizard, where being logged in isn't required: http://www.jwplayer.com/wizard/, but when I try to publish the same stream on this part of JW Player site, that require to loggin in (https://account.jwplayer.com/#/publish/configure/internet), I have an error: "Playlist could not be loaded: No playable sources found".

The link I'm using to stream with Wowza and EC2: http://52.28.35.74:1935/live/myStream/playlist.m3u8

5 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Thank you for contacting the JW Player support team. I’ve tried your stream here and it seems to show fine: http://demo.jwplayer.com/hls-tester/ . Try the following code listed below in your markup and see how you fair:

<script src="http://p.jwpcdn.com/6/12/jwplayer.js"></script><script>jwplayer.key="INSERT_YOUR_KEY_HERE"</script><div id="my-video"></div> <script type="text/javascript"> jwplayer("my-video").setup({ file: "http://52.28.35.74:1935/live/myStream/playlist.m3u8", width: "580", height: "370", primary: "flash", androidhls: true }); </script>

Kindly,
Randy

mariusz.pak.89

User  
0 rated :

On this demo it works fine. On wizard it works too http://www.jwplayer.com/wizard/.

But it doesn't work on jw player site, where being logged in is required: https://account.jwplayer.com/#/publish/configure/internet.

Also it doesn't work on my site in localhost, and on test site: http://budgames.cba.pl/

mariusz.pak.89

User  
0 rated :

edit: It works!!!

Randy

JW Player Support Agent  
0 rated :

Hello,

Your stream does not seem to be active at this time. As a testing step, does this rtmp stream work in your setup?

Kindly,
Randy

Randy

JW Player Support Agent  
0 rated :

rtmp://fms.12E5.edgecastcdn.net/0012E5/mp4:videos/8Juv1MVa-485.mp4

This question has received the maximum number of answers.