From owner-freebsd-questions@FreeBSD.ORG Mon Feb 7 00:59:53 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE6F116A4CF for ; Mon, 7 Feb 2005 00:59:53 +0000 (GMT) Received: from smtpq3.home.nl (smtpq3.home.nl [213.51.128.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBFDB43D2F for ; Mon, 7 Feb 2005 00:59:52 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.134] (port=50741 helo=smtp3.home.nl) by smtpq3.home.nl with esmtp (Exim 4.30) id 1CxxFn-0003Wo-VZ; Mon, 07 Feb 2005 01:59:51 +0100 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:64593 helo=workstation.homenet) by smtp3.home.nl with esmtp (Exim 4.30) id 1CxxFn-0008CM-0W; Mon, 07 Feb 2005 01:59:51 +0100 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Mon, 7 Feb 2005 01:59:39 +0100 User-Agent: KMail/1.7.2 References: <20050205015010.87497.qmail@web54003.mail.yahoo.com> In-Reply-To: <20050205015010.87497.qmail@web54003.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502070159.40247.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean cc: Rob Subject: Re: mplayer vs xine X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: danny@ricin.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 00:59:54 -0000 On Saturday 5 February 2005 02:50, Rob wrote: > Jacob S wrote: > > I like mplayer for cli stuff and xine for gui. > > Mainly because the cli stuff I do is downloading and > > converting streams from wma/rm to wav/ogg/mp3, etc. > > and I use the gui for watching videos and such. > > How do you convert realmedia to other formats with > mplayer? > Or maybe first: how do you play realmedia streams > with mplayer? > > I have installed: > mplayer-gtk2-0.99.5_6 > linux-realplayer-10.0.2_1 > win32-codecs-2.1.0.p5,1 > > I can't play realplay streams with mplayer. > When I do: > mplayer -vo x11 "rtsp://some.site.com/movie.rm" > > I get lots of output in my terminal, among wich I > see: > > Opening video decoder: [realvid] RealVideo decoder > opening shared obj > '/usr/local/lib/win32/drv4.so.6.0' > Error: Shared object "libc.so.6" not found, required > by "drv4.so.6.0" opening win32 dll 'drv4.so.6.0' > > But libc.so.6 is in /usr/compat/linux/lib. Hmm, why > is that not found? I then did > ldconfig -m /usr/compat/linux/lib > > That helped. I started mplayer again, but then > mplayer crashed, as follows: > > [...snip...] > ================================================== > Opening audio decoder: [realaud] RealAudio decoder > opening shared obj '/usr/local/lib/win32/cook.so.6.0' > > MPlayer interrupted by signal 10 in module: > init_audio_codec > - MPlayer crashed. This shouldn't happen. > It can be a bug in the MPlayer code _or_ in your > drivers _or_ in your > gcc version. If you think it's MPlayer's fault, > please read > DOCS/HTML/en/bugreports.html and follow the > instructions there. We can't and > won't help unless you provide this information when > reporting a possible bug. > > ================================================== > > Any idea why I've got such problems with mplayer > and real video streams? I never gotten it to work either, a few of the codecs do -- I think the win32 only ones, but not the Unix ones from linux-realplayer. I'm sure mplayer/xine being natively compiled while the real codecs are mostly linux libraries via compat must be the problem. If someone wants to fix this, do look at what NetBSD does. They have a seperate real codecs package for it, I'm not sure what they do but their mplayer/xine do work with the rv1 to 4 codecs, and no errors about cook and all. Dan