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
VS2022已安装 Sdcb.FFmpeg 6.1.0.1、Sdcb.FFmpeg.runtime.windows-x64 6.1.1.
FormatContext inFc = FormatContext.OpenInputUrl("rtsp://admin:@192.168.58.89:554/channel=1_stream=0"); inFc.LoadStreamInfo(); MediaStream inVideoStream = inFc.GetVideoStream(); 运行时报错System.DllNotFoundException:“无法加载 DLL“avformat-60”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。” 使用大佬库时要先初始化吗?查了下DEBUG\DLL\X64\下有avformat-60
The text was updated successfully, but these errors were encountered:
这个包是不是没装: Sdcb.FFmpeg.runtime.windows-x64
Sorry, something went wrong.
已经安装了
使用DepedenciesGUI去查一下avformat-60,看看是不是有依赖问题?
No branches or pull requests
VS2022已安装
Sdcb.FFmpeg 6.1.0.1、Sdcb.FFmpeg.runtime.windows-x64 6.1.1.
FormatContext inFc = FormatContext.OpenInputUrl("rtsp://admin:@192.168.58.89:554/channel=1_stream=0");
inFc.LoadStreamInfo();
MediaStream inVideoStream = inFc.GetVideoStream();
运行时报错System.DllNotFoundException:“无法加载 DLL“avformat-60”: 找不到指定的模块。 (异常来自 HRESULT:0x8007007E)。”
使用大佬库时要先初始化吗?查了下DEBUG\DLL\X64\下有avformat-60
The text was updated successfully, but these errors were encountered: