Re: vlc won't play region encoded DVDs (still doesn't work) II part

2007-08-19 Thread cpghost
On Sun, Aug 19, 2007 at 12:56:50AM -0700, Predrag Punosevac wrote:
> Predrag Punosevac wrote:
>> C Thala wrote:
> Definitely something is wrong with your VLC (probably an older version)
> since I can play US DVDs with VLC .
>   
 That's pretty much what I thought. I'm upgrading VLC now on the machine.
 
>>> 
>>> Well, that didn't work. I have the latest VLC in ports, and here is
>>> the error I get:
>>> 
>>> libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
>>> libdvdread: Using libdvdcss version 1.2.9 for DVD access
>>> libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS
>>> authentication
>>> libdvdread: Could not open /dev/acd0 with libdvdcss.
>>> libdvdread: Can't open /dev/acd0 for reading
>>> libdvdread: Device /dev/acd0 inaccessible, CSS authentication not 
>>> available.
>>> libdvdnav: Can't read name block. Probably not a DVD-ROM device.
>>> libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map'
>>> libdvdnav: DVD disk reports itself with Region mask 0x00fe. Regions: 
>>> 1
>>> libdvdnav: Suspected RCE Region Protection!!!
>>> libdvdnav: Suspected RCE Region Protection!!!
>>> [0265] main playlist: nothing to play
>>> 
>>> 
>>> :(
>>> ___
>>> freebsd-questions@freebsd.org mailing list
>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>> To unsubscribe, send any mail to 
>>> "[EMAIL PROTECTED]"
>>>   
>> Well if you read whole my message I said that if everything fail you 
>> should try MPlayer.  I have never found a video format that
>> MPlayer cannot play. Did you try Ogle DVD player?
>> 
>> Sorry for asking silly questions. I read little bit your output. Did you 
>> edit devfs.conf with appropriate permissions and links.

And don't forget to
  # /etc/rc.d/devfs restart
after you edited /etc/devfs.conf for the changes to
take effect (they'll take effect automatically next
time you reboot if you didn't).

> One more thin In particular did you put devfs.conf
> 
> linkacd0dvd permacd00666 (probably 0660 would be enough but 
> there is no harm)

Yep.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: vlc won't play region encoded DVDs (still doesn't work) II part

2007-08-19 Thread Predrag Punosevac

Predrag Punosevac wrote:

C Thala wrote:
Definitely something is wrong with your VLC (probably an older 
version)

since I can play US DVDs with VLC .
  
That's pretty much what I thought. I'm upgrading VLC now on the 
machine.



Well, that didn't work. I have the latest VLC in ports, and here is
the error I get:

libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Attempting to use device /dev/acd0 mounted on /cdrom for CSS
authentication
libdvdread: Could not open /dev/acd0 with libdvdcss.
libdvdread: Can't open /dev/acd0 for reading
libdvdread: Device /dev/acd0 inaccessible, CSS authentication not 
available.

libdvdnav: Can't read name block. Probably not a DVD-ROM device.
libdvdnav: Unable to find map file '/home/cthala/.dvdnav/.map'
libdvdnav: DVD disk reports itself with Region mask 0x00fe. 
Regions: 1

libdvdnav: Suspected RCE Region Protection!!!
libdvdnav: Suspected RCE Region Protection!!!
[0265] main playlist: nothing to play


:(
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
  
Well if you read whole my message I said that if everything fail you 
should try MPlayer.  I have never found a video format that

MPlayer cannot play. Did you try Ogle DVD player?

Sorry for asking silly questions. I read little bit your output. Did 
you edit devfs.conf with appropriate permissions and links.
How did you mount your DVD.  Forget about HAL. Try to mount it from 
the command line.

su -
mount -t udf  /dev/acd0 /mnt

Then try to play with MPlayer or Ogly. I am really curious to see what 
is happening


Sincerely,
Predrag Punosevac
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]" 

One more thin In particular did you put devfs.conf

linkacd0dvd 
permacd00666 (probably 0660 would be enough but there is no harm)


I always prefer to test all device from the command line because I always leave out some permissions and then I am going 
around asking people for help.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"