Managed to download
https://www.sbs.com.au/ondemand/watch/1619758659981
with yt-dlp
But took 2 hours for 43 minutes.Code:https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/830/10547/c00d6aff-bd0b-40b5-8ab3-244837414a2a/9439a831-9b13-6280-ed4f-cb66148195cb/master.m3u8?hdnea=st=1684246136~exp=1684249736~acl=/Content/HLS_AES_TS/VOD/geo/830/10547/c00d6aff-bd0b-40b5-8ab3-244837414a2a/9439a831-9b13-6280-ed4f-cb66148195cb/*~id=2cfbfdc3-7625-456f-8905-214a6f406939~hmac=a614479e780fe87b402e2adfb623fe2926f45c392e5c2b138b8c2160e09fda00&originpath=/ondemand/hls/content/2488267/vid/1619758659981A/GRQ/streams/9ad3f224-6393-419b-b3ab-12ca351bb55f/master.m3u8
Is there a way to speed this up?
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 24 of 24
-
-
-
Tried -N 10 and -N 200 but no difference in speed on yt-dlp.
Is this code correct:
Code:$ yt-dlp -f bv+ba -N 10 https://
Code:[hls,applehttp @ 0x557dea77f980] Opening 'crypto+https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/14827/12943/bcf0bcef-163e-4549-b5ce-f713948e6b6b/9439a831-9b13-6280-ed4f-cb66148195cb/Stream(04)/Segment(1893988888).ts?aka_me_session_id=AAAAAAAAAACw+mVkAAAAADpizr+Fcx6ga0DDOzeVDLViO03iZ1ezRd+dQfB3LmTodJNQP4K3UQ5eJOwkUNoDTkZLzV0J9lWL&aka_msn=94&aka_hls_version=3&aka_media_format_type=hls' for reading frame= 4450 fps= 24 q=-1.0 size= 19456kB time=00:02:57.92 bitrate= 895.8kbits/s speframe= 4479 fps= 24 q=-1.0 size= 19712kB time=00:02:59.08 bitrate= 901.7kbits/s spe[hls,applehttp @ 0x557dea77f980] Opening 'crypto+https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/14827/12943/bcf0bcef-163e-4549-b5ce-f713948e6b6b/9439a831-9b13-6280-ed4f-cb66148195cb/Stream(04)/Segment(1913988888).ts?aka_me_session_id=AAAAAAAAAACw+mVkAAAAADpizr+Fcx6ga0DDOzeVDLViO03iZ1ezRd+dQfB3LmTodJNQP4K3UQ5eJOwkUNoDTkZLzV0J9lWL&aka_msn=95&aka_hls_version=3&aka_media_format_type=hls' for reading frame= 4500 fps= 24 q=-1.0 size= 19712kB time=00:02:59.92 bitrate= 897.5kbits/s speframe= 4542 fps= 24 q=-1.0 size= 19968kB time=00:03:01.60 bitrate= 900.8kbits/s spe[hls,applehttp @ 0x557dea77f980] Opening 'crypto+https://sbs-vod-dai-prod-01.akamaize
-
-
-
[QUOTE=lomero;2690430]N_m3u8DL-RE more fast
Tried hard to install N_m3u8DL-RE on Ubuntu 22.04 but no success sofar. No ./configere file. Help welcome.
https://www.videohelp.com/download/N_m3u8DL-RE_Beta_linux-x64_20230412.tar.gzLast edited by sven32; 19th May 2023 at 11:36.
-
you know how to use yt-dlp....same way for N_m3u8DL-RE
https://github.com/nilaoda/N_m3u8DL-RE/releases
Download the linux version and put FFmpeg in the same folder
Open a terminal in the good folder and launch the command:
Code:N_m3u8DL-RE "https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/830/10547/c00d6aff-bd0b-40b5-8ab3-244837414a2a/9439a831-9b13-6280-ed4f-cb66148195cb/master.m3u8?hdnea=st=1684246136~exp=1684249736~acl=/Content/HLS_AES_TS/VOD/geo/830/10547/c00d6aff-bd0b-40b5-8ab3-244837414a2a/9439a831-9b13-6280-ed4f-cb66148195cb/*~id=2cfbfdc3-7625-456f-8905-214a6f406939~hmac=a614479e780fe87b402e2adfb623fe2926f45c392e5c2b138b8c2160e09fda00&originpath=/ondemand/hls/content/2488267/vid/1619758659981A/GRQ/streams/9ad3f224-6393-419b-b3ab-12ca351bb55f/master.m3u8" -M format=mp4
Last edited by cedric8528; 19th May 2023 at 14:54.
-
Thanks, but not working.
https://github.com/nilaoda/N_m3u8DL-RE/releases/download/v0.1.6-beta/N_m3u8DL-RE_Beta_...0230412.tar.gz
After extraction 1 file only showing.
https://www.videohelp.com/software/ffmpeg
Lots of files showing.
What am I missing? -
It is not how to use, but how to install.
What, where is bin folder?
I use Ubuntu 22.04-2 -
@sven32:
You're on Ubuntu, but they are giving you Windows advice. Just install ffmpeg with 'sudo apt install ffmpeg' if it isn't installed already (it probably is).
For N_m3u8DL-RE, you put the file you downloaded in /usr/bin/ and make it executable with 'sudo chmod -x /usr/bin/N_m3u8DL-RE.
Now you can run them both globally. -
We are getting there, thank you all!
sven32:~$ N_m3u8DL-RE https://music.youtube.com/watch?v=YkLLcIKhJ64
21:33:12.684 INFO : N_m3u8DL-RE (Beta version) 20230412
21:33:12.702 INFO : Loading URL: https://music.youtube.com/watch?v=YkLLcIKhJ64
21:33:13.390 ERROR: Input not supported:
sven32:~$
Any idea what went wrong? -
Always do, but was just testing N_m3u8DL-RE
Code:sven32:~$ N_m3u8DL-RE https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/master.m3u8?hdnea=st=1684525321~exp=1684528921~acl=/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/*~id=3a0bca2c-0768-4a63-a7d7-759050d21a8e~hmac=5cf1440eeea2f99d00e5fc8e7dd28bb9ed097ab9f592bbe8cd8dc52c04def44d&originpath=/ondemand/hls/content/2488267/vid/1706990659841A/SIN/streams/a9a790cc-dfbb-4458-8fe2-08bc71589f2f/master.m3u8 -M format=mp4 [9] 16962 -M: command not found sven32:~$ 22:01:05.734 INFO : N_m3u8DL-RE (Beta version) 20230412 22:01:05.756 INFO : Loading URL: https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/master.m3u8?hdnea=st=1684525321~exp=1684528921~acl=/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/*~id=3a0bca2c-0768-4a63-a7d7-759050d21a8e~hmac=5cf1440eeea2f99d00e5fc8e7dd28bb9ed097ab9f592bbe8cd8dc52c04def44d 22:01:07.169 INFO : Content Matched: HTTP Live Streaming 22:01:07.169 INFO : Parsing streams... 22:01:07.170 WARN : Master List detected, try parse all streams 22:01:07.171 INFO : Extracted, there are 5 streams, with 4 basic streams, 1 audio streams, 0 subtitle streams 22:01:07.171 INFO : Vid 1280x720 | 1993 Kbps | 25 | avc1.4D4029 22:01:07.171 INFO : Vid 1024x576 | 1431 Kbps | 25 | avc1.4D4029 22:01:07.171 INFO : Vid 640x360 | 882 Kbps | 25 | avc1.4D401E 22:01:07.171 INFO : Vid 398x224 | 451 Kbps | 25 | avc1.4D401E 22:01:07.171 INFO : Aud audio1 | ENG | ENG Please select what you want to download: > [ ] Basic [X] Vid 1280x720 | 1993 Kbps | 25 | avc1.4D4029 [ ] Vid 1024x576 | 1431 Kbps | 25 | avc1.4D4029 [ ] Vid 640x360 | 882 Kbps | 25 | avc1.4D401E [ ] Vid 398x224 | 451 Kbps | 25 | avc1.4D401E [ ] Audio [X] Aud audio1 | ENG | ENG (Press <space> to toggle a stream, <enter> to accept)
Code:[9]+ Stopped N_m3u8DL-RE https://sbs-vod-dai-prod-01.akamaized.net/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/master.m3u8?hdnea=st=1684525321~exp=1684528921~acl=/Content/HLS_AES_TS/VOD/geo/18486/8503/13d68abe-535f-4dd6-8b0f-06b1cd5c75b9/9439a831-9b13-6280-ed4f-cb66148195cb/*~id=3a0bca2c-0768-4a63-a7d7-759050d21a8e~hmac=5cf1440eeea2f99d00e5fc8e7dd28bb9ed097ab9f592bbe8cd8dc52c04def44d sven32:~$
Last edited by sven32; 19th May 2023 at 15:04.
-
now you can test for your site "sbs"....
I have modified my command with N_m3u8DL-RE -
Your new link did not work:
2:11:23.827 ERROR: One or more errors occurred. (Response status code does not indicate success: 403 (Forbidden).
I think the m3u8 file expires.. -
So you have the good command but N_m3u8DL-RE stopped... and I don't know why
Take a fresh m3u8 linkLast edited by cedric8528; 19th May 2023 at 15:30.
-
Excellent, that worked!
Now I can select the video and audio with space and enter.
After downloading I get 1 folder master_2023-05-20_08-41-43_0__avc1.4d4029_1993353_ with 1.305 items, totalling 323,1*MB all .ts
and 1 folder master_2023-05-20_09-26-41_1_audio1___ENG with 1.305 items, totalling 90,5*MB all .ts
(These .ts files play but in steps.)
However the merged file master_2023-05-20_08-41-43.mp4 MPEG-4 video (video/mp4) is only 50,9*kB (50.877 bytes) and so does not play. -
ffmpeg 4.4.2 is installed.
Get the same results as in#20 .
Final file only 53 kb.
Code:Vid 1280x720 | 1993 Kbps ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 316.03MB - 00:00:00 Aud ENG | ENG ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 88.37MB - 00:00:00 11:14:04.477 WARN : 10-3.mp4.en.srt 11:14:04.480 WARN : Muxing to 10-3.mp4.MUX.mp4 11:14:04.543 WARN : Cleaning files... 11:14:04.543 WARN : Rename to 10-3.mp4.mp4 11:14:04.543 INFO : Done
Similar Threads
-
Downloading from SBS On Demand
By edit888 in forum Video Streaming DownloadingReplies: 50Last Post: 18th Jul 2024, 19:32 -
Youtube - Slow Downloading Process Nowadays
By devilcoelhodog in forum Video Streaming DownloadingReplies: 10Last Post: 27th Oct 2023, 01:47 -
converting 3D MKV to SBS using BD3D2MK3D
By jaybravo in forum Video ConversionReplies: 1Last Post: 8th Nov 2020, 17:47 -
HLSL SBS 3D shader filter
By Космик in forum Software PlayingReplies: 30Last Post: 3rd Oct 2020, 17:41 -
3d iso to SBS mkv
By Captainfearless in forum Video ConversionReplies: 36Last Post: 1st Oct 2019, 07:13