-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Video Playback Issues Across Different Systems #63
Comments
no video frame decoded. can you save the decrypted video as a file, then use glfwplay.exe(in mdk-sdk/bin/x64) and mpv to play it?
|
I don’t have any problems with my own system; some of my customers have problems... I tested again with my own system. and this is log :
|
do you have the crash log |
I have to ask from my customers... |
d3d11.log :
sw.log :
|
https://en.wikipedia.org/wiki/Radeon_HD_5000_series The gpu is too old, but it should be able to decode 1080p h264. I don't know why nothing produced by d3d11 decoder. You can try
|
I see all the logs have the same OS version and gpu, does the crash also happen in this environment? |
So, how can I make it work correctly on older GPUs without any issues? I can't tell my customers to run these codes. I need to develop my program in a way that it works on all systems. |
It should work on old gpus. If it's a driver bug, I have to add these gpus to a blacklist. If it's an ffmpeg bug, report bugs and let ffmpeg guys fix it. If it's my bug, i will give a solution. |
Hello, did you find any solution for this issue? |
No. I need ffmpeg command line and |
How can I give these to you? |
Hello, when I play a video, it works fine and plays completely on some systems, but on others, only the audio plays and there's no video. On some systems, the video plays for about 4 seconds, then the program crashes and exits. What should I do to solve this problem? Here's the log:
The text was updated successfully, but these errors were encountered: