Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Trouble downloading m3u8 from a livestreamHi there.
I've been trying to download a livestream which i found that the m3u8 file is located here: http://positivo-live.ripple.ticdn.it.../playlist.m3u8 when I tried to download it to get the different manifests for the different versions i only see this: Code:
#EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=818740,CODECS="avc1.77.30,mp4a.40.2",RESOLUTION=640x360 chunklist.m3u8 I tried using ffmpeg directly like: Code:
ffmpeg.exe -i "http://positivo-live.ripple.ticdn.it/giffoniff/myStream/playlist.m3u8" -c copy "video.ts" I also tried youtube-dl but it created a file (the livestream began with like an hour and a half or two of nonsense before the real video started) but then it stopped downloading and now i cant do that again. Code:
youtube-dl.exe http://positivo-live.ripple.ticdn.it/giffoniff/myStream/playlist.m3u8 --ffmpeg-location C:\ffmpeg\ffmpeg-20131204-git-f65afef-win32-static\bin Code:
frame=36205 fps= 16 q=-1.0 size= 108958kB time=24:17:57.92 bitrate= 10.2kbits/ During the stream I was able to get a lot of ".ts" urls but when i tried accessing them after a while they were offline. I only managed to download the last ones. For example: Code:
http://positivo-live.ripple.ticdn.it/giffoniff/myStream/media-uiwv1wlm4_774.ts Anyway, is there any way i can get this stream? Not the first part which as i said it's nonsense but like after the first hour and a half. thank you! |
#2
|
|||
|
|||
Re: Trouble downloading m3u8 from a livestreamHi,
all working so far to watch / download stream. Code:
ffmpeg.exe -i http://positivo-live.ripple.ticdn.it/giffoniff/myStream/playlist.m3u8 -c copy video.ts livestreamer hlsvariant://http://positivo-live.ripple.ticdn.it/giffoniff/myStream/playlist.m3u8 best greetz |
#3
|
|||
|
|||
Re: Trouble downloading m3u8 from a livestreamHi,
I'm new here. Hope you guys can help and tell me how to download this video with ffmpeg and livestreamer http://mediacorpssvod-s.akamaihd.net..._EP1_PC_SS.ism Code:
http://mediacorpssvod-s.akamaihd.net/ondemand/SS/201504W-B/20150717_CAHAYA_LEBARAN_EP1_PC_SS.ism Kp Last edited by karimpoh : 07-20-2015 at 06:04 AM. |
#4
|
|||
|
|||
Re: Trouble downloading m3u8 from a livestreamHey, I use VLC player for m3u8. It's alright when the stream is stable
|
Tags: ffmpeg, hds, hls, livestream, youtube dl |
Thread Tools | |
Display Modes | |
|
|