From owner-freebsd-ports@FreeBSD.ORG Thu Aug 2 19:25:52 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45BB9106564A; Thu, 2 Aug 2012 19:25:52 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id ECFE38FC14; Thu, 2 Aug 2012 19:25:51 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 8F7121E000EB; Thu, 2 Aug 2012 21:25:50 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id q72J7mcw039734; Thu, 2 Aug 2012 21:07:48 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id q72J7m4S039733; Thu, 2 Aug 2012 21:07:48 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 2 Aug 2012 21:07:48 +0200 To: Matthieu Volat Message-ID: <20120802190748.GA39527@triton8.kn-bremen.de> References: <20120730191515.GA9678@triton8.kn-bremen.de> <6721404.6TN6vjRsm3@pcoliver.heesakkers.info> <201207311829.q6VITSEZ018706@triton8.kn-bremen.de> <20120801200416.ee78392cd7c437c6ec98535d@alkumuna.eu> <20120801222809.GA11638@triton8.kn-bremen.de> <20120801234858.GA9238@triton8.kn-bremen.de> <20120802194801.21ee493ae8d55b6e53928c4f@alkumuna.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120802194801.21ee493ae8d55b6e53928c4f@alkumuna.eu> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org, freebsd@heesakkers.info, Juergen Lock , multimedia@freebsd.org, nork@freebsd.org Subject: Re: CFT: vlc 2.0.3 - want to know where it works and where only partly X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 19:25:52 -0000 On Thu, Aug 02, 2012 at 07:48:01PM +0200, Matthieu Volat wrote: > On Thu, 2 Aug 2012 01:48:58 +0200 > Juergen Lock wrote: > > > > Looks like I didn't actually enable the LIVEMEDIA knob when I `tested' > > > it... I tried to fix it (configure finds it now), tho I couldn't find > > > an rtsp url that actually worked; I tested a few from here: > > > > > > http://wiki.multimedia.cx/index.php?title=RTSP > > > > > > And I also cleaned up some no longer supported knobs. New patch here: > > > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.3-003.patch > > > > Fixed rtsp now: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.3-004.patch > > > > Enjoy, :) > > Juergen > > Still with the same configuration. > > Indeed, my provider rtsp-streamed tv channels did not work either, with no helpful messages from vlc ("dead input"). I'll try poking around later with a (arch)linux installation on my laptop. > Hm I tested rtsp with a second vlc instance setup to stream a local file via rtsp, that worked with the latest version I posted: http://wiki.videolan.org/Streaming Maybe your tv channels are in fact not rtsp but multicast udp aka `iptv'? > I also noticed another error while starting from command line : > [0x802055198] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. > [0x8021909d8] qt4 interface error: Unable to load extensions module > [0x803c493d8] xcb_xv vout display error: shared memory allocation error: Cannot allocate memory > I don't get either of these two messages on 9.1 beta/amd64 with nvidia gfx.... > Display still works, but that's not really a good error message still. I do have the "reasonable" shmem settings in my /boot/loader.conf : > kern.ipc.shmmni=1024 > kern.ipc.shmseg=1024 Mine are even lower, hmm. Cheers, Juergen