Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
Rtmp stream url in JW Player or on a another PlayerHello,
I have already found the stream url who i wanted, BIG THANKS to chap member. Here is the website with online tv streaming from Macedonia and you must be in Macedonia to watch the Streams or with Macedonian Proxy. http://www.web.maxtv.mk Here are the details rtmp stream url from a one channel rtmp://62.162.118.26/h5Lv9R79_a1/<break>stream2 Download Datei: fdd30bcd-6b79-48f7-b67f-d4bd51b23140.flv And i want to put this rtmp url in any player like JW Player , can anywhere help step by step ? or can anywhere doo this for me ? I'm so sorry for my bad english, i hope you have understand me Best regards |
#2
|
|||
|
|||
Re: Rtmp stream url in JW Player or on a another PlayerThis question is more suitable for JW Player forum. anyway following code should work.
Code:
<script type="text/javascript"> var s2 = new SWFObject("player.swf","ply","328","200","9","#FFFFFF"); s2.addParam("allowfullscreen","true"); s2.addParam("allowscriptaccess","always"); s2.addParam("flashvars","file=fdd30bcd-6b79-48f7-b67f-d4bd51b23140.flv&streamer=rtmp://62.162.118.26/h5Lv9R79_a1/stream2&type=video"); s2.write("container2"); </script> |
#3
|
|||
|
|||
Re: Rtmp stream url in JW Player or on a another PlayerThank you very much..
And can you say me where to put the code?? |
#4
|
|||
|
|||
Re: Rtmp stream url in JW Player or on a another Playerobviously in your page's html code. you also need to install JW Player on your server and change the path of player.swf accordingly.
|
#5
|
|||
|
|||
Re: Rtmp stream url in JW Player or on a another PlayerBut i want to put the tv streaming on the player to work and not to play that was i recorded have the .flv file
|
#6
|
|||
|
|||
Re: Rtmp stream url in JW Player or on a another PlayerQuote:
If you want to play this stream on your own computer only, try to use VLC. |
Tags: jw player, online watch, rtmp, stream, streaming |
Thread Tools | |
Display Modes | |
|
|