Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Find URL but redirect

(http://stream-recorder.com/forum/showthread.php?t=18198)

Purelife 04-23-2014 08:24 PM

Find URL but redirect


 
Hi, 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?

hasomaso 04-24-2014 08:47 AM

Re: Find URL but redirect


 
here 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"

Purelife 04-26-2014 11:00 PM

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>

The video is not working and sometimes get error 'application rejected'. Can you help me?

dexteriptv 04-27-2014 11:49 AM

Re: Find URL but redirect


 
The 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.

Purelife 04-27-2014 08:49 PM

Re: Find URL but redirect


 
Quote:

Originally Posted by dexteriptv (Post 67284)
The 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.

ah, thanks for the answer

I think there is nothing i can do about it then

fabian88 05-05-2016 02:43 PM

Re: Find URL but redirect


 
i found web stream & top film online http://topfilm21.com/soccer-streaming-5/ at Nonton Film Onlinne


All times are GMT -6. The time now is 07:54 AM.