PDA

View Full Version : Problem with video site (laola1.tv)


TheBugger
04-16-2010, 07:04 AM
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/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/148-830-21580.html "URL helper" gives me the following url:


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/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/swf/player.v6.6.swf <pageUrl>http://www.laola1.tv/de/at/fussball/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/148-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:


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/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/player.v6.6.swf -p http://www.laola1.tv/de/at/fussball/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/148-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:


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

elch
04-16-2010, 11:35 AM
The correct values are:

swfUrl:
http://www.laola1.tv/de/at/fuss.ball/esp-liga-bbva/highlights-fc-barcelona-deportivo-la-coruna/video/swf/player.v6.6.swf

tcUrl:
rtmp://80.157.150.119:1935/ond.emand?_fcs_vhost=cp77154.edgefcs.net&auth=dbEbRadccamcCdkdfbzctakcLaFbEa1dGb_-blYj72-eS-cOW-xjAwla&aifp=v002&slist=77154/flash/o.nlyatde/100411_barc_depo_high

playpath:
77154/flash/onlyatde/100411_barc_depo_high

I used the command provided in this posting (http://stream-recorder.com/forum/tutorial-getting-rtmpdump-parameters-without-rtmpsuck-t6304.html). Didn't try to download it though.

The value of "auth" in the tcUrl may vary. You might need to alter it.

elch
04-16-2010, 11:43 AM
I'm not sure about the -u parameter. Is it really required? Shouldn't it suffice to have it in the tcUrl?