From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 16:11:00 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59711AC5 for ; Mon, 17 Nov 2014 16:11:00 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B53DADB2 for ; Mon, 17 Nov 2014 16:10:59 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id q1so679092lam.25 for ; Mon, 17 Nov 2014 08:10:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=isk5J9CfHlXP+Uxw5tvme5nDe5kmKkIFwissMZRC/NI=; b=XNXjp5GmrndC/D1zSorDi03kPXQtjS+pOIPDQIf8pGa/bpWNYva74Ho11fsLlvqcLw dj8qH3Pe0VX8KhWBWE9oqVQS5LAaLAhQrbGmFG/bcluhToUzEDmPRlvTVCOJvSk6u4ri H/RrplvJe0Zw4TgZTWxOCzBilmPkRu/D0IIv9hCv/odN0m1N6b85iOIdiUq0dXV9er7m VjEhL/aQOQmwVp6XQ9PyPtyNawGczgWIlgQthSiMxKc6nWMXwg9yzRR/dfZfbf/qMKAM juAP2gw/IepFTuGa4hHM/Q+SVhbpGx6LQVtJXmMO94DIItozLHzHM7SfdS6D5h3acMyG 5LbA== MIME-Version: 1.0 X-Received: by 10.152.43.197 with SMTP id y5mr11472940lal.82.1416240657677; Mon, 17 Nov 2014 08:10:57 -0800 (PST) Received: by 10.25.215.212 with HTTP; Mon, 17 Nov 2014 08:10:57 -0800 (PST) In-Reply-To: References: Date: Mon, 17 Nov 2014 08:10:57 -0800 Message-ID: Subject: Re: playing Blu-Ray discs From: Waitman Gobble To: "C. P. Ghost" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" , krad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2014 16:11:00 -0000 On Sun, Nov 16, 2014 at 8:17 PM, Waitman Gobble wrote: > > > On Sun, Nov 16, 2014 at 8:01 PM, Waitman Gobble > wrote: > >> >> >> On Thu, Nov 13, 2014 at 3:01 PM, C. P. Ghost wrote: >> >>> On Thu, Nov 13, 2014 at 3:47 PM, krad wrote: >>> >>>> you are onto a looser as not even linux can do bluerays properly. Its >>>> to do >>>> with player licensing, DRM and opensource incompatibilities. >>>> >>> >>> You need to remove the DRM with tools like Slysoft's AnyDVD-HD, >>> which, unfortunately, runs only under Windows. You may want to try >>> it under Wine, but I don't know whether it's been successfully done or >>> not. >>> >>> >>>> >>>> On 9 November 2014 10:17, Waitman Gobble wrote: >>>> >>>> > Hi, >>>> > >>>> > Anyone have pointers on playing Blu-Ray discs using FreeBSD? >>>> > >>>> > I installed /multimedia/libbluray from ports. This solved a problem of >>>> > inserted discs spinning forever until the end of time (and actually >>>> > blocking the entire system). But playing the disc does not seem to >>>> work w/ >>>> > mplayer or xine. >>>> > >>>> > Thanks >>>> > >>>> > -- >>>> > Waitman Gobble >>>> > Los Altos California USA >>>> > 510-830-7975 >>>> > _______________________________________________ >>>> > freebsd-questions@freebsd.org mailing list >>>> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> > To unsubscribe, send any mail to " >>>> > freebsd-questions-unsubscribe@freebsd.org" >>>> > >>>> _______________________________________________ >>>> freebsd-questions@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >>>> To unsubscribe, send any mail to " >>>> freebsd-questions-unsubscribe@freebsd.org" >>>> >>> >>> -- >>> Cordula's Web. http://www.cordula.ws/ >>> >> >> >> Thanks for the info. I notice the sysutils/udfclient can read the disk >> structure. I've forked and updated https://github.com/williamdevries/UDF >> for 11.0-Current, will see if that gets me anywhere. >> >> -- >> Waitman Gobble >> Los Altos California USA >> 510-830-7975 >> > > > The updated UDF kernel source seems to work with 11.0-Current. Moves me a > little forward :) > > #1 using existing UDF driver: > > [1019] > mount_udf /dev/cd0 /br > mount_udf: /dev/cd0: Invalid argument > > #2 using 'new' UDF driver: > > [1020] > mount_udf2 /dev/cd0 /br > [1021] > cd /br > [1022] > ls > AACS BDMV CERTIFICATE > [1023] > > > I'll post the code if anyone else wants to tinker with it. > > Now to see about actually playing the disc... > > -- > Waitman Gobble > Los Altos California USA > 510-830-7975 > Updated src patches are available at https://github.com/waitman/UDF Curiously on the xfce4 desktop I now get a little icon of a disc that is 'named' the title of the Blu-Ray. So that's something new. I notice one caveat, 'mplayer bd://' without any other switches assumes that your disc is mounted at /mnt/bd and that your KEYDB.cfg is in ~/.dvdcss/ Also it's possible to run the Linux 32 bit ./aacskeys /mnt/bd (with the Linux compatibility port installed) I think it may work if I buy a Blu-Ray disc that is 'popular'. ie, the keys are published. I only have a few and they are 'niche' disks that are probably not mainstream. (for example 'the stone roses, made of stone'). Maybe I'll buy a copy of 'the matrix' or something and see if that will play. :) Also it seems there are existing tools that 'figure' out the keys, maybe I'll try that when I get a chance, but if a 'popular' disc actually plays. -- Waitman Gobble Los Altos California USA 510-830-7975