View Single Post
  #2  
Old 08-22-2017, 12:10 PM
troller12 troller12 is offline
Senior Member
 
Join Date: Sep 2013
Posts: 433
troller12 is on a distinguished road
Default

Re: Download RTMPE videos from sat1.de ("This video is not available in your country"


Hi,

you can use youtube-dl.Just check in webconsole for playlist.mpd link and use it with youtube-dl.You can also use this...
Code:
youtube-dl -F https://www.sat1.de/tv/knallerfrauen/playlists/playlist-knallerfrauen-outtakes
...to get entire infos.
Code:
youtube-dl "https://vas.sim-technik.de/playlist.mpd?x=*****" -f playlist-video=3263138+playlist-audio=128000 -o "knaller.mp4"
Just copy whole link from webconsole and use it if you can watch the stream in browser.If not then use a proxy elite IP to bypass the GeoBlock.

PS: If its to complex for you at the moment etc then I could also upload this 47 seconds 20 MB video.But if you need more video from that site then check youtube-dl tool and how to use it.You also need ffmpeg too to merge both video & audio dash files.Just check this out a little.

greetz
Reply With Quote