Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

JWPlayer - HD RTMP Stream

3 replies [Last post]
Reply

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.

Reply

Do you have a higher quality stream available to you?

Reply

The Stream is in h.264 - 1280 x 720p
Greets

Reply

What is the file name of the higher quality stream?

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options