これらの指示に従って、ラズベリーパイのハードウェアを利用するためにソースからVLCをインストールしようとしています(質問はソフトウェアのみであるため、ここで質問しているのはなぜですか)。なんとかインストールできましたが、ビデオが表示されず、オーディオのみが聞こえます。ビデオを起動するには 2 つの方法があります。ハードウェアを使用せずに起動するとvlc filename
、以下のエラーが表示されます。ウィンドウが起動していませんが、音声が聞こえます。経由でハードウェアを使用して起動するとvlc --vout omxil_vout filename
、同じエラーが表示されますが、起動されたウィンドウが表示され、映画の名前が表示され、オーディオが聞こえますが、ウィンドウは完全に黒くなります。
エラー(詳細として実行した場合。また、X11 エラーは、現在パテを実行しているという事実と関係があることに注意してください。それ以外の場合は同じエラーが発生します):
VLC media player 2.2.0-git Weatherwax (revision 2.1.0-git-1098-g5e5a9ad)
[0xab89e8] main libvlc warning: cannot read /home/raspi/downloads/vlc/src/.libs/vlc/plugins/plugins.dat (No such file or directory)
[0xb3cb18] main interface error: no suitable interface module
[0xab89e8] main libvlc error: interface "globalhotkeys,none" initialization failed
[0xb3caf0] dbus interface error: Failed to connect to the D-Bus session daemon: Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
[0xb3caf0] main interface error: no suitable interface module
[0xab89e8] main libvlc error: interface "dbus,none" initialization failed
[0xab89e8] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0xb3ded0] [cli] lua interface: Listening on host "*console".
VLC media player 2.2.0-git Weatherwax
Command Line Interface initialized. Type `help' for help.
> [matroska,webm @ 0xb5f2a500] Estimating duration from bitrate, this may be inaccurate
[matroska,webm @ 0xb5f17860] Estimating duration from bitrate, this may be inaccurate
[0xb3c180] main video output error: video output creation failed
[0xb5f347b0] main decoder error: failed to create video output
[0xb5f347b0] main decoder warning: can't get output picture
[0xb5f347b0] avcodec decoder warning: disabling direct rendering
[0xb36b48] main audio output warning: playback too late (60415): up-sampling
[0xb36b48] main audio output warning: playback too late (60226): up-sampling
[0xb36b48] main audio output warning: timing screwed (drift: 121945 us): stopping resampling
[0xb36b48] main audio output warning: playback too late (122085): up-sampling
^C[0xb3ded0] [cli] lua interface error: Error loading script /home/raspi/downloads/vlc/share/lua/intf/cli.luac: lua/intf/modules/host.lua:279: Interrupted.
問題が次の 2 行に関係していることはわかっています。
[0xb3c180] main video output error: video output creation failed
[0xb5f347b0] main decoder error: failed to create video output
しかし、トラブルシューティングを開始するのに十分な情報が得られません。誰かがこの問題の診断を手伝ってくれませんか。