View Single Post
  #25  
Old 03-17-2015, 08:59 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to find rtmp:// stream URL: Software to sniff, snoop RTMP links


Quote:
Originally Posted by luhanmcs View Post
I can not find the rtmp:// this url....
http://livecast.cc/live/stream20.php

I found just
<param value="file=flash24sd&type=rtmp&streamer=rtmpe://r.livecast.cc/rl/&autostart=true&bufferlength=1&displayclick=fullsc reen&stretching=exactfit&&screencolor=000000"

but dont find "playpath"

i used:
urlhelper and url snooper.
hi
you can use rtmpdumphelper

Code:
-y "flash24sd"
Code:
rtmpdump -r "rtmpe://r.livecast.cc/rl/" -a "rl/" -f "WIN 17,0,0,134" -W "http://livecast.cc/live/player.swf" -p "http://livecast.cc/live/stream20.php" -y "flash24sd" -o "flash24sd.flv"
Reply With Quote