You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orangepi@orangepi3:~/Downloads/zhuyuan/workcode$ vlc test.h264
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[000000001fbdf160] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc
without interface.
[0000ffff780009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva error: /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so has no function _vaDriverInit
0_32
libva info: va_openDriver() returns -1
[0000ffff5c049180] vaapi_drm generic error: Failed to initialize the VAAPI device
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file
or directory
[0000ffff700031e0] xcb_xv vout display error: no available XVideo adaptor
[0000ffff68c0a410] avcodec decoder error: more than 5 seconds of late video -> dropping frame
(computer too slow ?)
[0000ffff68c0a410
----And then I modify "__vaDriverInit_0_10" to "__vaDriverInit_0_32" on the file "autoconfig.h"to fix the error"has no function __vaDriverInit_32",unfortunately,it displayed:
[0000ffff4c0009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
*** stack smashing detected ***: vlc terminated
--What could be the possible reasons for this and how do I rectify it?
The text was updated successfully, but these errors were encountered:
----when i executed the ''vlc test.h264":
orangepi@orangepi3:~/Downloads/zhuyuan/workcode$ vlc test.h264
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[000000001fbdf160] core libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc
without interface.
[0000ffff780009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva error: /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so has no function _vaDriverInit
0_32
libva info: va_openDriver() returns -1
[0000ffff5c049180] vaapi_drm generic error: Failed to initialize the VAAPI device
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file
or directory
[0000ffff700031e0] xcb_xv vout display error: no available XVideo adaptor
[0000ffff68c0a410] avcodec decoder error: more than 5 seconds of late video -> dropping frame
(computer too slow ?)
[0000ffff68c0a410
----And then I modify "__vaDriverInit_0_10" to "__vaDriverInit_0_32" on the file "autoconfig.h"to fix the error"has no function __vaDriverInit_32",unfortunately,it displayed:
[0000ffff4c0009c0] core input error: Invalid PCR value in ES_OUT_SET_(GROUP_)PCR !
libva info: VA-API version 0.39.0
libva info: va_getDriverName() returns -1
libva info: User requested driver 'dump'
libva info: Trying to open /usr/lib/aarch64-linux-gnu/dri/dump_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
*** stack smashing detected ***: vlc terminated
--What could be the possible reasons for this and how do I rectify it?
The text was updated successfully, but these errors were encountered: