Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Linux, Mac OS X, & Co

Reply
 
Thread Tools Search this Thread Display Modes
Old 22nd November 2009, 23:44   #41  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
Ah, I forgot -lcrypto. You need both -lssl and -lcrypto, as cRTrn13 said previously.
nm is offline   Reply With Quote
Old 23rd November 2009, 10:32   #42  |  Link
prolinux
Registered User
 
Join Date: Nov 2009
Posts: 8
Quote:
Originally Posted by nm View Post
Ah, I forgot -lcrypto. You need both -lssl and -lcrypto, as cRTrn13 said previously.
still the same
...
Code:
libavutil/libavutil.a libpostproc/libpostproc.a libswscale/libswscale.a -lcrypto -lssl -ffast-math   -lncurses -lsmbclient -lpng -lz -lmng -lz -ljpeg -lungif -lasound   -lfreetype -lfontconfig  -lz -lbz2 -L/usr/local/lib -lbluray   -rdynamic  -lm  -lXext -lX11 -lXss -lXv -lXinerama -lXxf86vm -lXxf86dga -lGL -lSDL -lpthread
/usr/local/lib/libbluray.so: undefined reference to `BN_bn2bin@OPENSSL_0.9.8'
/usr/local/lib/libbluray.so: undefined reference to `EC_KEY_get0_group@OPENSSL_0.9.8'
this is my smal build script:
Code:
make clean
./configure --prefix=/usr --enable-bluray --extra-ldflags="-lcrypto -lssl"
make
prolinux is offline   Reply With Quote
Old 23rd November 2009, 16:16   #43  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
I guess there's some symbol incompatibility with Fedora 11's OpenSSL/libcrypto then. Just tried building a patched MPlayer SVN on 32-bit Debian sid (although not updated for a few months), and didn't have any problems there.
nm is offline   Reply With Quote
Old 26th December 2009, 05:57   #44  |  Link
CybrFyre
Registered User
 
Join Date: Aug 2009
Posts: 4
Fedora 11's openssl is purposely missing any "patent-encumbered" pieces, some of which are necessary for playing blurays. You should be able to grab the latest openssl directly from the openssl website, compile against that, and have the right pieces (I actually attempted to rebuild the src rpm disabling the patch and other pieces that turned off and deleted the patent encumbered parts, but was unsuccessful).
CybrFyre is offline   Reply With Quote
Old 16th January 2010, 06:58   #45  |  Link
luh3417
Registered User
 
Join Date: Nov 2009
Posts: 2
Libbluray compile issue

Quote:
Originally Posted by XYZ123 View Post
I'm using mplayer with a little patch and a library for bluray playback on my HTPC.

You just nedd to install the library and apply the patch to latest mplayer source.


Then you can playback blurays with
mplayer bluray://playlist:chapter//mountPath
playlist ans chapters are optional parameters.

e.g.: mplayer bluray:///media/cdrom0

more informations are in the readme file.

Supports AACS until mkb 10, (backwards and forwards) seeking and movies, which are splitted over more than one file.

Needs openssl 0.9.8 to be installed!

If you have any questions just ask.
Hi. I am running 2.6.31-17-generic on AMD64 quadcore have openssl 0.9.8 with Pioneer PIONEER BD-RW BDR-205

Compile error I get is:

-c -o stream/stream.o stream/stream.c
stream/stream.c:116: error: 'stream_info_bluray' undeclared here (not in a function)
stream/stream.c: In function 'open_stream_plugin':
stream/stream.c:137: warning: initialization discards qualifiers from pointer target type
make: *** [stream/stream.o] Error 1
luh3417 is offline   Reply With Quote
Old 16th January 2010, 07:04   #46  |  Link
luh3417
Registered User
 
Join Date: Nov 2009
Posts: 2
Ps

Quote:
Originally Posted by luh3417 View Post
Hi. I am running 2.6.31-17-generic on AMD64 quadcore have openssl 0.9.8 with Pioneer PIONEER BD-RW BDR-205

Compile error I get is:

-c -o stream/stream.o stream/stream.c
stream/stream.c:116: error: 'stream_info_bluray' undeclared here (not in a function)
stream/stream.c: In function 'open_stream_plugin':
stream/stream.c:137: warning: initialization discards qualifiers from pointer target type
make: *** [stream/stream.o] Error 1
PS.
MPlayer SVN-r29682-4.3.3 (C) 2000-2009 MPlayer Team
luh3417 is offline   Reply With Quote
Old 29th March 2010, 15:00   #47  |  Link
ubuntosaure
Registered User
 
Join Date: Jan 2009
Location: Québec
Posts: 22
Quote:
Originally Posted by XYZ123 View Post
I'm using mplayer with a little patch and a library for bluray playback on my HTPC.

You just nedd to install the library and apply the patch to latest mplayer source.


Then you can playback blurays with
mplayer bluray://playlist:chapter//mountPath
playlist ans chapters are optional parameters.

e.g.: mplayer bluray:///media/cdrom0

more informations are in the readme file.

Supports AACS until mkb 10, (backwards and forwards) seeking and movies, which are splitted over more than one file.

Needs openssl 0.9.8 to be installed!

If you have any questions just ask.
Hy,

Is it possible to install libbluray (without compiller mplayer), using the deposits of ubuntu 10.04?

And so simple and detailed if possible.
Thank you in advance.
ubuntosaure is offline   Reply With Quote
Old 30th March 2010, 08:46   #48  |  Link
pynux
Registered User
 
Join Date: Aug 2009
Location: PARIS
Posts: 49
no it's not possible
pynux is offline   Reply With Quote
Old 30th March 2010, 12:12   #49  |  Link
ubuntosaure
Registered User
 
Join Date: Jan 2009
Location: Québec
Posts: 22
A new version of libbluray is available?
Or is libbluray 2.0?

Last edited by ubuntosaure; 6th April 2010 at 21:24.
ubuntosaure is offline   Reply With Quote
Old 29th March 2011, 13:11   #50  |  Link
molenno
Registered User
 
Join Date: Mar 2011
Posts: 1
where can I download this? (solved)

Last edited by molenno; 1st April 2011 at 14:15. Reason: solved
molenno is offline   Reply With Quote
Old 30th March 2011, 20:25   #51  |  Link
cord-factor
Registered User
 
Join Date: Jan 2008
Location: Kharkov, UA
Posts: 105
download what?
__________________
Gentoo linux
cord-factor is offline   Reply With Quote
Old 30th March 2011, 23:45   #52  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,259
He's probably looking for a windows version of mplayer that can handle decrypted blu-rays that are lying on his hdd.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 29th January 2012, 15:57   #53  |  Link
cord-factor
Registered User
 
Join Date: Jan 2008
Location: Kharkov, UA
Posts: 105
Quote:
Originally Posted by Selur View Post
He's probably looking for a windows version of mplayer that can handle decrypted blu-rays that are lying on his hdd.
'man mplayer' says
Quote:
Quickstart Blu-ray playing:
mplayer br:// -bluray-device /path/to/disc
but it returns me
Code:
MPlayer was compiled without libbluray support.
__________________
Gentoo linux
cord-factor is offline   Reply With Quote
Old 29th January 2012, 19:20   #54  |  Link
nm
Registered User
 
Join Date: Mar 2005
Location: Finland
Posts: 2,641
So build it with libbluray.
nm is offline   Reply With Quote
Old 6th January 2021, 04:34   #55  |  Link
hnsteyding
Registered User
 
Join Date: Dec 2020
Posts: 3
Yes, it is possible.

I have described it here:

https://forum.doom9.org/showthread.p...48#post1932548

hnsteyding is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 14:31.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.