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

How to grab arte live stream ?

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

Gwar 07-30-2015 10:47 AM

How to grab arte live stream ?


 
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

biezom 07-30-2015 11:45 AM

Re: How to grab arte live stream ?


 
Quote:

Originally Posted by Gwar (Post 78606)
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

Gwar 07-30-2015 12:10 PM

Re: How to grab arte live stream ?


 
Quote:

Originally Posted by biezom (Post 78608)
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


hey thanks a lot man, this works great. One last question. How did you manage to grab the url ? In case they change that one every day it would be cool to know how you did that. thanks so much, you rock !

cheers
-gwar

biezom 07-30-2015 12:34 PM

Re: How to grab arte live stream ?


 
Quote:

Originally Posted by Gwar (Post 78610)
hey thanks a lot man, this works great. One last question. How did you manage to grab the url ? In case they change that one every day it would be cool to know how you did that. thanks so much, you rock !

cheers
-gwar


tools: firefox; adblockplus addon




###########################################
this example is for two quality

Gwar 07-30-2015 12:58 PM

Re: How to grab arte live stream ?


 
thanks man but somehow that doesn't work here.

look it only shows those objects:

http://fs1.directupload.net/images/150730/ftpmt5pw.jpg

what am I doing wrong?

biezom 07-30-2015 01:05 PM

Re: How to grab arte live stream ?


 
Quote:

Originally Posted by Gwar (Post 78612)
thanks man but somehow that doesn't work here.

look it only shows those objects:

http://fs1.directupload.net/images/150730/ftpmt5pw.jpg

what am I doing wrong?

suchen akamaihd

Gwar 07-30-2015 02:04 PM

Re: How to grab arte live stream ?


 
I did that but it can't find akamaihd

biezom 07-30-2015 02:11 PM

Re: How to grab arte live stream ?


 
Quote:

Originally Posted by Gwar (Post 78620)
I did that but it can't find akamaihd

is that the video starts on your browser?

troller12 07-30-2015 04:22 PM

Re: How to grab arte live stream ?


 
Hi,

it works as biezom told you already but the stream is over at the moment on this site so you can see the countdown when it starts again.The good thing is that the stream is still working. :)

greetz

Gwar 07-31-2015 07:10 AM

Re: How to grab arte live stream ?


 
@biezom I did the exact same thing what you did yesterday when the stream was still running but in my window the weren't any "freecaster" url's at all. Very strange.
When I searched for "akam" it said something like "no blockable elements"

Ok if the url today is the same as yesterday then it's fine with me.
Otherwise I would let you guys know
cheers and thanks for the help

Gwar 07-31-2015 07:13 AM

Re: How to grab arte live stream ?


 
todays stream is on this site by the way

http://concert.arte.tv/de/wacken-ope...tream-vom-3107

if there is any difference please let me know guys
thanks so much
-hendrik

Gwar 07-31-2015 07:43 AM

Re: How to grab arte live stream ?


 
the url still works great

Gwar 06-16-2016 01:40 PM

Re: How to grab arte live stream ?


 
hello guys,

I just wanted to give some feedback regarding the recording of arte's Wacken 2015 live stream with the livestreamer programme.

It wasn't very stable. The recording was shut down every now and then so I had to restart the .bat again a few times to continue the recording. This was not for all the shows but for quite a few. It shut down more and more when it got late. I remember that I had the same problems when I recorded the NDR stream with rtmpdump in 2012.
I don't know if this is the problem of the stream broadcast itself or if it's the programms fault. If there are any alternatives to "livestreamer" (maybe a way to record arte live streams with ffdshow?) I would really appreciate it. I want to start recording the Hellfest livestream tomorrow evening.

thanks for your support guys
regards
-Gwar

Gwar 06-17-2016 10:51 AM

Re: How to grab arte live stream ?


 
the stream is located at

http://arteevent02-lh.akamaihd.net/i...66/master.m3u8

it's always shutting down with ffmpeg.

I use this code:

Quote:

ffmpeg -i "http://arteevent02-lh.akamaihd.net/i/arte_event02@308866/master.m3u8" -c copy hellfest2016-1.ts
does anyone know an alternate way to capture it?
thanks a lot

Gwar 06-18-2016 06:57 AM

Re: How to grab arte live stream ?


 
okay it looks like it is the streams fault, that it gets offline sometimes and then ffdshow shuts down.

Does anyone know if there is a option which can automatically start another .bat or pauses the ffdshow instead of shutting it down so it could continue if the stream contines ?


All times are GMT -6. The time now is 06:34 AM.