View Single Post
  #2  
Old 07-03-2015, 06:05 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How download stream from Sat1Gold.de?


Quote:
Originally Posted by VidLoaderMike View Post
Hello,

i have tried some usefull tools to download a video (http://www.sat1gold.de/tv/koffer-zu-...da-ganze-folge) but i dont find a way to get the file-name.

They using SIMPlayer and the flashvars-variable is following: "<param value="autoplay=true&amp;loaderVersion=4.3.6&amp;c onfigVersion=4.3.6&amp;site=white&amp;baseurl=unde fined&amp;appContext=http://is.myvideo.de/player/GP/4.3.6/config/application-context.xml&amp;assetPath=http://is.myvideo.de/player/GP/4.3.6/assets/7tv_skin.swf" name="flashvars">"

How can I download the mentioned episode?

Thanks for help
hi

tools : firefox rtmpdumphelper rtmpdump

you get something like this


Code:
rtmpdump -r "rtmp://cp275083.edgefcs.net:1935/ondemand" -a "ondemand?auth=daEcKaDdqcybYaucAabbfaed1ala4bTbfbl-bvLWv7-j40a-KxvmzAFnoujDw&aifp=1605&slist=clips/1d/1d/3532073-kq573u-tp06.mp4;clips/1d/1d/3532073-kq573u-tp07.mp4" -f "LNX 17,0,0,134" -W "http://is.myvideo.de/player/GP/4.3.6/player.swf" -p "http://www.sat1gold.de/tv/koffer-zu-und-weg/video/160-sprachlos-in-kanada-ganze-folge" -y "mp4:clips/1d/1d/3532073-kq573u-tp07.mp4" -o "2015-07-03_11-58-35_3532073-kq573u-tp07.flv"
2 playpath avaible

528p
Code:
-y "mp4:clips/1d/1d/3532073-kq573u-tp07.mp4"
360p
Code:
-y "mp4:clips/1d/1d/3532073-kq573u-tp06.mp4"
it also possible get direct link if you disable plugin flash

nota :you can't use this code because in red value works for my session and expire
Code:
http://vod-akamai-psd-progressive.p7s1digital.de/clips/1d/1d/3532073-kq573u-tp07.mp4?hdnea=st=1435967924~exp=1436054324~acl=%2Fclips%2F1d%2F1d%2F3532073-kq573u-tp07.mp4*~hmac=11d84537b8d73c5b977b384848a261a60e42724b9b7b8d8edc057d2390090d70
it works on my debian device but I have not managed to reproduce on windows
Reply With Quote