hey all. having issues with vlc not playing a DVD movie. downloaded vlc-plugins-all but still having problems. this is a physical DVD that has a language and chapter selection. vlc cant get there for some reason. when running vlc in cli i see these messages:
error opening file BDMV/index.bdmv
error opening file BDMV/BACKUP/index.bdmv
am i missing a codec? what am i doing wrong? tried using mpv and it would play the opening credits but then crash after that. was told mpv does not have title selection. went to the vlc irc and they were not helpful. any help is appreciated.
It looks like that disk is not DVD but Blu-ray video. Did you try https://wiki.archlinux.org/title/Blu-ray
tried the link. it seems that libbluray is installed but trying to install libaacs with pacman says it does not exist. is this a yay or pacman package? also tried installing libbdplus with yay and get errors talking about a missing autoreconf line.
Package libaacs had been added to galaxy; after the mirrors have synced you can install it.
artist
And libbdplus has been added to the omniverse repo: https://wiki.artixlinux.org/Main/Repositories#Omniverse
artist
how do i sync the mirrors? with
pacman -Syu
? or with rsync?
when i tried to install libbdplus it threw an error about libaacs dependencies. i need to install libaacs first right?
The mirrors sync themselves at the times or intervals set by their maintainers.
Should not take very long usually.
artist
seems like the libaacs package was updated today. you said it will be awhile until the mirrors sync? i still cant download the package unless im using the wrong package manager.
I tested, and the package does install. But some mirror(s) might have a lag.
You can edit file /etc/pacman.d/mirrorlist and comment out the first uncommented mirror line and try again.
artist
finally have libaacs installed. im trying to download the KEYDB.cfg file but i dont see a aacs folder on my machine to copy it too. im following the bluray link for reference.
i tried making a folder for aacs in /etc/xdg. but i dont see any changes. im not entirely sure this disc is a bluray one. it must be a dvd since it says it on the cover. trying bd_info on the disc gives me the same error i mentioned in my opening post. the bdmv error. what am i missing?
If it's DVD you'll see a file listing somewhat like this
VIDEO_TS/
VIDEO_TS.IFO
VIDEO_TS.BUP
VTS_01_0.VOB
VTS_01_1.VOB
...
If a Bluray this
BDMV/
index.bdmv
MovieObject.bdmv
STREAM/
00000.m2ts
00001.m2ts
PLAYLIST/
00000.mpls
CERTIFICATE/
I believe there have been some hybrid discs created which are both formats but they are rare.
I've never owned a bluray disc so don't know any more than that.
Have you done this, if it's not home recorded?
https://wiki.archlinux.org/title/Optical_disc_drive#
DVD
If you wish to play encrypted DVDs, you must install the libdvd* packages:
libdvdread
libdvdcss
libdvdnav
its definitely the dvd. i see the video_ts file hiearchy.
installing the libdvdcss package worked! i can now play my dvd! thank you to all that helped!