Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Apr 2000 07:27:07 +0100
From:      Roger Hardiman <roger@cs.strath.ac.uk>
To:        Bryan Collins <bryan@casper.spirit.net.au>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Remote FM Radio
Message-ID:  <38ED7FBB.4256DE4F@cs.strath.ac.uk>
References:  <200004070613.QAA71719@casper.spirit.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38ED7FBB.4256DE4F>