Simple flv loading to my player but not playing

0 views
Skip to first unread message

harish

unread,
Feb 9, 2010, 10:58:53 PM2/9/10
to Red5
Hi

I am new to Red5 and was trying to get it running.

This is what I have done
1) Set up Red5 on my Win7 machine.....on a dynamic ip so made it
discoverable using DynDNS
2) The demo apps on the server works well from a remote location
without a problem http://harkishora.dyndns.org:5080
2.5) Installed the oflaDemo and made the streams directory writable.
3) Set up a test page to play the RED5 sample avatar trailer on my
personal website http://harkish.com/diablo/index.html

Contents of the JWPlayer

<script type='text/javascript' src='swfobject.js'></script>
<div id='mediaspace'>This text will be replaced</div>
<script type='text/javascript'>
var so = new SWFObject('player.swf','mpl','470','290','9');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.addParam('wmode','opaque');
so.addVariable('streamer','rtmp://harkishora.dyndns.org:1935/
oflaDemo');
so.addVariable('file','avatar.flv');
so.write('mediaspace');
</script>

Issue
The moovie loads onto the player but does not play at all. I am also
able to seek to any location but simply does not play. I am able to
play the same video using the demo apps from any remote location.

any ideas why I have this issue? Thanks in advance.

Reply all
Reply to author
Forward
0 new messages