I got this error when trying to play DVDs in VLC media player.
Never had any problems with this in Windows. Just Ctrl-D to "open disc" and then press <Enter> and the DVD starts to play no problem.
But when trying in Linux Mint I kept getting an error about nothing being found:
Playback failure:
DVDRead could not open the disc "/dev/dvd".
Your input can't be opened:
VLC is unable to open the MRL 'dvd:///dev/dvd'. Check the log for details.
So I did some googling and it turns out that /dev/dvd is not where the DVD is mounted. Instead, it was mounted to /dev/sr0. I think the same goes for any other mounted media e.g. /dev/sr1 etc.
So all I needed to do was change /dev/dvd to /dev/sr0 in the field in VLC Media Player appropriate box when doing Ctrl-D and all was fine after that.
You can get around this by creating a symbolic link to remap sr0 to dvd, using the following command:
sudo ln -s /dev/sr0 /dev/dvd
I learned this here.
It's been a while since I learned about creating links with "ln". More info here: Q & A: The difference between hard and soft links.
Musings from an IT Desktop Technical Support Guy. Subscribe to new blog posts by email using the form on the right ======>>
Subscribe to:
Post Comments (Atom)
Popular Posts
-
In Outlook you can give someone the ability to send from a mailbox or as another email address. You do this in Active Directory under Proper...
-
Today downloaded the ISO for Red Hat Enterprise Linux. I have been meaning to install this so I can get to grips with what is the leading en...
-
I got a call from someone working from home. His touchpad had recently stopped working. The keyboard and the nipple still worked. In fact,...
-
If you have a Smart Board and you find that there is no sound coming out of the speakers then check one thing first, that the speakers are s...
-
With the Dell KACE K1000 appliance, you can force an inventory very easily from the web console. But you may have a reason to just want to...
-
We had this error come up at work as follows: Reporting-MTA: dns;<server> Received-From-MTA: dns; service31.mimecast.com Arrival-Da...
-
I have seen in the job ads that experiencing packaging applications is highly sought after. MSIs are the default Windows installer file typ...
-
Going from XP to Linux, one app I really needed badly to use, more than any other, is my password manager KeePass. Luckily, it IS possible t...
-
I tried to create folders and copy files to an external hard drive of mine. Actually, it's not an external hard drive. It's a hard...
-
Our RDS environment at work slowed to a crawl over a couple of days. Specifically, the logon and logoff times became extremely long, of the ...
No comments:
Post a Comment