I am trying to play a video file with av01 codec in windows xp but vlc 3.0.14 player crashes immediately, is it a bug or some setting needs to be changed.
Code: Select all
vlc --extraintf=logger --verbose=2 --logfile=C:\vlc.log --logmode=text --file-logging
Code: Select all
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\access\libaccess_srt_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\access\liblibbluray_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\access\libvnc_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\access_output\libaccess_output_srt_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\audio_output\libmmdevice_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\audio_output\libwasapi_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\codec\libd3d11va_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\codec\libdav1d_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\codec\libqsv_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\codec\libx265_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\d3d11\libdirect3d11_filters_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\misc\libgnutls_plugin.dll' (The specified procedure could not be found. (error 127))
main warning: cannot load module `C:\Program Files\VideoLAN\VLC\plugins\video_output\libdirect3d11_plugin.dll' (The specified procedure could not be found. (error 127))
Sad to hear that, i have tried libdav1d_plugin.dll from VLC 3.0.12 and but still vlc crashed. Even clean installation of VLC 3.0.12 is also crashing on playing av01 codec file. Does this means it is a dead end.This isn't good at all. This error usually means the plugins have been compiled without NT 5.1 compatibility.
https://forum.videolan.org/viewtopic.ph ... 27#p515927
Can you try with \plugins\codec\libdav1d_plugin.dll from VLC 3.0.12 ?
I tried but sadly result is same crashing.Sorry, my mistake, I meant libdav1d_plugin.dll from VLC 3.0.11.
It's a bit unclear if this is a recent regression for windows XP or if it hasn't worked in a long time, any clarification from the OP would be appreciated
OK , I have done clean install and then reset preferences and cache files always and tried other versions and here are the results -Created an issue to track this: https://code.videolan.org/videolan/vlc/-/issues/25745
It's a bit unclear if this is a recent regression for windows XP or if it hasn't worked in a long time, any clarification from the OP would be appreciated
Don't hesitate to try with an old 3.0.x versions, you can find those here: http://get.videolan.org/vlc/
Code: Select all
vlc --extraintf=logger --verbose=2 --logfile=C:\vlc.log --logmode=text --file-logging
https://www.mediafire.com/file/eswhdqgn ... c.log/fileSo install v3.0.11 and make another log file:Code: Select all
vlc --extraintf=logger --verbose=2 --logfile=C:\vlc.log --logmode=text --file-logging
Indeed it is quiet IronicWell, as Chouquette said it seems that none of the plugins VLC is using for decoding AV1 is working on Windows XP.
Which might be an incongruity since VideoLAN is one of the makers of AV1 and a member of Alliance for Open Media
I am writing this so that any one else facing the same issue can know from reading this -
Other alternatives:
FFplay from FFmpeg XPmod:
https://rwijnsma.home.xs4all.nl/files/ffmpeg/?C=M;O=D
MPC-HC 1.7.13 with LAVfiltersXP:
https://github.com/3dyd/LAVFiltersXP/releases
Maybe the Win32 build of this MPlayer pack:
http://www.mediafire.com/file/ilhzox0v1 ... 25.7z/file
or this one:
https://www.mediafire.com/file/lrfdchrb ... 16.7z/file
But TBH I haven't tried any of these possible solutions, so don't blame me if it doesn't work
And face it: more and more programs are dropping Windows XP support, it's time for a change.
FFplay from FFmpeg XPmod can play av01 files but it doesn't have any gui.
Thanks for the link. Unfortunately XPmod works only partially on Vista. Video plays fine, but without audio. So FFmpeg 3.0.1 is the last version for Vista. It is possible to seek in the video using right mouse button or keyboard arrows or Page Up/Down keys.
Code: Select all
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 192 kb/s
SDL_OpenAudio (2 channels, 48000 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané.
SDL_OpenAudio (1 channels, 48000 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané.
SDL_OpenAudio (2 channels, 44100 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané.
SDL_OpenAudio (1 channels, 44100 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané.
No more combinations to try, audio open failed
Unfortunately XPmod works only partially on Vista. Video plays fine, but without audio.
Code: Select all
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, fltp, 192 kb/s SDL_OpenAudio (2 channels, 48000 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané. SDL_OpenAudio (1 channels, 48000 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané. SDL_OpenAudio (2 channels, 44100 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané. SDL_OpenAudio (1 channels, 44100 Hz): WASAPI can't initialize audio client: CoInitialize nebolo volané. No more combinations to try, audio open failed
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 73 guests