Page 1 of 1
BluRay playback with VLC 2.0 (not RC)
Posted: 19 Feb 2012 01:28
by Caesar_091
Hi all,
trying to play a BD I get these two errors:
Code: Select all
Blu-Ray error
This Blu-Ray Disc needs a library for AACS decoding, and your system does not have it.
Code: Select all
Your input can't be opened
VLC is unable to open the MRL 'bluray:///Volumes/FIRST_LIFE'. Check the log for details.
Is there somenthing I can try to get things to works?
Here the full log:
Code: Select all
main debug: using interface module "macosx"
main debug: TIMER module_need() : 68.023 ms - Total 68.023 ms / 1 intvls (Avg 68.023 ms)
main debug: playlist threads correctly activated
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 0 items, index -1
macosx debug: using Snow Leopard AR cookies
main debug: looking for services probe module: 5 candidates
main debug: no services probe module matching "any" could be loaded
main debug: TIMER module_need() : 2.932 ms - Total 2.932 ms / 1 intvls (Avg 2.932 ms)
main debug: looking for extension module: 1 candidate
lua debug: Opening Lua Extension module
lua debug: Trying Lua scripts in /Users/cesare/Library/Application Support/org.videolan.vlc/lua/extensions
lua debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/extensions
lua debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/extensions
main debug: using extension module "lua"
main debug: TIMER module_need() : 0.288 ms - Total 0.288 ms / 1 intvls (Avg 0.288 ms)
macosx debug: Found 0 capture devices
main debug: adding item `FIRST_LIFE' ( bluray:///Volumes/FIRST_LIFE )
main debug: Creating an input for 'FIRST_LIFE'
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 1 items, index -1
main debug: processing request item: FIRST_LIFE, node: Playlist, skip: 0
main debug: resyncing on FIRST_LIFE
main debug: FIRST_LIFE is at 0
main debug: starting playback of the new playlist item
main debug: creating new input thread
main debug: no fetch required for (null) (art currently (null))
main debug: Creating an input for 'FIRST_LIFE'
main debug: using timeshift granularity of 50 MiB, in path '/tmp'
main debug: `bluray:///Volumes/FIRST_LIFE' gives access `bluray' demux `' path `/Volumes/FIRST_LIFE'
main debug: creating demux: access='bluray' demux='' location='/Volumes/FIRST_LIFE' file='/Volumes/FIRST_LIFE'
main debug: looking for access_demux module: 1 candidate
libbluray: First play: 1, Top menu: 1
HDMV Titles: 3, BD-J Titles: 0, Other: 0
main debug: no access_demux module matching "bluray" could be loaded
main debug: TIMER module_need() : 75.466 ms - Total 75.466 ms / 1 intvls (Avg 75.466 ms)
main debug: creating access 'bluray' location='/Volumes/FIRST_LIFE', path='/Volumes/FIRST_LIFE'
main debug: looking for access module: 0 candidates
main debug: no access module matched "bluray"
main debug: TIMER module_need() : 0.188 ms - Total 0.188 ms / 1 intvls (Avg 0.188 ms)
main error: open of `bluray:///Volumes/FIRST_LIFE' failed
main debug: finished input
main debug: dead input
main debug: TIMER input launching for 'FIRST_LIFE' : 93.208 ms - Total 93.208 ms / 1 intvls (Avg 93.208 ms)
main debug: changing item without a request (current 0/1)
main debug: nothing to play
TIA
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 19 Feb 2012 01:38
by vlcmacuser
I can confirm, I faced exactly the same issue with just released VLC 2.0 on my Mac 10.6.8.
Any solutions??
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 19 Feb 2012 01:56
by nkoriyama
You need libaacs.0.dylib (on Mac OS X) to decrypt AACS.
You can use search the forum with keywords blu-ray or libaacs.
EDIT:
The information is totally wrong. I'm sorry.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 19 Feb 2012 08:01
by deedeenova
I used the libaacs.0.dylib, but I am still getting the same error message as Caesar_091. I can't figure it out.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 19 Feb 2012 14:07
by Jean-Baptiste Kempf
This is a bit hard to debug, if you are geek enough, come to discuss on IRC for that.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 21 Feb 2012 19:42
by pbug56
It seems to me that the experimental part of blu ray plaback on VLC 2.0 is still very experimental. So the question is - has anyone gotten it to work? And if so, how?
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 21 Feb 2012 20:14
by lorker
the only way i got a blu ray to play was to copy the blu ray to hdd and start playback via command line like so:
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC bluray:///Users/<username>/BLURAY/
the mac gui seems to mess up the paths.
no luck with any other method so far. in a different
thread i found this command line which might help you figure out what's wrong with your config:
Code: Select all
BD_DEBUG_MASK=0x1FFFF /Applications/VLC.app/Contents/MacOS/VLC -vvv bluray:///Users/<username>/BLURAY/ >& /tmp/vlc.log
helped me quite a bit, but i still can't solve some errors.
(btw. i've tried the 2.0 + 2.1 2012-02-17 x64 nightlies and the 2.0.0 release)
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 22 Feb 2012 01:41
by Jean-Baptiste Kempf
libaacs seems to need a fix for Mac.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 22 Feb 2012 09:44
by Ambi Valence
Hi, I'm new to this board but have been watching avidly. One question for you Jean, (or others). I have downloaded two files from the projects page. These are libbluray 0.2.1 and libaacs 0.3.0, do I need to do anything with them to facilitate BR playback?
Thanks.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 23 Feb 2012 02:03
by jsuaggie
I have done the same as Ambi Valence, I tried to do a ./configure, make, make install on each library and I still cannot play blue ray on my mac. I don't know what to do next.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 00:51
by seantnichols
Here is my terminal output when trying to run a disk, the most curious error is : unknown disk type, no idea what to display
VLC media player 2.0.0 Twoflower (revision 2.0.0-2-geeb7783)
[0x10020a610] main libvlc debug: VLC media player - 2.0.0 Twoflower
[0x10020a610] main libvlc debug: Copyright © 1996-2012 VLC authors and VideoLAN
[0x10020a610] main libvlc debug: revision 2.0.0-2-geeb7783
[0x10020a610] main libvlc debug: configured with ../extras/package/macosx/../../../configure '--prefix=/Users/fpk/Desktop/videolan/vlc-2.0/64bit/vlc_install_dir' '--enable-macosx' '--enable-merge-ffmpeg' '--enable-growl' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-shout' '--enable-caca' '--enable-ncurses' '--enable-twolame' '--enable-realrtsp' '--enable-libass' '--enable-macosx-audio' '--enable-macosx-dialog-provider' '--enable-macosx-eyetv' '--enable-macosx-qtkit' '--enable-macosx-vout' '--disable-skins2' '--disable-xcb' '--disable-sdl' '--build=x86_64-apple-darwin10' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.7.sdk' 'build_alias=x86_64-apple-darwin10' 'CC=/Developer/usr/bin/clang' 'CXX=/Developer/usr/bin/clang++' 'OBJC=/Developer/usr/bin/clang'
[0x10020a610] main libvlc debug: searching plug-in modules
[0x10020a610] main libvlc debug: loading plugins cache file /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat
[0x10020a610] main libvlc debug: recursively browsing `/Applications/VLC.app/Contents/MacOS/plugins'
[0x10020a610] main libvlc debug: saving plugins cache /Applications/VLC.app/Contents/MacOS/plugins/plugins.dat
[0x10020a610] main libvlc debug: plug-ins loaded: 376 modules
[0x10020a610] main libvlc debug: opening config file (/Users/Sean/Library/Preferences/org.videolan.vlc/vlcrc)
[0x10020a610] main libvlc debug: translation test: code is "C"
[0x10020a610] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
[0x10020a610] main libvlc debug: looking for memcpy module: 4 candidates
[0x10020a610] main libvlc debug: using memcpy module "memcpymmxext"
[0x1002830b0] main input debug: Creating an input for 'Media Library'
[0x1002830b0] main input debug: Input is a meta file: disabling unneeded options
[0x1002830b0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x1002830b0] main input debug: `file/xspf-open:///Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf' gives access `file' demux `xspf-open' path `/Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf'
[0x1002830b0] main input debug: creating demux: access='file' demux='xspf-open' location='/Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf' file='/Users/Sean/Library/Application Support/org.videolan.vlc/ml.xspf'
[0x100287b70] main demux debug: looking for access_demux module: 3 candidates
[0x100287b70] main demux debug: no access_demux module matching "file" could be loaded
[0x100287b70] main demux debug: TIMER module_need() : 0.587 ms - Total 0.587 ms / 1 intvls (Avg 0.587 ms)
[0x1002830b0] main input debug: creating access 'file' location='/Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf', path='/Users/Sean/Library/Application Support/org.videolan.vlc/ml.xspf'
[0x100288450] main access debug: looking for access module: 3 candidates
[0x100288450] filesystem access debug: opening file `/Users/Sean/Library/Application Support/org.videolan.vlc/ml.xspf'
[0x100288450] main access debug: using access module "filesystem"
[0x100288450] main access debug: TIMER module_need() : 0.338 ms - Total 0.338 ms / 1 intvls (Avg 0.338 ms)
[0x1002888c0] main stream debug: Using stream method for AStream*
[0x1002888c0] main stream debug: starting pre-buffering
[0x1002888c0] main stream debug: received first data after 0 ms
[0x1002888c0] main stream debug: pre-buffering done 296 bytes in 0s - 15213 KiB/s
[0x100288b60] main stream debug: looking for stream_filter module: 7 candidates
[0x100288b60] main stream debug: no stream_filter module matching "any" could be loaded
[0x100288b60] main stream debug: TIMER module_need() : 0.734 ms - Total 0.734 ms / 1 intvls (Avg 0.734 ms)
[0x100288b60] main stream debug: looking for stream_filter module: 1 candidate
[0x100288b60] main stream debug: using stream_filter module "stream_filter_record"
[0x100288b60] main stream debug: TIMER module_need() : 0.135 ms - Total 0.135 ms / 1 intvls (Avg 0.135 ms)
[0x1002830b0] main input debug: creating demux: access='file' demux='xspf-open' location='/Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf' file='/Users/Sean/Library/Application Support/org.videolan.vlc/ml.xspf'
[0x1002894a0] main demux debug: looking for demux module: 1 candidate
[0x1002894a0] playlist demux debug: using XSPF playlist reader
[0x1002894a0] main demux debug: using demux module "playlist"
[0x1002894a0] main demux debug: TIMER module_need() : 0.209 ms - Total 0.209 ms / 1 intvls (Avg 0.209 ms)
[0x100289930] main demux meta debug: looking for meta reader module: 2 candidates
[0x100289930] lua demux meta debug: Trying Lua scripts in /Users/Sean/Library/Application Support/org.videolan.vlc/lua/meta/reader
[0x100289930] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader
[0x100289930] lua demux meta debug: Trying Lua playlist script /Applications/VLC.app/Contents/MacOS/share/lua/meta/reader/filename.luac
[0x100289930] lua demux meta debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/meta/reader
[0x100289930] main demux meta debug: no meta reader module matching "any" could be loaded
[0x100289930] main demux meta debug: TIMER module_need() : 1.059 ms - Total 1.059 ms / 1 intvls (Avg 1.059 ms)
[0x1002830b0] main input debug: `file/xspf-open:///Users/Sean/Library/Application%20Support/org.videolan.vlc/ml.xspf' successfully opened
[0x100295610] main xml reader debug: looking for xml reader module: 1 candidate
[0x100295610] main xml reader debug: using xml reader module "xml"
[0x100295610] main xml reader debug: TIMER module_need() : 0.387 ms - Total 0.387 ms / 1 intvls (Avg 0.387 ms)
[0x1002894a0] playlist demux debug: parsed 0 tracks successfully
[0x1002830b0] main input debug: EOF reached
[0x1002894a0] main demux debug: removing module "playlist"
[0x100288b60] main stream debug: removing module "stream_filter_record"
[0x100288450] main access debug: removing module "filesystem"
[0x1002830b0] main input debug: TIMER input launching for 'Media Library' : 3.474 ms - Total 3.474 ms / 1 intvls (Avg 3.474 ms)
[0x1002830b0] main interface debug: looking for interface module: 1 candidate
[0x1002830b0] main interface debug: using interface module "hotkeys"
[0x1002830b0] main interface debug: TIMER module_need() : 0.157 ms - Total 0.157 ms / 1 intvls (Avg 0.157 ms)
[0x1002811c0] main playlist debug: rebuilding array of current - root Playlist
[0x1002811c0] main playlist debug: playlist threads correctly activated
[0x1002811c0] main playlist debug: rebuild done - 0 items, index -1
[0x1002811c0] main playlist debug: adding item `(null)' ( bluray:///Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/ )
[0x100283b10] main input debug: Creating an input for '(null)'
[0x10020a610] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x102800940] main interface debug: looking for interface module: 4 candidates
[0x1002811c0] main playlist debug: no fetch required for (null) (art currently (null))
[0x102800940] main interface debug: using interface module "macosx"
[0x102800940] main interface debug: TIMER module_need() : 77.066 ms - Total 77.066 ms / 1 intvls (Avg 77.066 ms)
[0x102800940] macosx interface debug: using future AR cookies
[0x107e56c70] main probe debug: looking for services probe module: 5 candidates
[0x107e56c70] main probe debug: no services probe module matching "any" could be loaded
[0x107e56c70] main probe debug: TIMER module_need() : 2.243 ms - Total 2.243 ms / 1 intvls (Avg 2.243 ms)
[0x107e55f80] main generic debug: looking for extension module: 1 candidate
[0x107e55f80] lua generic debug: Opening Lua Extension module
[0x107e55f80] lua generic debug: Trying Lua scripts in /Users/Sean/Library/Application Support/org.videolan.vlc/lua/extensions
[0x107e55f80] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/lua/extensions
[0x107e55f80] lua generic debug: Trying Lua scripts in /Applications/VLC.app/Contents/MacOS/share/share/lua/extensions
[0x107e55f80] main generic debug: using extension module "lua"
[0x107e55f80] main generic debug: TIMER module_need() : 0.243 ms - Total 0.243 ms / 1 intvls (Avg 0.243 ms)
[0x102800940] macosx interface debug: Found 1 capture devices
[0x102800940] macosx interface warning: unknown disk type, no idea what to display
[0x102800940] macosx interface debug: Terminating
[0x102800940] macosx interface debug: Killing extension dialog provider
[0x10020a610] main libvlc debug: exiting
[0x1002811c0] main playlist debug: rebuilding array of current - root Playlist
[0x10020a610] main libvlc debug: deactivating the playlist
[0x1002811c0] main playlist debug: rebuild done - 1 items, index -1
[0x1002811c0] main playlist debug: deactivating the playlist
[0x1002811c0] main playlist debug: processing request item: null, node: Playlist, skip: 0
[0x1002811c0] main playlist debug: starting playback of the new playlist item
[0x1002811c0] main playlist debug: creating new input thread
[0x102c48ac0] main input debug: Creating an input for '(null)'
[0x102c48ac0] main input debug: using timeshift granularity of 50 MiB, in path '/tmp'
[0x1002811c0] main playlist debug: incoming request - stopping current input
[0x1002811c0] main playlist debug: dying input
[0x1002811c0] main playlist debug: dying input
[0x102c48ac0] main input debug: `bluray:///Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/' gives access `bluray' demux `' path `/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/'
[0x102c48ac0] main input debug: creating demux: access='bluray' demux='' location='/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/' file='/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/'
[0x107e55f80] main demux debug: looking for access_demux module: 1 candidate
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV//BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV//BDMV/BACKUP/index.bdmv
[0x107e55f80] libbluray demux: First play: 0, Top menu: 0
HDMV Titles: 0, BD-J Titles: 0, Other: 0
libbluray/bluray.c:1554: nav_get_title_list(/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/) failed (0x1008d2200)
[0x107e55f80] libbluray demux debug: Selecting Title -805306368
[0x107e55f80] libbluray demux error: cannot select bd title '0'
[0x107e55f80] libbluray demux error: Could not set the title -1
[0x107e55f80] main demux debug: no access_demux module matching "bluray" could be loaded
[0x107e55f80] main demux debug: TIMER module_need() : 0.178 ms - Total 0.178 ms / 1 intvls (Avg 0.178 ms)
[0x102c48ac0] main input debug: creating access 'bluray' location='/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/', path='/Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/BDMV/'
[0x107e95ed0] main access debug: looking for access module: 0 candidates
[0x107e95ed0] main access debug: no access module matched "bluray"
[0x107e95ed0] main access debug: TIMER module_need() : 0.041 ms - Total 0.041 ms / 1 intvls (Avg 0.041 ms)
[0x1002811c0] main playlist debug: dead input
[0x102c48ac0] main input debug: TIMER input launching for '(null)' : 0.554 ms - Total 0.554 ms / 1 intvls (Avg 0.554 ms)
[0x102ed32d0] main playlist export debug: saving Media Library to file /Users/Sean/Library/Application Support/org.videolan.vlc/ml.xspf
[0x102ed32d0] main playlist export debug: looking for playlist export module: 1 candidate
[0x102ed32d0] main playlist export debug: using playlist export module "export"
[0x102ed32d0] main playlist export debug: TIMER module_need() : 0.283 ms - Total 0.283 ms / 1 intvls (Avg 0.283 ms)
[0x102ed32d0] main playlist export debug: removing module "export"
[0x1002811c0] main playlist debug: playlist correctly deactivated
[0x10020a610] main libvlc debug: removing all services discovery tasks
[0x10020a610] main libvlc debug: removing all interfaces
[0x102800940] main interface debug: removing module "macosx"
[0x1002830b0] main interface debug: removing module "hotkeys"
[0x1002811c0] main playlist debug: destroying
[0x10020a610] main libvlc debug: TIMER ML Load : Total 4.149 ms / 1 intvls (Avg 4.149 ms)
[0x10020a610] main libvlc debug: TIMER Items array build : Total 0.089 ms / 2 intvls (Avg 0.045 ms)
[0x10020a610] main libvlc debug: TIMER Preparse run : Total 0.125 ms / 1 intvls (Avg 0.125 ms)
[0x10020a610] main libvlc debug: TIMER ML Dump : Total 0.407 ms / 1 intvls (Avg 0.407 ms)
[0x10020a610] main libvlc debug: removing stats
[0x10020a610] main libvlc debug: removing module "memcpymmxext"
[0x10020a610] main libvlc debug: opening config file (/Users/Sean/Library/Preferences/org.videolan.vlc/vlcrc)
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 07:30
by lorker
@seantnichols
are you trying to open the blu ray via the gui? it doesn't work currently. open the terminal and type:
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC bluray:///Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/
this should work.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 09:29
by robpaterson23
I just tried to play with terminal but it did not work.
Code: Select all
open of `bluray:///Volumes/ZODIAC_DC_B5
/Applications/VLC.app/Contents/MacOS/VLC bluray:///Volumes/ZODIAC_DC_B5' failed
I also get the two error messages that were posted previously when using the GUI.
Has anyone got a blu ray to work?
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 09:42
by lorker
is the blu ray you're trying to play encrypted? if so, apparently the mac version cannot play those at all yet.
Jean-Baptiste Kempf:
libaacs seems to need a fix for Mac.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 17:15
by seantnichols
@lorker I was using that exact command via terminal to run it, after having numerous failures with the gui and eventually ending up here.
I also tried running it from the internal HD as suggested with the exact same result.
I've tried 3 discs, all decrypted, all full rips (not main movie) with menu's. I'm starting to think this could be the problem, maybe it will only accept a main title with no menus... more testing to be done later today.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 17:19
by Jean-Baptiste Kempf
I've tried 3 discs, all decrypted, all full rips (not main movie) with menu's. I'm starting to think this could be the problem, maybe it will only accept a main title with no menus... more testing to be done later today.
Do other titles appear in the menu?
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 18:51
by seantnichols
I don't get any menus, nothing loads. It says that it doesn't recognize the disk type. I get this error related to the title: [0x107e55f80] libbluray demux error: cannot select bd title '0'
[0x107e55f80] libbluray demux error: Could not set the title -1
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 24 Feb 2012 21:44
by Jean-Baptiste Kempf
You need more logs.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 25 Feb 2012 08:17
by vlcmacuser
Was anyone able to play blu ray on windows?? I got the same error.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 25 Feb 2012 14:24
by Jean-Baptiste Kempf
On windows, yes.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 26 Feb 2012 19:23
by blucy
@seantnichols
are you trying to open the blu ray via the gui? it doesn't work currently. open the terminal and type:
Code: Select all
/Applications/VLC.app/Contents/MacOS/VLC bluray:///Volumes/500GBUSB/Movies/Blu-ray/XMEN_FIRST_CLASS/
this should work.
I tried it via terminal:
Code: Select all
Last login: Sun Feb 26 17:44:03 on ttys000
homes-iMac:~ home$ /Applications/vlc/VLC.app/Contents/MacOS/VLC bluray:///Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/
VLC media player 2.0.0 Twoflower (revision 2.0.0-2-geeb7783)
[0x100280b20] main interface error: no suitable interface module
[0x100214d40] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU//BDMV/index.bdmv
libbluray/bdnav/index_parse.c:162: indx_parse(): error opening /Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU//BDMV/BACKUP/index.bdmv
[0x102030a50] libbluray demux: First play: 0, Top menu: 0
HDMV Titles: 0, BD-J Titles: 0, Other: 0
libbluray/bluray.c:1554: nav_get_title_list(/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/) failed (0x10381a400)
[0x102030a50] libbluray demux error: cannot select bd title '0'
[0x102030a50] libbluray demux error: Could not set the title -1
[0x102244680] main input error: open of `bluray:///Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/' failed
Here is my log:
Code: Select all
main debug: using interface module "macosx"
main debug: TIMER module_need() : 56.886 ms - Total 56.886 ms / 1 intvls (Avg 56.886 ms)
main debug: looking for services probe module: 5 candidates
main debug: no services probe module matching "any" could be loaded
main debug: TIMER module_need() : 2.459 ms - Total 2.459 ms / 1 intvls (Avg 2.459 ms)
macosx debug: using Snow Leopard AR cookies
main debug: looking for extension module: 1 candidate
lua debug: Opening Lua Extension module
lua debug: Trying Lua scripts in /Users/home/Library/Application Support/org.videolan.vlc/lua/extensions
lua debug: Trying Lua scripts in /Applications/vlc/VLC.app/Contents/MacOS/share/lua/extensions
lua debug: Trying Lua scripts in /Applications/vlc/VLC.app/Contents/MacOS/share/share/lua/extensions
main debug: using extension module "lua"
main debug: TIMER module_need() : 0.239 ms - Total 0.239 ms / 1 intvls (Avg 0.239 ms)
main debug: adding item `(null)' ( bluray:///Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/ )
main debug: Creating an input for '(null)'
main debug: rebuilding array of current - root Playlist
main debug: rebuild done - 2 items, index -1
main debug: processing request item: (null), node: Playlist, skip: 0
main debug: resyncing on (null)
main debug: (null) is at 1
main debug: no fetch required for (null) (art currently (null))
main debug: starting playback of the new playlist item
main debug: creating new input thread
main debug: Creating an input for '(null)'
main debug: using timeshift granularity of 50 MiB, in path '/tmp'
main debug: `bluray:///Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/' gives access `bluray' demux `' path `/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/'
main debug: creating demux: access='bluray' demux='' location='/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/' file='/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/'
main debug: looking for access_demux module: 1 candidate
libbluray: First play: 0, Top menu: 0
HDMV Titles: 0, BD-J Titles: 0, Other: 0
libbluray debug: Selecting Title 1
libbluray error: cannot select bd title '0'
libbluray error: Could not set the title -1
main debug: no access_demux module matching "bluray" could be loaded
main debug: TIMER module_need() : 0.513 ms - Total 0.513 ms / 1 intvls (Avg 0.513 ms)
main debug: creating access 'bluray' location='/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/', path='/Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/'
main debug: looking for access module: 0 candidates
main debug: no access module matched "bluray"
main debug: TIMER module_need() : 0.110 ms - Total 0.110 ms / 1 intvls (Avg 0.110 ms)
main error: open of `bluray:///Volumes/500GBUSB/Movies/Blu-ray/STARTREK11D1EU/' failed
macosx debug: Found 3 capture devices
main debug: finished input
main debug: dead input
main debug: TIMER input launching for '(null)' : 415.424 ms - Total 415.424 ms / 1 intvls (Avg 415.424 ms)
main debug: changing item without a request (current 1/2)
main debug: nothing to play
Is there something else I can try?
Thanks.
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 22 Mar 2012 15:07
by srg
On windows, yes.
How?, which folder of file from bluray has to be selected for play a bluray?
i have it on HDD and its decrypted
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 23 Mar 2012 15:37
by Jean-Baptiste Kempf
the parent to BDMV
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 14 May 2012 17:16
by derektom
Am getting the same thing here with VLC 2.0.3 on Mac OS X 10.7.3:
Code: Select all
My-iMac:~ derek$ /Applications/VLC.app/Contents/MacOS/VLC bluray:///Volumes/MEGAMIND_3D
VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
[0x102b7b7e0] main stream error: cannot pre fill buffer
[0x100f0a120] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[0x100f814c0] libbluray demux: First play: 1, Top menu: 1
HDMV Titles: 6, BD-J Titles: 1, Other: 1
[0x102d79c20] main input error: open of `bluray:///Volumes/MEGAMIND_3D' failed
When trying to open via the GUI, I also get this error:
Code: Select all
Blu-Ray error
This Blu-Ray Disc needs a library for AACS decoding, and your system does not have it.
Is there anything I can do to help with the troubleshooting?
Re: BluRay playback with VLC 2.0 (not RC)
Posted: 14 May 2012 18:31
by fkuehne
Well, you are missing an AACS decoding library, which might be available on the Internet. From what I've heard, current versions don't support Mac OS X though.