Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

Problem with video site (laola1.tv)

(http://stream-recorder.com/forum/showthread.php?t=6364)

TheBugger 04-16-2010 07:04 AM

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

elch 04-16-2010 11:35 AM

Re: Problem with video site (laola1.tv)


 
The correct values are:

swfUrl:
Code:

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

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:
Code:

77154/flash/onlyatde/100411_barc_depo_high
I used the command provided in this posting. 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

Re: Problem with video site (laola1.tv)


 
I'm not sure about the -u parameter. Is it really required? Shouldn't it suffice to have it in the tcUrl?


All times are GMT -6. The time now is 05:09 PM.