これはMX Linux云々という訳ではないが、MX Linuxでプリインストールされているvlc
で自宅ネットワーク内にあるSamba上の動画を見ようとしたら、再生出来ない。
Your input can't be opened.
VLC is unable to open the MRL 'smb://arimasou16@example.com/Videos/video.mkv`. Check the log for details.
答えはここに↓
VLC unable to play music from Samba share (Your input cant be opened: unable to open the MRL)
Tools -> Preference
と設定画面を開く。そして、 Show settings をALL
にする。Input/Codecs -> Access Modules
と見ていくと SMB がない。
sudo apt-get install vlc-plugin-samba
で解決。
$ sudo apt-cache search vlc|grep -i samba
[sudo] arimasou16 のパスワード:
vlc-plugin-samba - VLC 用 Samba プラグイン
$ sudo apt-get install vlc-plugin-samba
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています... 完了
状態情報を読み取っています... 完了
以下のパッケージが新たにインストールされます:
vlc-plugin-samba
アップグレード: 0 個、新規インストール: 1 個、削除: 0 個、保留: 0 個。
130 kB のアーカイブを取得する必要があります。
この操作後に追加で 205 kB のディスク容量が消費されます。
取得:1 http://deb.debian.org/debian bullseye/main amd64 vlc-plugin-samba amd64 3.0.17.4-0+deb11u1 [130 kB]
130 kB を 0秒 で取得しました (351 kB/s)
以前に未選択のパッケージ vlc-plugin-samba:amd64 を選択しています。
(データベースを読み込んでいます ... 現在 339464 個のファイルとディレクトリがインストールされています。)
.../vlc-plugin-samba_3.0.17.4-0+deb11u1_amd64.deb を展開する準備をしています ...
vlc-plugin-samba:amd64 (3.0.17.4-0+deb11u1) を展開しています...
vlc-plugin-samba:amd64 (3.0.17.4-0+deb11u1) を設定しています ...
libvlc-bin:amd64 (3.0.17.4-0+deb11u1) のトリガを処理しています ...
無事に鑑賞できるようになった。