View Single Post
  #2  
Old 07-30-2015, 11:45 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to grab arte live stream ?


Quote:
Originally Posted by Gwar View Post
hey guys,

does anyone know which url I should insert into my ffdshow script to capture the live stream on this site?

http://concert.arte.tv/de/wacken

I looked into the source code and elements analysis in mozilla and can' find any ".m3u8" or ".flv" or ".mp4" or whatever.

I usually use an ffmpeg script which goes like this:

ffmpeg -i "streamurl" -c copy filename.ts

Maybe you guys could help me out what the url is. I bet it is encrypted somehow

thanks in advance

regards
-Gwar

hi you can use livestreamer


Code:
livestreamer "akamaihd://http://freecaster-lh.akamaihd.net/ARTEDemo_1_2728@332856" best -o Wacken.fv

quality 1080x720 2500Kb/s
Reply With Quote