From owner-freebsd-questions@FreeBSD.ORG Sun Sep 2 19:46:22 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9032216A41B for ; Sun, 2 Sep 2007 19:46:22 +0000 (UTC) (envelope-from cthala@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 6B52F13C461 for ; Sun, 2 Sep 2007 19:46:22 +0000 (UTC) (envelope-from cthala@gmail.com) Received: by py-out-1112.google.com with SMTP id u77so4560700pyb for ; Sun, 02 Sep 2007 12:46:21 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ErKeM8rE2xDKbq/Gswfw8jTzbSUfjj6QGJpwLD2Fyx6bxrQnvOrB+Dw8AGUU+DhR4kegmca2LygMKaLlaN/VDDWcRI7E7ZBqWPgXGqNfL1PrUNQjyBFYnHyizDqSzqOkzAYYyGX4VciapXf3TyEQHIr6IDEIHm02qnIHVQi0bGs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SFbdxzRqMUvoRLhFEZExNMGrSmc53IV1JB8A+2JifJJhZlNZxgY8WoEVSELieJZUIqVNtzacTc42wkNFJ8oygGfy5ICg/FDXUqqLZOAumXsGYJyg4acsk6Iab1aaZmoOihWw5o/Bb/1l286t4aTaPJK5rBSSgbshAtJiU6OZHvI= Received: by 10.64.250.7 with SMTP id x7mr6896046qbh.1188762381516; Sun, 02 Sep 2007 12:46:21 -0700 (PDT) Received: by 10.64.27.1 with HTTP; Sun, 2 Sep 2007 12:46:21 -0700 (PDT) Message-ID: <77647f500709021246m159b2146s793a185d766d77a1@mail.gmail.com> Date: Sun, 2 Sep 2007 15:46:21 -0400 From: "C Thala" To: FreeBSD MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Re: vlc won't play region encoded DVDs (fixed) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2007 19:46:22 -0000 On 8/16/07, Chandhee Thala wrote: > Most of the American DVDs I try to play gets a region encoding error > and quits. I have no problems with foreign DVDs (from other > countries). Well, it turned out that this region encoding error was a huge red herring. I was about to flash the firmware on my machine's built-in DVD drive to change the encoding when I decided to try an external DVD drive that I know for sure played Region 1 DVDs (or at least, it did in Windows). Lo and behold, it had the same problem. Turns out that the perms on the drive were 640, making it 666 fixed the problem. Weird.