Opened 19 months ago
#10335 new defect
ffmpeg/ffplay very slow with remote QT codec
Reported by: | Rafal Leszko | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
# Very slow segmenting ffmpeg -i "https://storage.googleapis.com/thom-vod-testing/sasi.mp4" -c:v copy -c:a copy -f hls -hls_list_size 0 -hls_playlist_type vod -hls_time 10 index.m3u8 # Very slow playback ffplay https://storage.googleapis.com/thom-vod-testing/sasi.mp4 # Version ffmpeg version 5.1.2 Copyright (c) 2000-2022 the FFmpeg developers built with Apple clang version 14.0.0 (clang-1400.0.29.202)
Additional info:
- It tries to reconnect all the time with the HTTP connection
- Everything works fine if the same file is locally
- If you download the file, ffmpeg copy locally, and upload, then it works fine (you can check https://storage.googleapis.com/rafal-vod-testing/outputbig000.mp4)
Note:
See TracTickets
for help on using tickets.