We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage版MirakTestにて、Ubuntu 22.04で画面が緑色になり正常に再生できません。
チャンネルや番組に関係なく、すべてにおいて同様の症状が発生します。
WindowsやmacOSからは正常に再生できるため、Mirakurun等の問題ではなくMirakTestのLinux固有の問題であると考えられます。
音声も正常に再生されているおり、libvlcのハードウェアアクセラレーションに関する描写の問題では無いかと考えています。
hayao@Hayao--Ubuntu ~> ./Applications/MirakTest-2.0.0_2b501a7e1efaf3cb5331cc3f916ed2f1.AppImage Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Configured globalScreenshotAccelerator: undefined Ignore plug-ins matching the following names: [] Load plugins from: /home/hayao/.config/MirakTest/plugins [Plugin] Initial load plugins: [] libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [epgmanager] 番組情報を取得します: localhost [epgmanager] 番組イベントストリームへ接続します: localhost [10685:0927/151757.631425:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [10685:0927/151757.641048:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times! [10685:0927/151800.732241:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
hayao@Hayao--Ubuntu ~ [SIGINT]> LIBVA_DRIVER_NAME=iHD LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so ./Applications/MirakTest-2.0.0_2b501a7e1efaf3cb5331cc3f916ed2f1.AppImage Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Configured globalScreenshotAccelerator: undefined Ignore plug-ins matching the following names: [] Load plugins from: /home/hayao/.config/MirakTest/plugins [Plugin] Initial load plugins: [] [epgmanager] 番組情報を取得します: localhost [epgmanager] 番組イベントストリームへ接続します: localhost [10862:0927/151848.202808:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times! [10862:0927/151851.507144:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
hayao@Hayao--Ubuntu ~> vainfo libva info: VA-API version 1.14.0 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so libva info: Found init function __vaDriverInit_1_14 libva error: /usr/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed libva info: va_openDriver() returns 1 libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so libva info: Found init function __vaDriverInit_1_10 libva info: va_openDriver() returns 0 vainfo: VA-API version: 1.14 (libva 2.12.0) vainfo: Driver version: Intel i965 driver for Intel(R) Sandybridge Desktop - 2.4.1 vainfo: Supported profile and entrypoints VAProfileMPEG2Simple : VAEntrypointVLD VAProfileMPEG2Main : VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointVLD VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice VAProfileH264Main : VAEntrypointVLD VAProfileH264Main : VAEntrypointEncSlice VAProfileH264High : VAEntrypointVLD VAProfileH264High : VAEntrypointEncSlice VAProfileH264StereoHigh : VAEntrypointVLD VAProfileVC1Simple : VAEntrypointVLD VAProfileVC1Main : VAEntrypointVLD VAProfileVC1Advanced : VAEntrypointVLD VAProfileNone : VAEntrypointVideoProc
Ubuntuは仮想マシンではなく実機で稼働させています。
LIBVA_DRIVER_NAME=iHD LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
The text was updated successfully, but these errors were encountered:
この現象ですが、debian-multimedia 由来などハードウェア支援が有効になっている VLC が導入されている環境だと発生するようです。 ただ設定から avcodec-hw=none を渡すようにしても効いていないので、現状そのような環境で使用するには、ハードウェア支援が入っていないリポジトリの VLC を導入するか、ハードウェア支援を無効化した VLC をセルフビルドして使ってもらうしかなさそうです。
参考
Sorry, something went wrong.
これらの情報も参考になるでしょうか??現時点ではlibvlc側の問題ということすかね…
https://forum.videolan.org/viewtopic.php?t=148022
No branches or pull requests
症状
AppImage版MirakTestにて、Ubuntu 22.04で画面が緑色になり正常に再生できません。
チャンネルや番組に関係なく、すべてにおいて同様の症状が発生します。
WindowsやmacOSからは正常に再生できるため、Mirakurun等の問題ではなくMirakTestのLinux固有の問題であると考えられます。
音声も正常に再生されているおり、libvlcのハードウェアアクセラレーションに関する描写の問題では無いかと考えています。
出力
引数、環境変数の指定なし
libvaに関する環境変数を用いてエラーを解消
vainfo
環境
Ubuntuは仮想マシンではなく実機で稼働させています。
ハードウェア
ソフトウェア
試したこと
LIBVA_DRIVER_NAME=iHD LIBVA_DRIVERS_PATH=/usr/lib/x86_64-linux-gnu/dri/i965_drv_video.so
を用いて起動The text was updated successfully, but these errors were encountered: