#8933 closed defect (needs_more_info)
http m3u8 download command stopped working in 4.3
Reported by: | aaaeeeo | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | ffmpeg |
Version: | git-master | Keywords: | |
Cc: | liuqi05@kuaishou.com | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
ffmpeg -protocol_whitelist file,http,https,tcp,tls,crypto -i https://.../xxx.mp4/playlist.m3u8 -c copy -bsf:a aac_adtstoasc "test.mp4" 4.3.1 built on mac
Got following error:
[https @ 0x7fcb5c813200] Opening 'https://.../xxx.mp4/chunklist_w1708679321.m3u8' for reading
[hls @ 0x7fcb5d00ac00] Failed to reload playlist 0
The same command works good on 4.2.3 and 4.2
Attachments (3)
Change History (10)
comment:1 by , 4 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
by , 4 years ago
Attachment: | ffmpeg-4.3.1.log added |
---|
by , 4 years ago
Attachment: | ffmpeg-4.2.log added |
---|
follow-up: 4 comment:2 by , 4 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
Okay, I have attached two report logs.
The exact same command worked on 4.2 and failed on 4.3.1
I'm using binaries for mac downloaded from https://evermeet.cx/pub/ffmpeg/
comment:3 by , 4 years ago
Version: | unspecified → git-master |
---|
follow-up: 5 comment:4 by , 4 years ago
Resolution: | → needs_more_info |
---|---|
Status: | reopened → closed |
Replying to aaaeeeo:
Okay, I have attached two report logs.
The exact same command worked on 4.2 and failed on 4.3.1
I'm using binaries for mac downloaded from https://evermeet.cx/pub/ffmpeg/
https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8
what's this context? or can you leave a usable url here? let me analyze about that.
(base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/chunklist_w1894645484.m3u8 curl: (7) Failed to connect to stream.bwnvideo.com port 443: No route to host (base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to stream.bwnvideo.com:443 (base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to stream.bwnvideo.com:443 (base) liuqi05:clang liuqi$ wget https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 --2020-10-13 18:16:00-- https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 正在解析主机 stream.bwnvideo.com (stream.bwnvideo.com)... 104.21.235.173, 104.21.235.174 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.173|:443... 失败:No route to host。 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.174|:443... 失败:Operation timed out。 重试中。 --2020-10-13 18:17:20-- (尝试次数: 2) https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.173|:443... 已连接。 无法建立 SSL 连接。 (base) liuqi05:clang liuqi$
comment:5 by , 4 years ago
The content of playlist.m3u8 is
#EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=1635957,CODECS="avc1.4d401e,mp4a.40.2",RESOLUTION=640x360 chunklist_wxxx.m3u8
And the content of chunklist_wxxx.m3u8 is
#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:5 #EXT-X-MEDIA-SEQUENCE:0 #EXTINF:4.004, media_wxxx_0.ts #EXTINF:4.004, media_wxxx_1.ts #EXTINF:4.004, media_wxxx_2.ts #EXTINF:4.004, ... #EXT-X-ENDLIST
Not sure why 4.3 refused to open the second m3u8
Replying to stevenliu:
Replying to aaaeeeo:
Okay, I have attached two report logs.
The exact same command worked on 4.2 and failed on 4.3.1
I'm using binaries for mac downloaded from https://evermeet.cx/pub/ffmpeg/
https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8
what's this context? or can you leave a usable url here? let me analyze about that.
(base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/chunklist_w1894645484.m3u8 curl: (7) Failed to connect to stream.bwnvideo.com port 443: No route to host (base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to stream.bwnvideo.com:443 (base) liuqi05:clang liuqi$ curl https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 curl: (35) LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to stream.bwnvideo.com:443 (base) liuqi05:clang liuqi$ wget https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 --2020-10-13 18:16:00-- https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 正在解析主机 stream.bwnvideo.com (stream.bwnvideo.com)... 104.21.235.173, 104.21.235.174 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.173|:443... 失败:No route to host。 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.174|:443... 失败:Operation timed out。 重试中。 --2020-10-13 18:17:20-- (尝试次数: 2) https://stream.bwnvideo.com/vod/_definst_/mp4:bwnvideos/videos/x15_FFB.mp4/playlist.m3u8 正在连接 stream.bwnvideo.com (stream.bwnvideo.com)|104.21.235.173|:443... 已连接。 无法建立 SSL 连接。 (base) liuqi05:clang liuqi$
by , 4 years ago
Attachment: | ffmpeg-20201013-184200.log added |
---|
comment:7 by , 4 years ago
Cc: | added |
---|
I cannot guess what happened base on your computer.