From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 21:28:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 106FB16A420 for ; Wed, 1 Feb 2006 21:28:21 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 178A243D69 for ; Wed, 1 Feb 2006 21:28:18 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 01 Feb 2006 21:28:17 -0000 Received: from pD952EAB3.dip0.t-ipconnect.de (EHLO p4-3200) [217.82.234.179] by mail.gmx.net (mp035) with SMTP; 01 Feb 2006 22:28:17 +0100 X-Authenticated: #4870692 To: freebsd-questions@freebsd.org References: Message-ID: Date: Wed, 01 Feb 2006 22:28:18 +0100 From: "Andreas Rudisch" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Opera M2/8.51 (Win32, build 7712) X-Y-GMX-Trusted: 0 Subject: Re: Playing streaming music 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: Wed, 01 Feb 2006 21:28:21 -0000 On Wed, 01 Feb 2006 22:12:41 +0100, JD Arnold wrote: > Now that I have my sound card working, I was wondering if there is a > port to play streaming music from my favorite college radio station? > The live streams from http://www.wzbc.com send me "PLS" files, which > I understand to be WinAmp "playlist" files. Is there a FreeBSD app > that can play this streaming format? > > I installed XMMS, but I'm not really sure if there is a plugin for > these files. PLS-files are usually only normal text files containing a playlist of music files or URLs to media streams. All you need to do is open the PLS-file and write down the URL. mplayer, vlc or xmms should all be able to play the music stream. Andreas