From owner-freebsd-multimedia Thu Apr 6 23:27:16 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id C807537C114 for ; Thu, 6 Apr 2000 23:27:10 -0700 (PDT) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id HAA18570 Fri, 7 Apr 2000 07:26:52 +0100 (BST) Message-ID: <38ED7FBB.4256DE4F@cs.strath.ac.uk> Date: Fri, 07 Apr 2000 07:27:07 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Bryan Collins Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: Remote FM Radio References: <200004070613.QAA71719@casper.spirit.net.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bryan > I had an idea to somehow listen to the FM radio stations available in the > area my servers are located in. What a cool idea. In our lab we wrote a audio server and an audio client using the GSM codec to stream audio from a remote machine with a sound card and mic back to our lab. If bandwidth is not a problem you can stream live audio quite easily over the net. Here is a quick test you can do with the 'net cat' port SERVER - listen on port 8000, getting data from /dev/audio nc -l -p 8000 < /dev/audio CLIENT - connect to server.name on port 8000 and send data to /dev/audio nc server.name 8000 > /dev/audio Roger -- Roger Hardiman Strathclyde Uni Telepresence Research Group, Glasgow, Scotland. http://www.telepresence.strath.ac.uk 0141 548 2897 roger@cs.strath.ac.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message