Closed jmccay-work closed 1 year ago
Does it happen every time you start your app?
It's really just VLC saying its plugin cache is out of date, so it's not an error as such as the cache should just be regenerated.
In any case, this is more something to do with VLC itself and not something specifically to do with vlcj.
Something like this? https://ubuntuforums.org/showthread.php?t=2388949
Thanks for your response. It happens every time I run debug now. Things worked fine the first day I used it, and then it started doing this.
I wouldn't mind so much if it still worked, but it doesn't work anymore. Here is what I think is the important messages I am getting near the end of the debugging output.
C:\Program Files (x86)\VideoLAN\VLC\plugins\video_output\libwinhibit_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\video_output\libyuv_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\video_splitter\libclone_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\video_splitter\libpanoramix_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\video_splitter\libwall_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\visualization\libglspectrum_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\visualization\libgoom_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\visualization\libprojectm_plugin.dll
[014cb5c0] main libvlc error: stale plugins cache: modified C:\Program Files (x86)\VideoLAN\VLC\plugins\visualization\libvisual_plugin.dll
[4270c070] wasapi generic error: cannot negotiate audio format (error 0x88890008)
[4270c070] wasapi generic error: cannot negotiate audio format (error 0x88890008)
[4269de08] main decoder error: buffer deadlock prevented
[42f72368] main decoder error: Timestamp conversion failed (delay 1000000, buffering 100000, bound 3000000)
[42f72368] main decoder error: Could not convert timestamp 81708177845 for g711
[42ea3078] direct3d11 vout display error: Could not create the depth stencil texture. (hr=0x80070057)
[4269de08] avcodec decoder: Using D3D11VA (Intel(R) UHD Graphics, vendor 8086(Intel), device 9bc4, revision 5) for hardware decoding
[h264 @ 42705640] get_buffer() failed
[h264 @ 42705640] thread_get_buffer() failed
[h264 @ 42705640] decode_slice_header error
[h264 @ 42705640] no frame!
[42ea3078] direct3d11 vout display error: SetThumbNailClip failed: 0x800706f4
These things can't be caused by vlcj.
Did you try googling for just VLC and this issue rather than vlcj.
I have, and I will continue to do so. I figured that it was the case that is wasn't VLCJ. I had hope someone had seen it before. Again, thank you for the help.
I am using Java 8, and VLCJ 3.12.1 from maven central. I am trying to figure out what is going on with my code. What causes the stale error and how can I get rid of it? Also, how can I prevent it in the future?