私はローカルネットワーク(ローカルIPカメラ)からRTSPストリームに接続しようとしているArchlinuxを使用していますが、VLCのパフォーマンスはあまり変わりません。ほとんどの場合、接続はうまく機能しますが、時には接続に問題がある可能性があります。必ずぶら下げる回復するには、閉じて再度開く必要があります。端末で実行すると、以下が表示されます。
VLC media player 2.2.4 Weatherwax (revision 2.2.3-37-g888b7e89)
[0000000000bbf1f8] dummy interface: using the dummy interface module...
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[00007fa54800c618] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
...
...
[00007fa54800c618] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
NVIDIAコンポーネントを持たないIntelノートブックなので、これには明らかに問題があります。 NVIDIAファイルを見つける場所/理由がわかりません(または問題に関連しているかどうか)。
実行中のgrep -iE 'vdpau|dri driver' ~/.local/share/xorg/Xorg.0.log
出力:
[ 99171.065] (II) intel(0): [DRI2] DRI driver: i965
[ 99171.065] (II) intel(0): [DRI2] VDPAU driver: va_gl
実行中のvainfo
出力:
libva info: VA-API version 0.39.4
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_39
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.39 (libva 1.7.3)
vainfo: Driver version: Intel i965 driver for Intel(R) Ivybridge Mobile - 1.7.3
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Simple : VAEntrypointEncSlice
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointEncSlice
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileH264StereoHigh : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
VAProfileJPEGBaseline : VAEntrypointVLD
関連するArch Wikiの記事を読みましたが(おそらく)安定した接続を取得できません。extra/libva
, extra/libva-intel-driver
, をインストールしましたが、extra/libva-vdpau-driver
これが効果があるようです。私が見逃しているものは何ですか?
答え1
コメントするほど評判が悪いです。
ビデオドライバが最新であることを確認したら、VLCに苦情を提起したファイルを提供するパッケージがあることを確認してくださいpacman -Qi libva libva-intel-driver libva-vdpau-driver | grep libvdpau_nvidia.so
。 Dmitryが述べたように、VA-API
ハードウェアアクセラレーションデコード設定を選択したことを確認するか、またはAuto
。
mplayer
また、またはmpv
?など、他のプレイヤーと同じストリームを再生できます。