@ ponens
Unless someone does what you did, Bing cached pages get overwritten by a newer version of the page after a few days (same for Google). Only Archive.org (as far as I know) keeps older versions of a same page, but it won't save every single forum thread.
@ jagabo
I tried LZAA's command but it only downloaded the video, no audio.
I just tried and it doesn't work at all. It would seem like this particular timecode interval is no longer available, and perhaps only the video stream was available two days ago.
(1595871000 is a Unix timestamp which corresponds to 2020/07/27 17:30 PM)
Now with :
Code:
streamlink "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000" best -o video.ts
(begin = 2020/08/04 17:30, end = 2020/08/04 18:00)
It works and the output has video + audio.
Works with youtube-dl as well :
Code:
H:\>youtube-dl -F "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000"
[generic] RTV: Requesting header
[generic] RTV: Downloading m3u8 information
[info] Available formats for RTV:
format code extension resolution note
audio-AACL-66-English mp4 audio only [en]
audio-AACL-99-English mp4 audio only [en]
225 mp4 256x144 225k , avc1.4d401f, 25.0fps, video only
258 mp4 256x144 258k , avc1.4d401f, 25.0fps, video only
384 mp4 426x240 384k , avc1.4d401f, 25.0fps, video only
417 mp4 426x240 417k , avc1.4d401f, 25.0fps, video only
596 mp4 640x360 596k , avc1.4d401f, 25.0fps, video only
629 mp4 640x360 629k , avc1.4d401f, 25.0fps, video only
1126 mp4 854x480 1126k , avc1.640029, 25.0fps, video only
1159 mp4 854x480 1159k , avc1.640029, 25.0fps, video only (best)
youtube-dl -f bestvideo+bestaudio "https://cdn-test.mncnow.id/live/eds/RTV/sa_hls/RTV.m3u8?begin=1596562200&end=1596564000"
=> downloads as MP4 using ffmpeg
(As a side note, the aspect ratio seems to be consistently messed up on this channel, it's all 4:3 content but broadcast as 16:9.)