Re: Streaming audio with FreeBSD

2004-07-30 Thread Vulpes Velox
On Fri, 30 Jul 2004 00:17:19 -0500
Miguel Cardenas [EMAIL PROTECTED] wrote:

 Hello list!!
 
 I'd like to know if there's a software to stream audio to a
 ShoutCast server... I tried  on linux the shoutcast dj, but is too
 simple and just plays a list of mp3... I need to transmit a radio
 program and require to send voice, music and/or both if necesary...
 
 Found a *nix library libshout2 (don't remember the name right now)
 but has no full documentation and examples are too poor to develop
 my own simple application...
 
 If somebody knows of a mp3/ogg streamer to a shoutcast server I'd
 appreciate if you tell me, am experiencing some problems with
 transmision from inside of my LAN with windows through the firewall
 (stream passes fine but with drop-outs)... so I need to transmit
 directly from the *nix server...

Search the ports using cast and shout...

http://www.freebsd.org/ports/index.html is uber useful...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-07-23 Thread Mark

May not fit your needs but look into /usr/ports/audio/musicpd 

and  /usr/ports/audio/ncmpc , there is also a web based php script

but I forget the name, this type setup makes a nice remote control 

jukebox for the home stereo.


On Thu, Jul 22, 2004 at 04:46:55PM -0500, Justin W. Pauler wrote:
 Andrew,
 
 No, everything is console based. For example, my setup consists of:
 
   1. Making a playlist: a text file listing each song
   in my collection (locate *.ogg  playlist)
 
   2. Starting IceCast
 
   3. Starting IceS
 
   4. Listening
 
 IceS then reads the playlist file that is created and by configuration,
 either randomly picks a song or goes in sequential order, again, that is up
 to you. I generally like the system, not bad at all, the only thing I wish I
 could do was call up songs on a whim, which out of the box cannot be done,
 however, with a little php script on the webserver, I'm going to do just
 that (add the new song to the top of the playlist and send a SIGHUP).
 
 But yes, everything is console based, and I used it for well over 8 hours
 today without a single dropout or audio problem.
 
 --
 Justin W. Pauler 
 
  -Original Message-
  From: Andrew L. Gould [mailto:[EMAIL PROTECTED] 
  Sent: Thursday, July 22, 2004 4:34 PM
  To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
  Subject: Re: Streaming Audio
  
  On Thursday 22 July 2004 09:29 am, Justin W. Pauler wrote:
   Alexander,
  
   Thanks to you and everyone else who provided insight on 
  this problem.
   I actually got everything finished and working late last 
  night using 
   IceS as the stream client and IceCast to stream out the music. It 
   works quite well, I've actually made a big playlist of all my songs 
   and it randomly plays all of them.
  
   Thanks again,
  
   --
   Justin W. Pauler
  
  Does the client rely on a GUI?  If not, is it easy to select 
  songs from the console?
  
  I ask because I have an opportunity to trade some old parts 
  for an old laptop (133Mhz, 16MB RAM, etc).
  
  Thanks,
  
  Andrew Gould
  
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
--
**
The information contained in this communication is confidential, private,
proprietary, or otherwise privileged and is intended only for the use of the
addressee.  Unauthorized use, disclosure, distribution or copying is strictly
prohibited and may be unlawful.  If you have received this communication in
error, please notify the sender immediately.
**
==

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Streaming Audio

2004-07-22 Thread Justin W. Pauler
Alexander,

Thanks to you and everyone else who provided insight on this problem. I
actually got everything finished and working late last night using IceS as
the stream client and IceCast to stream out the music. It works quite well,
I've actually made a big playlist of all my songs and it randomly plays all
of them.

Thanks again,

--
Justin W. Pauler


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-07-22 Thread Andrew L. Gould
On Thursday 22 July 2004 09:29 am, Justin W. Pauler wrote:
 Alexander,

 Thanks to you and everyone else who provided insight on this problem.
 I actually got everything finished and working late last night using
 IceS as the stream client and IceCast to stream out the music. It
 works quite well, I've actually made a big playlist of all my songs
 and it randomly plays all of them.

 Thanks again,

 --
 Justin W. Pauler

Does the client rely on a GUI?  If not, is it easy to select songs from 
the console?

I ask because I have an opportunity to trade some old parts for an old 
laptop (133Mhz, 16MB RAM, etc).

Thanks,

Andrew Gould
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Streaming Audio

2004-07-22 Thread Justin W. Pauler
Andrew,

No, everything is console based. For example, my setup consists of:

1. Making a playlist: a text file listing each song
in my collection (locate *.ogg  playlist)

2. Starting IceCast

3. Starting IceS

4. Listening

IceS then reads the playlist file that is created and by configuration,
either randomly picks a song or goes in sequential order, again, that is up
to you. I generally like the system, not bad at all, the only thing I wish I
could do was call up songs on a whim, which out of the box cannot be done,
however, with a little php script on the webserver, I'm going to do just
that (add the new song to the top of the playlist and send a SIGHUP).

But yes, everything is console based, and I used it for well over 8 hours
today without a single dropout or audio problem.

--
Justin W. Pauler 

 -Original Message-
 From: Andrew L. Gould [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, July 22, 2004 4:34 PM
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: Streaming Audio
 
 On Thursday 22 July 2004 09:29 am, Justin W. Pauler wrote:
  Alexander,
 
  Thanks to you and everyone else who provided insight on 
 this problem.
  I actually got everything finished and working late last 
 night using 
  IceS as the stream client and IceCast to stream out the music. It 
  works quite well, I've actually made a big playlist of all my songs 
  and it randomly plays all of them.
 
  Thanks again,
 
  --
  Justin W. Pauler
 
 Does the client rely on a GUI?  If not, is it easy to select 
 songs from the console?
 
 I ask because I have an opportunity to trade some old parts 
 for an old laptop (133Mhz, 16MB RAM, etc).
 
 Thanks,
 
 Andrew Gould
 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Streaming Audio

2004-07-21 Thread Michael Clark
I have used Xmms to get into shoutcast broadcast before.

Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


 -Original Message-
 From: Justin W. Pauler [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 21, 2004 9:29 AM
 To: [EMAIL PROTECTED]
 Subject: Streaming Audio
 
 
 Hello Everyone,
 
 I've got quite a collection of Ogg Vorbis (.ogg) files on my 
 FreeBSD machine
 that I would like to be able to stream for personal use 
 (really I'd like to
 be able to listen to them at work! :)) I've done quite a bit 
 of research and
 can't find any software to do exactly what I need.
 
 IceCast and Shoutcast look like they'll both work just fine 
 for the server,
 no problems there. However, as for the source client, that's 
 another story.
 This machine was built as a mini-server, I use it for 
 IRC/DNS/WWW and so
 forth, therefore, has no X server and no soundcard (for the 
 record it has a
 soundcard built onto the motherboard AC97, but FreeBSD 4.10 sees it as
 chip0, so I don't think it's useable), and all of the source 
 clients I have
 found either require a soundcard or the X system to be installed.
 
 Is there any help for me? I remember the days of Windows 
 streaming with
 Shoutcast, in that case, Winamp connected with a socket to 
 shoutcast and
 completely bypassed the soundcard... Anything like that for FreeBSD?
 
 Thanks All
 
 
 --
 Justin W. Pauler
 Network Administrator
 AirRover Wi-Fi Corporation
 E-Mail: [EMAIL PROTECTED]
 Phone: (225) 923-1034 x87
 Toll Free: (888) 720-7301 x87
 WWW: http://www.airroverwifi.com
  
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Streaming Audio

2004-07-21 Thread Justin W. Pauler
Michael,

I have heard that XMMS will allow me to stream to a Shoutcast or IceCast
server, however, I wasn't able to find a way to compile XMMS WITHOUT the
GUI; it seemed you had to build the whole thing!

--
Justin W. Pauler

-Original Message-
From: Michael Clark [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 21, 2004 9:38 AM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: Streaming Audio

I have used Xmms to get into shoutcast broadcast before.

Michael Clark
Nemschoff Chairs Inc
mclark at nemschoff dot com
CompTIA A+, Network+, Server+, MCP
Voice: (920) 457 7726 x294
Fax:  (920) 453 6594


 -Original Message-
 From: Justin W. Pauler [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, July 21, 2004 9:29 AM
 To: [EMAIL PROTECTED]
 Subject: Streaming Audio
 
 
 Hello Everyone,
 
 I've got quite a collection of Ogg Vorbis (.ogg) files on my FreeBSD 
 machine that I would like to be able to stream for personal use 
 (really I'd like to be able to listen to them at work! :)) I've done 
 quite a bit of research and can't find any software to do exactly what 
 I need.
 
 IceCast and Shoutcast look like they'll both work just fine for the 
 server, no problems there. However, as for the source client, that's 
 another story.
 This machine was built as a mini-server, I use it for IRC/DNS/WWW and 
 so forth, therefore, has no X server and no soundcard (for the record 
 it has a soundcard built onto the motherboard AC97, but FreeBSD 4.10 
 sees it as chip0, so I don't think it's useable), and all of the 
 source clients I have found either require a soundcard or the X system 
 to be installed.
 
 Is there any help for me? I remember the days of Windows streaming 
 with Shoutcast, in that case, Winamp connected with a socket to 
 shoutcast and completely bypassed the soundcard... Anything like that 
 for FreeBSD?
 
 Thanks All
 
 
 --
 Justin W. Pauler
 Network Administrator
 AirRover Wi-Fi Corporation
 E-Mail: [EMAIL PROTECTED]
 Phone: (225) 923-1034 x87
 Toll Free: (888) 720-7301 x87
 WWW: http://www.airroverwifi.com
  
 
 
 ___
 [EMAIL PROTECTED] mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 


CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 




___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-07-21 Thread cpghost
Justin W. Pauler wrote:
(for the record it has a
soundcard built onto the motherboard AC97, but FreeBSD 4.10 sees it as
chip0, so I don't think it's useable),
I've seen this too, but compiling pcm into the kernel
solves that issue. For some strange reason, kldload-ed
pcm doesn't want to grab the AC97 chip.
-cpghost.
--
Cordula's Web. http://www.cordula.ws/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Streaming Audio

2004-07-21 Thread Foster, ThomasX
Check out Darwin Streaming Server.. its in the ports tree

Thomas Foster


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Justin W.
Pauler
Sent: Wednesday, July 21, 2004 7:29 AM
To: [EMAIL PROTECTED]
Subject: Streaming Audio

Hello Everyone,

I've got quite a collection of Ogg Vorbis (.ogg) files on my FreeBSD
machine
that I would like to be able to stream for personal use (really I'd like
to
be able to listen to them at work! :)) I've done quite a bit of research
and
can't find any software to do exactly what I need.

IceCast and Shoutcast look like they'll both work just fine for the
server,
no problems there. However, as for the source client, that's another
story.
This machine was built as a mini-server, I use it for IRC/DNS/WWW and so
forth, therefore, has no X server and no soundcard (for the record it
has a
soundcard built onto the motherboard AC97, but FreeBSD 4.10 sees it as
chip0, so I don't think it's useable), and all of the source clients I
have
found either require a soundcard or the X system to be installed.

Is there any help for me? I remember the days of Windows streaming with
Shoutcast, in that case, Winamp connected with a socket to shoutcast and
completely bypassed the soundcard... Anything like that for FreeBSD?

Thanks All


--
Justin W. Pauler
Network Administrator
AirRover Wi-Fi Corporation
E-Mail: [EMAIL PROTECTED]
Phone: (225) 923-1034 x87
Toll Free: (888) 720-7301 x87
WWW: http://www.airroverwifi.com
 


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-05-12 Thread Pavel Duda
Jose Lima wrote:
On Tue, 2004-05-11 at 16:17, Pavel Duda wrote:



Apache has an MP3 module that works good.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
Thats true and I am aware of that, but i'm runing webserver, mysql 
server and icecast anyway so BBjuke suits me well. And besides that I 
can use icecast to relay some internet radios to local network.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-05-11 Thread Pavel Duda
Darryl Hoar wrote:

Greetings,
I have a 5.1-release box at home that I would like to put my
personal mp3's on.  I want to listen to them on any computer
on my home lan.  

Several on the PC's on my home lan are Microsoft windows.

What are some ideas so that I can access them ?  Samba
seems a bit overkill.  What about apache running on the box,
serving up dynamic pages listing the mp3's.  When you click
on the link it launches windows media player (or real player)
so that you can listen.
Anyway, I would appreciate any ideas on this matter.

thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
You can try BBJuke (it requires MySQL, IceCast and webserver).

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Streaming Audio

2004-05-11 Thread Jose Lima
On Tue, 2004-05-11 at 16:17, Pavel Duda wrote:
 Darryl Hoar wrote:
 
  Greetings,
  I have a 5.1-release box at home that I would like to put my
  personal mp3's on.  I want to listen to them on any computer
  on my home lan.  
  
  Several on the PC's on my home lan are Microsoft windows.
  
  What are some ideas so that I can access them ?  Samba
  seems a bit overkill.  What about apache running on the box,
  serving up dynamic pages listing the mp3's.  When you click
  on the link it launches windows media player (or real player)
  so that you can listen.
  
  Anyway, I would appreciate any ideas on this matter.
  
  thanks,
  Darryl
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
  
 
 You can try BBJuke (it requires MySQL, IceCast and webserver).
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Apache has an MP3 module that works good.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]