View Single Post
  #5  
Old 01-28-2013, 10:36 AM
AmazingMatze AmazingMatze is offline
Member
 
Join Date: Sep 2011
Posts: 52
AmazingMatze is on a distinguished road
Default

Re: [RTMP] Very hard to find this video url, so please help


Did you even bother to look at the RTMPDump commandline I provided you with? The server uses a secure token response.

Code:
http://www.goalhd.tv/player/stream12.php
Code:
rtmpdump -r "rtmpe://31.7.62.138:1735/vod" -a "vod" -f "WIN 11,5,502,146" -W "http://46.19.143.122/jwplayer5/player.swf" -T "#ro%g0#r@1" -p "http://www.hdmytv.com/embed.php?c=19826&width=700&height=420&autostart=true&tk1=Dj1ji5sVjA3dKHWtI4uVaYFZTh32XgiRP2LFFBeGexMD&tk2=Fxkdjpyqj4AkZGrxnrU5eLY1hPxufEIq2AXdzGInOdgD&tk3=cAKMHsL0TZORlDGy6aWHhgU7ce9zKqVcDTql241TDTQD" -y "youuuuu1_6633uaj" -o "very_hard_to_find_stream.flv"

RTMPDump v2.4 GIT-2012-11-09 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: Trying different position for server digest!
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   author
INFO:   copyright
INFO:   description
INFO:   keywords
INFO:   rating
INFO:   title
INFO:   presetname              Custom
INFO:   creationdate            Sun Jan 27 11:02:40 2013
INFO:   videodevice             TerraTec Grabby Analog Capture
INFO:   framerate               20.00
INFO:   width                   640.00
INFO:   height                  360.00
INFO:   videocodecid            avc1
INFO:   videodatarate           500.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Ligne (TerraTec Grabby)
INFO:   audiosamplerate         22050.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        93.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           48.00
1256.203 kB / 15.47 sec
So either use:

Code:
-T "#ro%g0#r@1"
if you are executing your command from the command prompt

or put this into your batch file (the "%" needs to be escaped with "%")

Code:
-T "#ro%%g0#r@1"
Reply With Quote