Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
![]() ![]() |
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
![]() Find URL but redirectHi, i'm using rtmpHelper to find several rtmp link to be embeded on my site
Url Link: http://livehdstreams.info/frame/btsp...ive-stream.php ![]() But i found it redirected so i cannot embed its rtmp to my jw player And the second one it is : http://nobartv.com/tv-online/1/50/K-Vision ![]() I already found the link, but i'm confused to to embed it to my jwplayer, because i tried several combination of link, it just didn't work url = rtmp://go.fasts.tv/fasts playpath = kvisnobar.flv Can anyone help me? |
#2
|
|||
|
|||
![]() Re: Find URL but redirecthere please all both
Code:
rtmpdump -v -r "rtmp://go.fasts.tv/fasts" -a "fasts" -f "WIN 13,0,0,182" -W "http://www.fasts.tv/player/player_embed_fasts.swf" -p "http://www.fasts.tv/embedplayer.php?width=900&height=630&id=kvisnobartv&autoplay=true" -y "kvisnobartv" -T "#ed%%h0#w18723jdsahjkDHF" -o "output.flv" Code:
rtmpdump -v -r "rtmpe://46.246.29.150:1935/redirect" -a "redirect" -f "WIN 13,0,0,182" -W "http://77231864591d8245d027-dbd663cdd4719bbeb13e13f9ee6e6f1f.r39.cf5.rackcdn.com/bba.swf" -p "http://www.hdcast.org/embedlive2.php?u=BT1HD&vw=640&vh=460&domain=livehdstreams.info" -y "BT1HD" -o "output2.flv" |
#3
|
|||
|
|||
![]() Re: Find URL but redirect@hasomaso
Thank you for your help But i still could not embed it to play in my website I'm using : Code:
<script type='text/javascript'src='http://player.longtailvideo.com/jwplayer.js'></script> <div id='mediaspace'>This text will be replaced</div> <script type='text/javascript'> jwplayer('mediaspace').setup({ 'flashplayer': 'http://player.longtailvideo.com/player.swf', 'file': 'kvisnobartv', 'streamer': 'rtmp://go.fasts.tv/fasts', 'controlbar': 'bottom', 'width': '470', 'height': '320', rtmp: { securetoken: "#ed%%h0#w18723jdsahjkDHF" }, }); </script> the second one: Code:
<script type='text/javascript'src='http://player.longtailvideo.com/jwplayer.js'></script> <div id='mediaspace'>This text will be replaced</div> <script type='text/javascript'> jwplayer('mediaspace').setup({ 'flashplayer': 'http://player.longtailvideo.com/player.swf', 'file': 'BT1HD', 'streamer': 'rtmpe://46.246.29.150:1935/redirect', 'controlbar': 'bottom', 'width': '470', 'height': '320', }); </script> |
#4
|
|||
|
|||
![]() Re: Find URL but redirectThe Stream you are trying to embed would be "hotlink" protected. Hot link protection prevents other websites from directly linking to streams.
The reason it works when we use rtmpdump is, we use "--pageUrl" option to say the stream/media is accessed by the same hosted domain. |
#5
|
|||
|
|||
![]() Re: Find URL but redirectQuote:
I think there is nothing i can do about it then |
#6
|
|||
|
|||
![]() Re: Find URL but redirecti found web stream & top film online http://topfilm21.com/soccer-streaming-5/ at Nonton Film Onlinne
|
![]() ![]() |
Tags: rtmp |
Thread Tools | |
Display Modes | |
|
|