View Single Post
  #170  
Old 12-26-2013, 02:11 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: RTMPexplorer - rtmpsrv/rtmpsuck/rtmpdump GUI for Windows


Quote:
Originally Posted by rubiohiguey View Post
I am trying to download from
http://dedicstvo.joj.sk/dedicstvo-ar...-premiera.html

Via Coojah I get rtmp header but trying rtmpdump results in
"WARNING: HandShake: client signature does not match!"

I tried running rtmpexplorer but when I copy the URL into the address bar and hit go, it loads the webpage but the area where there should be video playing is just grey and nothing happens.

The rtmp header I get from Coojah is:

url: rtmp://nn1.joj.sk/dat/joj/archiv/2013/12/23/joj-2-131031-0012-h264-720.mp4
app:
flashVer: WIN 11,9,900,170
pageUrl: http://dedicstvo.joj.sk/dedicstvo-ar...-premiera.html
swfUrl: http://player.joj.sk/JojPlayer.5.2.swf
tcUrl: rtmp://nn1.joj.sk
playPath: dat/joj/archiv/2013/12/23/joj-2-131031-0012-h264-720.mp4


also many times it's possible to download the mp4 file via http direct download if you find out the proper URL... is there any way to find it here?



hello,

try that


Code:
rtmpdump -r "rtmp://n05.joj.sk" -a "" -f "WIN 11,9,900,170" -W "http://player.joj.sk/JojPlayer.5.2.swf" -p "http://dedicstvo.joj.sk/dedicstvo-archiv/2013-12-23-dedicstvo-premiera.html" -y "dat/joj/archiv/2013/12/23/joj-2-131031-0012-h264-720.mp4" -o "output.flv"
Reply With Quote