ffserver, streaming audio problem

2005-07-19 Thread FreeBSD questions mailing list

Hello,
I recently installed ffmpeg (/usr/ports/multimedia/ffmpeg/) to try  
and start a streaming audio server.
the installation went smoothly though i don't seem to be able to  
connect to ffserver.

It crashes when someone tries to connect.
Has anyone been able to run it with the NoVideo option?

I have been running darkice and icecast for a long time without any  
problems.
I just wanted to try and stream in .aac format which darkice does not  
support (yet).


thanks in advance...
Arno

Here's some info about my system and ffmpeg/ffserver:

[EMAIL PROTECTED]:~ uname -r
5.3-RELEASE-p18



[EMAIL PROTECTED]:~ ffmpeg -version
ffmpeg version 0.4.9-pre1, build 4718, Copyright (c) 2000-2004  
Fabrice Bellard

  built on Jul 19 2005 23:11:58, gcc: 3.4.2 [FreeBSD] 20040728
ffmpeg  0.4.9-pre1
libavcodec  4718
libavformat 4616



[EMAIL PROTECTED]:~ cat ffserver.conf.sample
Port 8090
BindAddress xxx.xxx.xxx.xxx
MaxClients 1000
MaxBandwidth 1000
CustomLog -

Feed feed1.ffm
File /tmp/feed1.ffm
FileMaxSize 200K
Launch
ACL allow 127.0.0.1
/Feed

Stream test1.mpg
Feed feed1.ffm
Format mpeg
AudioBitRate 32
AudioChannels 1
AudioSampleRate 44100
AudioCodec mp2
NoVideo
/Stream

Stream test.mp3
Feed feed1.ffm
Format mp2
AudioCodec mp3
AudioBitRate 64
AudioChannels 1
AudioSampleRate 44100
NoVideo
/Stream

Stream stat.html
Format status
ACL allow localhost
ACL allow 192.168.0.0 192.168.255.255
/Stream

Redirect index.html
URL http://www.ffmpeg.org/
/Redirect



[EMAIL PROTECTED]:~ ffserver -f ffserver.conf.sample
ffserver started.



[EMAIL PROTECTED]:~ ffmpeg -ac 2 -acodec aac -ab 128 -ad /dev/dsp0.0  
http://xxx.xxx.xxx.xxx:8090/test.mp3
ffmpeg version 0.4.9-pre1, build 4718, Copyright (c) 2000-2004  
Fabrice Bellard

  built on Jul 19 2005 23:11:58, gcc: 3.4.2 [FreeBSD] 20040728
Input #0, audio_device, from '':
  Duration: N/A, bitrate: N/A
  Stream #0.0: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
Output #0, mp3, to 'http://xxx.xxx.xxx.xxx:8090/test.mp3':
  Stream #0.0: Audio: aac, 44100 Hz, stereo, 128 kb/s
Stream mapping:
  Stream #0.0 - #0.0
Press [q] to stop encoding
size= 446kB time=26.1 bitrate= 140.3kbits/s
video:0kB audio:446kB global headers:0kB muxing overhead 0.00%



[EMAIL PROTECTED]:~ dmesg -a | tail -7
Jul 20 03:25:10 amadeus kernel: pid 8533 (ffserver), uid 501: exited  
on signal 8
Connection attempt to TCP xxx.xxx.xxx.xxx:8090 from 10.0.1.1:49424  
flags:0x02
Jul 20 03:25:13 amadeus kernel: Connection attempt to TCP  
xxx.xxx.xxx.xxx:8090 from 10.0.1.1:49424 flags:0x02

Connection attempt to TCP 127.0.0.1:8090 from 127.0.0.1:58578 flags:0x02
Jul 20 03:25:35 amadeus kernel: Connection attempt to TCP  
127.0.0.1:8090 from 127.0.0.1:58578 flags:0x02

pid 9791 (ffserver), uid 0: exited on signal 8 (core dumped)
Jul 20 03:25:52 amadeus kernel: pid 9791 (ffserver), uid 0: exited on  
signal 8 (core dumped)




[EMAIL PROTECTED]:~ gdb ffserver ffserver.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and  
you are
welcome to change it and/or distribute copies of it under certain  
conditions.

Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for  
details.
This GDB was configured as i386-marcel-freebsd...(no debugging  
symbols found)...

Core was generated by `ffserver'.
Program terminated with signal 8, Arithmetic exception.
Reading symbols from /usr/local/lib/libavformat.so...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libavformat.so
Reading symbols from /usr/local/lib/libavcodec.so...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libavcodec.so
Reading symbols from /lib/libm.so.3...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libm.so.3
Reading symbols from /lib/libz.so.2...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libz.so.2
Reading symbols from /usr/local/lib/libogg.so.5...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libogg.so.5
Reading symbols from /usr/local/lib/libvorbis.so.3...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libvorbis.so.3
Reading symbols from /usr/local/lib/libvorbisenc.so.2...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libvorbisenc.so.2
Reading symbols from /usr/local/lib/libfaac.so.0...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libfaac.so.0
Reading symbols from /lib/libc.so.5...(no debugging symbols  
found)...done.

Loaded symbols for /lib/libc.so.5
Reading symbols from /usr/lib/libstdc++.so.4...(no debugging symbols  
found)...done.

Loaded symbols for /usr/lib/libstdc++.so.4
Reading symbols from /usr/local/lib/libpostproc.so.0...(no debugging  
symbols found)...done.

Loaded symbols for /usr/local/lib/libpostproc.so.0
Reading symbols from /usr/local/lib/libmp3lame.so.0...(no debugging  
symbols found)...done

capturing streaming audio

2004-08-15 Thread probsd org
I used a port about 2 years ago that would connect to
a remote streaming audio server and record all data
into mp3 files. However, I cannot for the life of me
remember it's name or find it, anybody remember this
port?

Michael



__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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]


Streaming audio with FreeBSD

2004-07-29 Thread Miguel Cardenas
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...

Thanks for any comment...

Miguel.
___
[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]


AW: Streaming Audio

2004-07-22 Thread Alexander Liebau
ok i set up the same thing you want :) i used icecast2 (ports) and
icegenerator (http://sourceforge.net/projects/icegenerator) works perfectly
fine for me (im currently streaming my mp3-directory on my server) and i
listen to it via winamp on another machine :)

i hope this helps

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Foster,
ThomasX
Gesendet: Mittwoch, 21. Juli 2004 19:50
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: RE: Streaming Audio


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]



___
[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]


AW: Streaming Audio

2004-07-22 Thread Alexander Liebau
well its ass configured in a configfile.. ints not possible to choose titels
on the rum :)

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Andrew L.
Gould
Gesendet: Donnerstag, 22. Juli 2004 23:34
An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Betreff: 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]



___
[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]


Streaming Audio

2004-07-21 Thread Justin W. Pauler
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]


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]


AW: Streaming Audio

2004-07-21 Thread Alexander Liebau
so you want to hear music on a box which doesnt even have a gui or a
soundcard? thats not gonna work i think :( without guy perhaps but without
soundcard...

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Justin W.
Pauler
Gesendet: Mittwoch, 21. Juli 2004 16:58
An: 'Michael Clark'; [EMAIL PROTECTED]
Betreff: RE: Streaming Audio


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]



___
[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]


AW: Streaming Audio

2004-07-21 Thread Alexander Liebau
well then you misunderstood the other posting.. i think he was talking about
xmms on the client side.. not as server :)

http://www.shoutcast.com/download/files.phtml -- here you can find the
shoutcast server precompiled for freebsd 4.9 with gcc 2.9.5.. i think it
should run on 4.10 as well



-Ursprungliche Nachricht-
Von: Justin W. Pauler [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 21. Juli 2004 17:04
An: 'Alexander Liebau'; [EMAIL PROTECTED]; 'Michael Clark';
[EMAIL PROTECTED]
Betreff: RE: Streaming Audio


Alexander,

Not nessecarily LISTEN on that machine, but stream out to the Internet so I
can listen on ANOTHER machine.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander Liebau
Sent: Wednesday, July 21, 2004 10:00 AM
To: [EMAIL PROTECTED]; 'Michael Clark'; [EMAIL PROTECTED]
Subject: AW: Streaming Audio

so you want to hear music on a box which doesnt even have a gui or a
soundcard? thats not gonna work i think :( without guy perhaps but without
soundcard...




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


AW: Streaming Audio

2004-07-21 Thread Alexander Liebau
oh in addition i found some interesting tools in the ports collection:

bash-2.05b# make search key=shoutcast
Port:   darkice-0.14
Path:   /usr/ports/audio/darkice
Info:   An IceCast, IceCast2 and ShoutCast live audio streamer
Maint:  [EMAIL PROTECTED]
B-deps: lame-3.96 libogg-1.1,3 libvorbis-1.0.1,3
R-deps: lame-3.96 libogg-1.1,3 libvorbis-1.0.1,3

Port:   holyshout-0.2_2
Path:   /usr/ports/audio/holyshout
Info:   Streaming audio to Icecast/shoutcast supports multiple bitrate
stream
Maint:  [EMAIL PROTECTED]
B-deps: expat-1.95.7 gettext-0.13.1_1 gmake-3.80_2 libiconv-1.9.1_3
libshout-1.0.7
R-deps: libshout-1.0.7

Port:   shout-0.8.0_1
Path:   /usr/ports/audio/shout
Info:   Program that sends mp3 streams to an icecast/shoutcast server
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps:

Port:   streamripper-1.0.5
Path:   /usr/ports/audio/streamripper
Info:   Splits SHOUTcast stream into tracks
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps:

maybe those are interesting for you as well :)

-Ursprungliche Nachricht-
Von: Justin W. Pauler [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 21. Juli 2004 17:04
An: 'Alexander Liebau'; [EMAIL PROTECTED]; 'Michael Clark';
[EMAIL PROTECTED]
Betreff: RE: Streaming Audio


Alexander,

Not nessecarily LISTEN on that machine, but stream out to the Internet so I
can listen on ANOTHER machine.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alexander Liebau
Sent: Wednesday, July 21, 2004 10:00 AM
To: [EMAIL PROTECTED]; 'Michael Clark'; [EMAIL PROTECTED]
Subject: AW: Streaming Audio

so you want to hear music on a box which doesnt even have a gui or a
soundcard? thats not gonna work i think :( without guy perhaps but without
soundcard...




___
[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]


Streaming Audio

2004-05-11 Thread Darryl Hoar
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]


recording streaming audio (mp3, wav, or realaudio)?

2004-01-05 Thread Gary Kline

People,

Is there a way of capturing mp3 or realaudio data as it
streams in, say, from NPR?  Hard to tell from the Info:
tags.

thanks for any clues,

gary

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: recording streaming audio (mp3, wav, or realaudio)?

2004-01-05 Thread Gautam Gopalakrishnan
On Mon, Jan 05, 2004 at 01:57:48PM -0800, Gary Kline wrote:
 
   People,
 
   Is there a way of capturing mp3 or realaudio data as it
   streams in, say, from NPR?  Hard to tell from the Info:
   tags.

mplayer -dumpstream -dumpfile a.mp3 (url)

Gautam

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


Re: recording streaming audio (mp3, wav, or realaudio)?

2004-01-05 Thread Gary Kline
On Tue, Jan 06, 2004 at 10:23:13AM +1100, Gautam Gopalakrishnan wrote:
 On Mon, Jan 05, 2004 at 01:57:48PM -0800, Gary Kline wrote:
  
  People,
  
  Is there a way of capturing mp3 or realaudio data as it
  streams in, say, from NPR?  Hard to tell from the Info:
  tags.
 
 mplayer -dumpstream -dumpfile a.mp3 (url)
 

Thanks much.  I'm installing the ports and will try 
this.

gary
 

-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


about streaming audio video

2003-11-20 Thread EF EMBEEN - The Business Network
To whom it may concern,

We own a FreeBSD (version 4.4, Apache) dedicated server with 40GB capacity. We want to 
know which is the appropriate software for media server for it. We'd like to streaming 
audio  video so we need a media server for FreeBSD platform.

We looking forward to hearing to you as soon as possible.

Thank you,

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


Re: about streaming audio video

2003-11-20 Thread Peter Risdon
EF EMBEEN - The Business Network wrote:

To whom it may concern,

We own a FreeBSD (version 4.4, Apache) dedicated server with 40GB capacity. We want to know which is the appropriate software for media server for it. We'd like to streaming audio  video so we need a media server for FreeBSD platform.
 

Darwin streaming server from /usr/ports/net/DarwinStreamingServer/ or 
http://developer.apple.com/darwin/projects/streaming

PWR

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


Re: about streaming audio video

2003-11-20 Thread Vulpes Velox
On Wed, 19 Nov 2003 22:58:43 +0200
EF EMBEEN - The Business Network [EMAIL PROTECTED] wrote:

 To whom it may concern,
 
 We own a FreeBSD (version 4.4, Apache) dedicated server with 40GB capacity. We
 want to know which is the appropriate software for media server for it. We'd
 like to streaming audio  video so we need a media server for FreeBSD
 platform.

Well if you just want to stream A/V to stuff on a LAN, then what I would do is
just throw samba and NFS on that box, make them read only, and point them at the
archive. This would allow ppl on the lan to fetch any of it at will.

If you want to stream audio to some where check the ports
http://www.freebsd.org/cgi/ports.cgi?query=streamstype=all

A few that may be worth checking out are icecat, icecast2, holyshout, shout,
darkice, or xmms-liveice.

Not really sure of any thing for video...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Streaming Audio Video

2003-11-19 Thread Charles Howse
Hi,
I know this has been discussed to death because my research found lots and 
lots of posts on the subject.  Mostly about the whatever port someone was 
using was broken, or it wouldn't work at all.

The question is:  
What are most of you using for streaming audio and video?
I'm running 4.8-RELEASE-p13, KDE 3.1.4

I'd also like to get it integrated into Mozilla, as a helper app, I suppose, 
although I haven't gotten that far into it yet.

I see references to linux-realplayer, and (possibly old) references to the 
native FBSD port for realplayer.  When I search the ports tree, I don't see a 
FBSD port for realplayer, so I'm assuming those were old references I saw 
when I Googled.

Is there something better, easier, faster?
-- 
Thanks,
Charles

Random Murphy's Law:
The only new TV show worth watching will be cancelled.

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