Hi,
is it possible to download (record) this live stream with any tool? I have tryed so many without luck.
I know i can do it with screen recording but thats not what i want.
Thanx a lot.
Code:https://live-rtlhr.akamaized.net/out/u/rtl_hr/rtl_bigbrother_ott_c_5.m3u8
+ Reply to Thread
Results 1 to 9 of 9
-
-
Use youtube-dl.
Code:youtube-dl https://live-rtlhr.akamaized.net/out/u/rtl_hr/rtl_bigbrother_ott_c_5.m3u8
https://forum.videohelp.com/threads/384888-how-can-i-make-drag-an-drop-batch-file-for-...xe#post2495186
Then copy the URL to the clipboard and double click on _cb2ytdl.bat. -
The video I downloaded with youtube-dl was not encrypted.
PS: Since the video is a live stream it has no end. To stop recording in youtube-dl use CTRL+C. That will leave ".part" at the end of the filename. Just remove that, leaving ".mp4". That is, rename
Code:rtl_bigbrother_ott_c_5-rtl_bigbrother_ott_c_5.mp4.part
Code:rtl_bigbrother_ott_c_5-rtl_bigbrother_ott_c_5.mp4
Last edited by jagabo; 27th Feb 2018 at 11:07.
-
thanx a lot, now it works!!
great software, it would be even better if this could work somehow on android phone but its ok on pc too -
Another method is to copy and paste the m3u8 link to Allavsoft and click Download button. It will automatically download them to mp4
-
I tried the --no-part switch with a m3u8 link (a fixed-length video, not a live stream) : it doesn't prevent yt-dl from downloading .fragX files, which add unnecessary clutter on the drive (although those temporary files are deleted right away, someone who needs to recover a file later on with something like Recuva might find thousands of those .fragX files, and it's also likely to increase fragmentation), whereas ffmpeg copies the partial streams on the fly directly to the output.
Similar Threads
-
Download m3u8
By quekkiefly in forum Video Streaming DownloadingReplies: 0Last Post: 12th Jan 2017, 06:40 -
Download MP2T/TS/m3u8 Stream from Channel 5/My5.tv
By Racxie in forum Video Streaming DownloadingReplies: 0Last Post: 3rd Jan 2017, 16:35 -
How do I download the following m3u8?
By AshleyQuick in forum Video Streaming DownloadingReplies: 2Last Post: 4th Oct 2015, 02:13 -
How to download this mp4.m3u8
By mikeutter in forum Video Streaming DownloadingReplies: 4Last Post: 17th Mar 2015, 08:01 -
How to download m3u8 stream ?
By andyleo in forum Video Streaming DownloadingReplies: 3Last Post: 19th Feb 2014, 09:05