The development board is rk3588. The operating system is Ubuntu 20.04. The problem is that when playing MP4 video
Posted: 07 Nov 2024 16:44
The development board is rk3588. The operating system is Ubuntu 20.04. vlc3.0.9.2-1.The problem is that when playing MP4 videos, there is a black screen and the following errors are reported. Please provide some ideas on how to resolve this issue, thank you.
arm_release_ver: g13p0-01eac0, rk_so_ver: 3
[0000007f4c158550] egl_x11 gl error: cannot create EGL window surface
[0000007f38001440] main video output error: video output creation failed
[0000007f48c340d0] main decoder error: failed to create video output
arm_release_ver: g13p0-01eac0, rk_so_ver: 3
[0000007f4c158550] egl_x11 gl error: cannot create EGL window surface
[0000007f38001440] main video output error: video output creation failed
[0000007f48c340d0] main decoder error: failed to create video output
Code: Select all
https://pastebin.com/KMUXTy87
To help you, we need messages, to completely understand what your
problems is.
From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file
Also don't forget to name your Operating System and provide the VLC media player version.
https://pastebin.com/KMUXTy87[/logfile]From windows command line or linux or macos terminal, launch vlc with options -vv and --logfile=file
- Windows example: vlc.exe -vv --logfile=c:\vlclog.txt
- Linux example: vlc -vv --logfile=vlclog.txt, or vlc -vv 2>&1 > logfile.txt
Also don't forget to name your Operating System and provide the VLC media player version.