Networking Forums

Networking Forums > Computer Networking > Linux Networking > Linux radio station

Reply
Thread Tools Display Modes

Linux radio station

 
 
Schewdent
Guest
Posts: n/a

 
      07-30-2004, 04:00 AM
Hi!
How do I set up a radio station under Linux? I would prefer something that
I can just point and click to use, and looks sexy, like Jetaudio server in
Windows. It's only if there IS nothing like this that I'll look into
Icecast and the like - I *don't* want to hack, I'm more interested in just
having fun sending music to the whole world.

Thanks a lot for all your help!

Schewdent.

 
Reply With Quote
 
 
 
 
Bernhard Kastner
Guest
Posts: n/a

 
      07-30-2004, 07:43 AM
Schewdent wrote:

> Hi!
> How do I set up a radio station under Linux? I would prefer something that
> I can just point and click to use, and looks sexy, like Jetaudio server in
> Windows. It's only if there IS nothing like this that I'll look into
> Icecast and the like - I *don't* want to hack, I'm more interested in just
> having fun sending music to the whole world.
>
> Thanks a lot for all your help!
>
> Schewdent.
>


you're just looking for a simple streaming-server
try VideoLANServer

--
Bernhard | theEdge
---
http://www.alf.at.tc
Austrian Linux Forum
 
Reply With Quote
 
Juhan Leemet
Guest
Posts: n/a

 
      07-30-2004, 09:36 PM
On Fri, 30 Jul 2004 09:43:37 +0200, Bernhard Kastner wrote:
>> How do I set up a radio station under Linux? I would prefer something
>> that I can just point and click to use, and looks sexy, like Jetaudio
>> server in Windows. It's only if there IS nothing like this that I'll
>> look into Icecast and the like - I *don't* want to hack, I'm more
>> interested in just having fun sending music to the whole world.

>
> you're just looking for a simple streaming-server try VideoLANServer


Hmm, what about intellectual property rights? Is this all your own
material that is to be streamed? If not, there might be some problems with
the people that own the copyrights, a la Napster lawsuits, etc.

--
Juhan Leemet
Logicognosis, Inc.


 
Reply With Quote
 
Schewdent
Guest
Posts: n/a

 
      07-30-2004, 10:09 PM
On Fri, 30 Jul 2004 09:43:37 +0200, Bernhard Kastner wrote:

> you're just looking for a simple streaming-server
> try VideoLANServer


Hi,
I know about this but I thought it was a video project, and I did download
it thinking maybe I'd use it for that, but I couldn't get it running for
some reason, but that should fix itself if I play with it for a little
while..... anyway, can anyone explain to me why any kind of particular
software would be necessary in the first place?
Is it not possible to just echo /dev/audio > /dev/eth0 or whatever?

That way I could have any number of apps open playing whatever I want
(xmms, xine, games of some sort, the audio from my TV card, etc. ) and
have it be streamed directly. Of course, in practice, it would have to be
piped through ligmpg123 or something of the sort, right? Like - cat
/dev/audio < mpg123encode > /dev/eth0 .

Would this work, and if not, why not (I have a fair understanding of how
things work in Linux, but I'm not an expert).

It's primarily that I thought it could do this, and not with too much
hassle that I want to use it, please don't disappoint me!.......?


Thanks for all your help again,



Schewdent.

 
Reply With Quote
 
Captain Beefheart
Guest
Posts: n/a

 
      08-01-2004, 05:11 PM

> Is it not possible to just echo /dev/audio > /dev/eth0 or whatever?


The "eth" devices aren't actually devices, so you won't find them in
the /dev folder (have a look).

linux:/dev # ls eth*
/bin/ls: eth*: No such file or directory

> Would this work, and if not, why not (I have a fair understanding of how
> things work in Linux, but I'm not an expert).


If you've found a solution that works under Windows, why not use Windows?
 
Reply With Quote
 
Andy Zhang
Guest
Posts: n/a

 
      08-04-2004, 01:38 AM

"Schewdent" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)...
<snip>
> anyway, can anyone explain to me why any kind of particular
> software would be necessary in the first place?
> Is it not possible to just echo /dev/audio > /dev/eth0 or whatever?
>
> That way I could have any number of apps open playing whatever I want
> (xmms, xine, games of some sort, the audio from my TV card, etc. ) and
> have it be streamed directly. Of course, in practice, it would have to be
> piped through ligmpg123 or something of the sort, right? Like - cat
> /dev/audio < mpg123encode > /dev/eth0 .


> Would this work, and if not, why not (I have a fair understanding of how
> things work in Linux, but I'm not an expert).
>


Come on, you've to be kidding. Think about it and you'll know why it doesn't
work. There are numerous problems to reading from one device and piping it
to another like that:

1. How is the network card supposed to understand what mumbo-jumbo audio
data is supposed to mean? Does it mean to send something? Does it mean to
turn it into heat? Does it mean blow up the universe?
2. Where is this data going on the network?
3. How is it getting transmitted? What transport protocol is it using? TCP?
UDP? What protocol is it using to transfer the stream? RTP? HTTP?

It's like saying, "Instead of running a web server, why can't I just do `cat
page.html > /dev/eth0'?"

You need software designed to stream audio, or, at the very least,
software to send data over the network.


--
Andy Zhang

Replace everything right of "@" with visaapply.com to reply by email

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet radio station costs DAB sounds worse than FM Broadband 16 12-20-2008 12:30 PM
CompUSA Router - Station-Infrastructure and Station-AdHoc Modes Mike Schumann Wireless Internet 1 08-22-2007 01:08 AM
Base Station Manager can't find MN-100 Wired Base Station Dominus Broadband Hardware 0 02-03-2005 05:17 PM
connecting to Microsoft wireless Base station under linux Linux Networking 0 05-09-2004 06:13 AM
Red Hot Linux v9.0 [2 DVDs]. Red Hot Linux v9.0 [3 CDs]. Redhat Enterprise Linux ES v3.0 REPACK [4 CDs]. Mandrake Linux 9.2 [3 CDs] - new ! TEL Linux Networking 0 11-29-2003 11:27 AM



1 2 3 4 5 6 7 8 9 10 11