Skip to content
New issue

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

After compiling I'm getting Payload File does not exist errors #276

Open
jjouppi opened this issue Jun 11, 2020 · 3 comments
Open

After compiling I'm getting Payload File does not exist errors #276

jjouppi opened this issue Jun 11, 2020 · 3 comments

Comments

@jjouppi
Copy link

jjouppi commented Jun 11, 2020

Hey all!

I've compiled FFmpeg using both the BuildFFmpeg.bat and following the guide here: https://trac.ffmpeg.org/wiki/CompilationGuide/WinRT

When I open the FFmpegWin10 project and attempt to build I get the following errors:

Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swscale-4.dll' does not exist.	MediaPlayerCS		
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\swresample-2.dll' does not exist.	MediaPlayerCS			
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avutil-55.dll' does not exist.	MediaPlayerCS			
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avformat-57.dll' does not exist.	MediaPlayerCS			
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avfilter-6.dll' does not exist.	MediaPlayerCS			
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avdevice-57.dll' does not exist.	MediaPlayerCS			
Error		Payload file 'C:\Users\joshu\source\repos\FFmpegInterop\ffmpeg\Build\Windows10\x64\bin\avcodec-57.dll' does not exist.	MediaPlayerCS	

Those files do exist in my Build folder, however, they are all named one increment (version?) higher. So "avcodec-57.dll" is "avcodec-58.dll" in the correct destination. And ideas?

image

If I manually change all the file names, the project will build but I am unable to open any media with the example player.

Thanks for any help! Apologies if my terminology is vague or incorrect. I'm quite new to development.

UPDATE
I was able to get it working with FFmpegInteropX so it seems the issue was not with my compiled FFmpeg.

@lukasf
Copy link
Contributor

lukasf commented Jun 12, 2020

Glad to hear that you could get it working. Closing this issue.

@lukasf lukasf closed this as completed Jun 12, 2020
@lukasf
Copy link
Contributor

lukasf commented Jun 12, 2020

Oh lol, only now I realized that this issue was not opened in FFmpegInteropX repo. Not really my responsibility to close issues here...

@lukasf lukasf reopened this Jun 12, 2020
@jjouppi
Copy link
Author

jjouppi commented Jun 12, 2020

Hey! Sorry for not being clear. Yeah it seems the issue is with FFmpegInterlop as I did not have any issues using the same compiled FFmpeg with FFmpegInterlopx. Thanks a ton for your work on these projects!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants