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

Live Streaming with Wowza Media Server and Flash Media Live Encoder


Question:
I am using tutorial...
http://www.longtailvideo.com/blog/17376/live-streaming-using-wowza-ec2/

I have managed to stream out and them back in locally to the wowza example page..so I know the streaming is going out from Adobe Flash Live Media Encoder....
out screenshot:
http://screencast.com/t/IR6FCzdI
and I CAN see it locally...
--------------------------------------------------
But I can't get it to play on my test webpage:
http://www.hisvision.us/live/

The code is
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
<script type="text/javascript">jwplayer.key="wqubN7Z+p0n2zGKQ9w7iGhKM9xU+fyhOwjnBSw==";</script>
</head>

<body>
<div id='mediaplayer'></div>

<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'jwplayer.flash.swf',
'id': 'playerID',
'width': '720',
'height': '406',
'file': '17183?w1Z8atu1PgO9ZxJu',
'image': 'preview.jpg',
'streamer': 'rtmp://ec2-23-22-248-192.compute-1.amazonaws.com/live'
});
</script>
</body>
</html>

But I can't get it to work...Can you help? Thanks.

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

That tutorial is for jw5 and you are using jw6, which has information here – http://www.longtailvideo.com/support/jw-player/28854/using-rtmp-streaming

This question has received the maximum number of answers.