Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Operation is not supported on this platform. #9

Closed
skyunix opened this issue Aug 19, 2022 · 6 comments
Closed

Operation is not supported on this platform. #9

skyunix opened this issue Aug 19, 2022 · 6 comments
Labels
bug Something isn't working

Comments

@skyunix
Copy link

skyunix commented Aug 19, 2022

00:35:49.550 INFO : 正在解析媒体信息...
00:35:49.551 WARN : 写出meta json
00:35:49.567 INFO : 已选择的流:
00:35:49.568 INFO : Vid *CENC 3840x2160 | 15000 Kbps | video_5 | hvc1.1.6.L150.90 | 1954 Segments | ~02h10m14s
00:35:49.568 INFO : Aud *CENC audio_aac_eng_6 | 56 Kbps | mp4a.40.2 | eng | 1954 Segments | ~02h10m14s
00:35:49.573 INFO : 开始下载...Vid 3840x2160 | 15000 Kbps | video_5 | hvc1.1.6.L150.90
00:35:49.573 WARN : 检测到CENC加密方式,自动开启二进制合并
00:35:50.605 ERROR : Operation is not supported on this platform.00:35:49.550 INFO : 正在解析媒体信息...
00:35:49.551 WARN : 写出meta json
00:35:49.567 INFO : 已选择的流:
00:35:49.568 INFO : Vid *CENC 3840x2160 | 15000 Kbps | video_5 | hvc1.1.6.L150.90 | 1954 Segments | ~02h10m14s
00:35:49.568 INFO : Aud *CENC audio_aac_eng_6 | 56 Kbps | mp4a.40.2 | eng | 1954 Segments | ~02h10m14s
00:35:49.573 INFO : 开始下载...Vid 3840x2160 | 15000 Kbps | video_5 | hvc1.1.6.L150.90
00:35:49.573 WARN : 检测到CENC加密方式,自动开启二进制合并
00:35:50.605 ERROR : Operation is not supported on this platform.

N_m3u8DL-RE_Beta_win-x64

@nilaoda
Copy link
Owner

nilaoda commented Aug 20, 2022

增加参数--log-level DEBUG 再运行一次

@aaaeeeo
Copy link

aaaeeeo commented Aug 20, 2022

N_m3u8DL-RE_Beta_win-x64
Same issue. --log-level DEBUG added.

21:00:11.069 INFO  : Content Matched: Dynamic Adaptive Streaming over HTTP
21:00:11.070 INFO  : Parsing streams...
21:00:11.203 WARN  : Writing meta json
21:00:11.265 INFO  : Extracted, there are 9 streams, with 8 basic streams, 1 audio streams, 0 subtitle streams
21:00:11.265 INFO  : Vid *CENC 1920x1080 | 5671 Kbps | 8 | 23.976 | avc1.640028 | 2910 Segments | ~01h37m04s
21:00:11.266 INFO  : Vid *CENC 1920x1080 | 4171 Kbps | 7 | 23.976 | avc1.640028 | 2910 Segments | ~01h37m04s
21:00:11.266 INFO  : Vid *CENC 1280x720 | 3371 Kbps | 6 | 23.976 | avc1.4D401F | 2910 Segments | ~01h37m04s
21:00:11.266 INFO  : Vid *CENC 1280x720 | 2621 Kbps | 5 | 23.976 | avc1.4D401F | 2910 Segments | ~01h37m04s
21:00:11.266 INFO  : Vid *CENC 720x406 | 1621 Kbps | 4 | 23.976 | avc1.42C01F | 2910 Segments | ~01h37m04s
21:00:11.267 INFO  : Vid *CENC 720x406 | 971 Kbps | 3 | 23.976 | avc1.42C01E | 2910 Segments | ~01h37m04s
21:00:11.267 INFO  : Vid *CENC 512x288 | 571 Kbps | 2 | 23.976 | avc1.42C01E | 2910 Segments | ~01h37m04s
21:00:11.267 INFO  : Vid *CENC 384x216 | 271 Kbps | 1 | 23.976 | avc1.42C01E | 2910 Segments | ~01h37m04s
21:00:11.267 INFO  : Aud *CENC 9 | 128 Kbps | mp4a.40.2 | eng | 2CH | 2910 Segments | ~01h37m04s
21:00:12.685 INFO  : Parsing streams...
21:00:12.686 WARN  : Writing meta json
21:00:12.706 INFO  : Selected streams:
21:00:12.706 INFO  : Vid *CENC 1920x1080 | 5671 Kbps | 8 | 23.976 | avc1.640028 | 2910 Segments | ~01h37m04s
21:00:12.707 INFO  : Aud *CENC 9 | 128 Kbps | mp4a.40.2 | eng | 2CH | 2910 Segments | ~01h37m04s
21:00:12.707 DEBUG : dirName: 1_8_avc1.640028_; tmpDir: C:\...\N_m3u8DL-RE_Beta_win-x64\1_8_avc1.640028_; saveDir: C:\...\N_m3u8DL-RE_Beta_win-x64; saveName: 1.VIDEO
21:00:12.707 INFO  : Start downloading...Vid 1920x1080 | 5671 Kbps | 8 | 23.976 | avc1.640028
21:00:12.708 WARN  : When CENC encryption is detected, binary merging is automatically enabled
21:00:12.710 ERROR : Operation is not supported on this platform.

@skyunix
Copy link
Author

skyunix commented Aug 20, 2022

增加参数--log-level DEBUG 再运行一次

Action自动构建的不能使用,release版本正常

@nilaoda
Copy link
Owner

nilaoda commented Aug 20, 2022

确实有问题 我等会儿看看

@nilaoda nilaoda added the bug Something isn't working label Aug 20, 2022
nilaoda added a commit that referenced this issue Aug 20, 2022
@nilaoda
Copy link
Owner

nilaoda commented Aug 20, 2022

@aaaeeeo
Copy link

aaaeeeo commented Aug 24, 2022

nilaoda added a commit that referenced this issue Sep 28, 2022
nilaoda added a commit that referenced this issue Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants