View Single Post
  #4  
Old 11-17-2009, 02:17 PM
Stream Recorder
 
Posts: n/a
Default

Re: How to play Blu-Ray video in Ubuntu 9.10


There is also a patch and a library for MPlayer, that allows Blu-Ray playback. You need to install the library and apply the patch to latest MPlayer source. Then you can play back Blu-Ray video using
Code:
mplayer bluray://playlist:chapter//mountPath
Playlist and chapters are optional parameters.

For example:
Code:
mplayer bluray://media/cdrom0
The patch supports AACS until mkb v10, (backwards and forwards) seeking, movies which are splitted over more than one file.

Requires OpenSSL to be installed.

Hopefully the changes will be included into MPlayer soon.
Reply With Quote