View Single Post
  #1  
Old 04-16-2010, 07:04 AM
TheBugger TheBugger is offline
Junior Member
 
Join Date: Apr 2010
Posts: 1
TheBugger is on a distinguished road
Default

Problem with video site (laola1.tv)


Hi, I tried using rtmpdump with this video site but had no luck so far...

When playing following video http://www.laola1.tv/de/at/fussball/...830-21580.html "URL helper" gives me the following url:

Code:
rtmp://92.122.206.87:1935/ondemand?_fcs_vhost=cp77154.edgefcs.net&auth=dbEa2d1dNcrdOc4dfd0cIaAcUdidMa6cIb5-blYfZ6-eS-cOW-ymAxsc&aifp=v002&slist=77154/flash/onlyatde/100411_barc_depo_high<playpath>77154/flash/onlyatde/100411_barc_depo_high <swfUrl>http://www.laola1.tv/de/at/fussball/...layer.v6.6.swf <pageUrl>http://www.laola1.tv/de/at/fussball/...830-21580.html
I figured out how to get the token (auth) and wrote a tool that extracts everything I need and creates a rtmpdump string:

Code:
rtmpdump.exe  -r "rtmp://92.122.206.87:1935/ondemand?_fcs_vhost=cp77154.edgefcs.net/ondemand&auth=dbEbfczbzaEcicjcuakcackdcb5aUb5aOaO-blYf3e-eS-cOW-zlCvoa&aifp=v002&slist=77154/flash/onlyatde/100411_barc_depo_high" -o C:\barca.flv -y 77154/flash/onlyatde/100411_barc_depo_high -s http://www.laola1.tv/de/at/fussball/...layer.v6.6.swf -p http://www.laola1.tv/de/at/fussball/...830-21580.html -u dbEbfczbzaEcicjcuakcackdcb5aUb5aOaO-blYf3e-eS-cOW-zlCvoa
But when I run this command (tried it with and without the -u command) I get:

Quote:
RTMPDump v2.1d
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: rtmp server sent error
ERROR: rtmp server requested close
Any ideas?

thx

Last edited by elch : 04-16-2010 at 11:28 AM. Reason: QUOTE --> CODE
Reply With Quote