For an Livestream, i have a Red5 Media-Server, which is fully configurated and working. I want to support 720p LiveStreaming, and all Users should see the Stream in the Browser.
How can i Set up JW-Player to support an 720p Live-Stream via RTMP?
Here is my "Flash Media Live Encoder" - Setup (For Example, in future there is a Webcam Input, with the Same Settings!)
Screenshot:
http://i.stack.imgur.com/hHNya.png
Here is my JW-Player example. It works, but the resolution is very poor!
<script type='text/javascript'> var s1 = new
SWFObject('player.swf','ply','1280','720','9.0.124','#ffffff');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('wmode','opaque'); s1.addVariable('id', 'livestream');
s1.addVariable('file', 'livestream'); s1.addVariable('streamer',
rtmp://**censored**/DemoStream'); s1.addVariable('type',
'rtmp'); s1.write('preview'); </script>I hope, someone can help me.
Do you have a higher quality stream available to you?