From owner-freebsd-questions Wed Oct 7 13:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09360 for freebsd-questions-outgoing; Wed, 7 Oct 1998 13:10:01 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from flyswatter.localmachine (client-151-197-126-142.bellatlantic.net [151.197.126.142]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09309 for ; Wed, 7 Oct 1998 13:09:44 -0700 (PDT) (envelope-from johne@bellatlantic.net) Received: from flyswatter.localmachine (localhost [127.0.0.1]) by flyswatter.localmachine (8.8.7/8.8.7) with SMTP id QAA00862; Wed, 7 Oct 1998 16:06:19 -0400 From: John Ellis To: cpn@whitestar.cpn.org.au Subject: Re: gqmpeg 0.3.5 Date: Wed, 7 Oct 1998 15:59:28 -0400 X-Mailer: KMail [version 0.7.9] Content-Type: text/plain Cc: questions@FreeBSD.ORG MIME-Version: 1.0 Message-Id: <98100716061902.00770@flyswatter.localmachine> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG cpn@whitestar.cpn.org.au wrote: >I have compiled gqmpeg-0.3.5 on my FreeBSD-2.2.7 machine and managed to >get it to run except for the following annoying problem. The program will >play the first song in the playlist, but not any of the subsequent songs. >In addition to this, gqmpeg will not respond to any xwindows input (i.e. >mouse actions) until the song is finished. In the terminal window I get >the following error: > >Error: mpg123 stopped sending data! > >mpg123 works fine playing multiple songs from the command line. Could you run a test? run mpg123 on the command line with the -v option: mpg123 -v song.mp3 see if you get a line that continuously updates like this: Frame# 152 [10411], Time: 3.97 [271.96], if not, try adding -DREAD_MMAP to the Makefile of mpg123 before compiling mpg123. (the frames info is required to get the progress reports from mpg123 that gqmpeg uses) Similar detailed info is in the README, but does not include freebsd as one of the effected systems. The next GQmpeg release will include freebsd in the README. hope this helps, John -- John Ellis http://www.geocities.com/SiliconValley/Haven/5235/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message