参考资料:https://blog.csdn.net/daisycold/article/details/111288272
安装gst-launch-1.0.exe and gst-inspect-1.0.exe
手动下载安装,下载地址:https://gstreamer.freedesktop.org/download/
注意:runtime installer 和 development installer 两个应用程序都要下载并安装。
安装完成后找到gstreamer路径(安装过程中不能选择安装路径,默认会安装到安装包所在的盘),配置Path系统环境变量:E:gstreamer1.0mingw_x86_64in(安装路径的bin目录)
我的路径:因为我把安装包放在了C盘
C:gstreamer1.0mingw_x86_64in
配置完成后,再次使用命令appium-doctor检测是否配置成功。