#1  
Old 5th April 2012, 14:51
Lavic Lavic is offline
Junior Member
 
Join Date: Apr 2012
Posts: 1
Question I have problem with jwplayer and existing rmtp server

Hi, I must make new web site for tv, so I must use currently rmtp link of streaming, who is already works, so I decide to use JWPLAYER in my case.

I read manual on JW PLAYER web site, for rmtp sever,

I tried to embeded it, but stream can't run!

So, I did next:

1)Upload the jwplayer.js and player.swf files in folder "jwplayer" as manual recommends.
2 Include the jwplayer.js somewhere in the head of my webpage:
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>

Main code:

<div id="container">Loading the player...</div>
<script type="text/javascript">
jwplayer("container").setup({
flashplayer: "/jwplayer/player.swf",
height: 270,
width: 480,

provider: "rtmp",
streamer: "rtmp://...(I already have it, it is work on old site!)"
});
</script>


I could send anyone who wants to help me link of this rmpt in PM, it is not for public, understand please.

How to run stream on this way? Please for help!!!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump