[MPlayer-dev-eng] [PATCH] Bluray stream support

Rafał Miłecki zajec5 at gmail.com
Sat Sep 19 17:45:05 CEST 2009


2009/9/14 Jonathan Nell <crtrn13 at gmail.com>:
> Refactored as per (most) suggestions. Still no real error checking or Doxy.
>
> Stream seeking should work a bit better now.

I tried this with my The Dark Knight. On box I can see info this
Blu-Ray is encrypted. I use notebook Sony VAIO FW11S for playing that.

I compiled mplayer from current svn with:
./configure --extra-libs=-lcrypto && make

That is my Blu-Ray:
> ls /media/THE\ DARK\ KNIGHT/BDMV/STREAM/
00000.m2ts  00001.m2ts  00002.m2ts  00003.m2ts  00004.m2ts  00005.m2ts
 00006.m2ts  00011.m2ts

I found this line on doom9:
E83AB5BDDB0A0C4F295F886436ECE1069761A0E7 = The Dark Knight				    | D
| 0000-00-00 | V | 893D88FB6884512FB7DC1EEB9A958DAB

So I tried:
> ./mplayer BD://00000@E83AB5BDDB0A0C4F295F886436ECE1069761A0E7/media/THE\ DARK\ KNIGHT/
MPlayer SVN-r29694-4.3 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing BD://00000@E83AB5BDDB0A0C4F295F886436ECE1069761A0E7/media/THE
DARK KNIGHT/.


Exiting... (End of file)


And later:
> ./mplayer BD://00000@893D88FB6884512FB7DC1EEB9A958DAB/media/THE\ DARK\ KNIGHT/
MPlayer SVN-r29694-4.3 (C) 2000-2009 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing BD://00000@893D88FB6884512FB7DC1EEB9A958DAB/media/THE DARK KNIGHT/.


Exiting... (End of file)


So no success here. Do you have any ideas?

-- 
Rafał



More information about the MPlayer-dev-eng mailing list