I decided to call VLC from the command line to see if there is any clue why it is doing this all of a sudden.
This time I got the following error:
Your input can't be opened:
VLC is unable to open the MRL 'file:///home/trekjunky/Videos/The%20Secret%20to%20Super%20Strong%20Concrete%20Is...%20Bacteria-0HjgoyoVP7A.m4v'. Check the log for details.
I got this error a minute into the video.
And this is the code which gives the exact problem:
Code: Select all
trekjunky@Enterprise:~> vlc
VLC media player 3.0.6 Vetinari (revision 3.0.6-0-g5803e85f73)
[0000555d35285bc0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0000555d352803e0] main playlist: playlist is empty
QXcbConnection: XCB error: 3 (BadWindow), sequence: 3078, resource id: 25661847, major code: 40 (TranslateCoords), minor code: 0
[00007fa324001f50] egl_x11 gl error: cannot select OpenGL API
[00007fa34d12a920] avcodec decoder: Using G3DVL VDPAU Driver Shared Library version 1.0 for hardware decoding
[00007fa324001f50] glconv_vdpau gl error: glVDPAUMapSurfacesNV failed: 0x502
[00007fa324001f50] glconv_vdpau gl error: glVDPAUUnmapSurfacesNV failed: 0x502
[00007fa324001f50] glconv_vdpau gl error: glVDPAUUnmapSurfacesNV failed: 0x502
[00007fa324001f50] glconv_vdpau gl error: glVDPAUUnmapSurfacesNV failed: 0x502
[00007fa324001f50] glconv_vdpau gl error: glVDPAUUnmapSurfacesNV failed: 0x502
[00007fa324001f50] glconv_vdpau gl error: glVDPAUUnmapSurfacesNV failed: 0x502
[00007fa34c0018c0] filesystem stream error: read error: Cannot allocate memory
[00007fa34c0018c0] filesystem stream error: read error: Cannot allocate memory
[h264 @ 0x7fa34d19f2e0] Invalid NAL unit size (24892 > 16293).
[h264 @ 0x7fa34d19f2e0] Error splitting the input into NAL units.
[00007fa2d0001810] filesystem stream error: read error: Cannot allocate memory
[00007fa2d0001be0] cache_read stream error: cannot pre fill buffer
I will search for an answer online but have little hope to find what I need. If I find something usefull, I will post it here.
Thanks in advance for your help.