unable to open the MRL 'dvd:///dev/dvd'

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications unable to open the MRL 'dvd:///dev/dvd'
# 1  
Old 06-04-2012
unable to open the MRL 'dvd:///dev/dvd'

I am getting an error similar to this when I try to watch dvd's. Every program has a similar version of this.

Code:
unable to open the MRL 'dvd:///dev/dvd'

For VLC I have found a way to fix it.

Quote:
When I open VLC is doesn't say /dev/cd (as in CrunchyFree's case) or /dev/dvd as in your case, I have one optical drive and it says /dev/sr0.
When you open VLC go Open Disk>DVD or CD button as appropriate>Manually edit the Disk Device box as appropriate.
Quote:
/home/username/.conf/vlc

The file [vlcrc] is the one you need to edit

Find
# DVD device (string)
#dvd=/dev/dvd

and edit it as follows:
# DVD device (string)
#dvd=/dev/dvd
dvd=/dev/sr0
CD/DVD Drive not working VLC error (SOLVED) (Page 1) - Help & Support (Stable) - CrunchBang Linux Forums
Problems Playing DVD Video in VLC - FedoraForum.org

Is there a way to make these changes permanent in all of your media player programs? I really don't want to have to figure this out for every media player program I have.

Last edited by Scrutinizer; 06-04-2012 at 07:29 AM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

Using mkdvd to create bootable mksysb on dvd reports success but nothing on dvd?

Hello, Running AIX 7.1 7100-00-03-1115, trying to make a mksysb image to a dvd drive using mkdvd. My final command looks like this.. mkdvd -e -V rootvg -R -C /usr1/AIXADMIN/mkcd/cd_fs -I /usr1/AIXADMIN/mkcd/cd_images -M /usr1/AIXADMIN/mkcd/mksysbimage -d /dev/cd0 -Y When i run this... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

2. Red Hat

Cd/rw dvd/rw

Dell workstation that has a DVD/RW that will write to DVD and CD in windows. Running RHEL5.1 and using Nautilus CD burner application. The drive will write to DVD but doesn't recognize blank CD-RW when inserted. Any ideas how to write to DVD and CD? Thanks, Jon (1 Reply)
Discussion started by: wazzu62
1 Replies

3. Solaris

CD or DVD?

Solaris 8.... I have a script that burns data to CD/DVD. Is there a way in the script to check if the disk in the CD/DVD drive is a CD or DVD? I thought maybe there would be an option with 'cdrw' but it doesn't look like it from the man pages. Thanks in advance! (0 Replies)
Discussion started by: jalburger
0 Replies

4. UNIX for Advanced & Expert Users

hp-ux 10.20 onto DVD ?

Hi, Is there a way to take hp-ux 10.20 data stored on dat tapes and burn them onto an hp100i DVD burner running NT ? thanks simon2000 (1 Reply)
Discussion started by: simon2000
1 Replies
Login or Register to Ask a Question