We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker内的ffprobe获取一些url的分辨率时存在段错误。 如
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of json http://z.b.bkpcp.top/m.php?id=cctv1 { Segmentation fault (core dumped)
在容器内使用apt install ffmpeg重新安装ffmpeg,则没有段错误,获取分辨率正常
ffprobe -v error -select_streams v:0 -show_entries stream=width,height -of json http://z.b.bkpcp.top/m.php?id=cctv1 { "programs": [ { "streams": [ { "width": 1920, "height": 1080 } ] } ], "streams": [ { "width": 1920, "height": 1080 } ] }
No response
The text was updated successfully, but these errors were encountered:
#859 我昨晚发过一个issue,确实存在这个问题。当前的docker版本 针对有域名的ffprobe结果 都不正常。
Sorry, something went wrong.
这是ffmpeg的问题,有可能是由于构建的版本较低导致,我可以尝试升级。 @go626201 关于你另一个issue说的情况,由于你关闭了issue,是否需要额外安装别的依赖还有待验证,应该是部分url会出现该情况,并不是所有都会。
No branches or pull requests
Don't skip these steps | 不要跳过这些步骤
Occurrence environment | 触发环境
Bug description | 具体描述
docker内的ffprobe获取一些url的分辨率时存在段错误。
如
在容器内使用apt install ffmpeg重新安装ffmpeg,则没有段错误,获取分辨率正常
Error log | 报错日志
No response
The text was updated successfully, but these errors were encountered: