shoutcast server port issue

2016-04-21 Thread Hank Smith, and Seeing-eye dog Iona

Hello
am having issues on getting shoutcast b2 set upwhen I tab to the port 
edit box in shoutcast v2 server and put in

6700
it changes it to
65535
why is this happening and what is the trick for using the web set up gui?
thanks
Hank



shoutcast v1 server help

2016-04-20 Thread Hank Smith, and Seeing-eye dog Iona

Hello how do I set up 2 different streams using shoutcast v1?
I want to have my main stream on one port and then another on another port
I tried to set this up with shoutcast v2 but I couldn't even get the 
port to inter correctly

when I would type 8000 it would change to a totally different port
so had to go back to shoutcast v1
thanks
Hank




Re: imbed shoutcast audio on to a website?

2016-01-27 Thread Hank Smith, and Seeing-eye dog Iona

Hello I replaced the html code with the code that you sent me.
I have it in the index.html file
thi sis what I am getting, no sound, and for some reason it looks like 
auto play where you go to the address and it is supposed to start isn't 
working either tried both with internet explorer and chrome with same 
results this is what I am seeing

#
#

0:22
#

the site that I am trying to get this working is
http://hanksmith.net

On 1/27/2016 10:17 AM, Humberto Rodriguez wrote:

Hello to both:

Here is the code I use:


Src= "http://radiogeneral.com:8000/;;;
Your browser does not support HTML 5


Copy the above code to an HTML 5 page in your server and try it to make sure it 
works.  I will have my voice in Spanish announcing my station or the 
introfile.mp3 and then it will go into the strem.  After you verify it works, 
replace  the URL with your stream's.

You can replace the notice of the browser not supporting HTML 5 with HTML code 
that opens Flash Player for those listeners that have it.

Humberto

Humberto Rodriguez
Fort White, Florida


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of DAVID
Sent: Wednesday, January 27, 2016 4:00 AM
To: 'PC Audio Discussion List' <pc-audio@pc-audio.org>
Subject: RE: imbed shoutcast audio on to a website?

I have been looking for that to.
So pass it my way to thanks.


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank Smith, 
and Seeing-eye dog Iona
Sent: Wednesday, 27 January 2016 01:01 AM
To: PC Audio Discussion List
Subject: imbed shoutcast audio on to a website?

Hello any one know where I can get a html 5 player that will allow me to set it 
up to play automaticly when some one goes to my website?
thanks
Hank










RE: imbed shoutcast audio on to a website?

2016-01-27 Thread Humberto Rodriguez
Hello to both:

Here is the code I use:


Src= "http://radiogeneral.com:8000/;;;
Your browser does not support HTML 5


Copy the above code to an HTML 5 page in your server and try it to make sure it 
works.  I will have my voice in Spanish announcing my station or the 
introfile.mp3 and then it will go into the strem.  After you verify it works, 
replace  the URL with your stream's.

You can replace the notice of the browser not supporting HTML 5 with HTML code 
that opens Flash Player for those listeners that have it.

Humberto

Humberto Rodriguez
Fort White, Florida


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of DAVID
Sent: Wednesday, January 27, 2016 4:00 AM
To: 'PC Audio Discussion List' <pc-audio@pc-audio.org>
Subject: RE: imbed shoutcast audio on to a website?

I have been looking for that to.
So pass it my way to thanks.


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank Smith, 
and Seeing-eye dog Iona
Sent: Wednesday, 27 January 2016 01:01 AM
To: PC Audio Discussion List
Subject: imbed shoutcast audio on to a website?

Hello any one know where I can get a html 5 player that will allow me to set it 
up to play automaticly when some one goes to my website?
thanks
Hank







RE: imbed shoutcast audio on to a website?

2016-01-27 Thread Humberto Rodriguez
OK, here you go:

$song= "http://radiogeneral.com:8000/;;;
$player= $uri."inc/xspf_player.swf";
$mp3= $player . "?song_url=" . $song . 
"autoplay=trueplayer_title=HR-PLAYER";




Regards,

Humberto

-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank Smith, 
and Seeing-eye dog Iona
Sent: Wednesday, January 27, 2016 12:29 PM
To: PC Audio Discussion List <pc-audio@pc-audio.org>
Subject: Re: imbed shoutcast audio on to a website?

can I also get the code to
HTML code that opens Flash Player for folks who have it is well
On 1/27/2016 10:17 AM, Humberto Rodriguez wrote:
> Hello to both:
>
> Here is the code I use:
>
> 
> Src= "http://radiogeneral.com:8000/;;;
> Your browser does not support HTML 5
> 
>
> Copy the above code to an HTML 5 page in your server and try it to make sure 
> it works.  I will have my voice in Spanish announcing my station or the 
> introfile.mp3 and then it will go into the strem.  After you verify it works, 
> replace  the URL with your stream's.
>
> You can replace the notice of the browser not supporting HTML 5 with HTML 
> code that opens Flash Player for those listeners that have it.
>
> Humberto
>
> Humberto Rodriguez
> Fort White, Florida
>
>
> -Original Message-
> From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of DAVID
> Sent: Wednesday, January 27, 2016 4:00 AM
> To: 'PC Audio Discussion List' <pc-audio@pc-audio.org>
> Subject: RE: imbed shoutcast audio on to a website?
>
> I have been looking for that to.
> So pass it my way to thanks.
>
>
> -Original Message-
> From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank 
> Smith, and Seeing-eye dog Iona
> Sent: Wednesday, 27 January 2016 01:01 AM
> To: PC Audio Discussion List
> Subject: imbed shoutcast audio on to a website?
>
> Hello any one know where I can get a html 5 player that will allow me to set 
> it up to play automaticly when some one goes to my website?
> thanks
> Hank
>
>
>
>
>





RE: imbed shoutcast audio on to a website?

2016-01-27 Thread Humberto Rodriguez
What I sent you before was a simplification of my code, without attributes to 
the audio tag.  If you want it to play automatically, you must include 
autostart, if you want a menu to play and stop, put controls also as an 
attribute to the audio label, if you want more controls you can use Java Script.

Here is my actual audio tag:



The important thing was in the src because Shoutcast does not recognize it as a 
stream unless it has a semicolon at the end of the URL.

Regards,

Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank Smith, 
and Seeing-eye dog Iona
Sent: Wednesday, January 27, 2016 1:15 PM
To: PC Audio Discussion List <pc-audio@pc-audio.org>
Subject: Re: imbed shoutcast audio on to a website?

Hello I replaced the html code with the code that you sent me.
I have it in the index.html file
thi sis what I am getting, no sound, and for some reason it looks like 
auto play where you go to the address and it is supposed to start isn't 
working either tried both with internet explorer and chrome with same 
results this is what I am seeing
#
#

0:22
#

the site that I am trying to get this working is
http://hanksmith.net

On 1/27/2016 10:17 AM, Humberto Rodriguez wrote:
> Hello to both:
>
> Here is the code I use:
>
> 
> Src= "http://radiogeneral.com:8000/;;;
> Your browser does not support HTML 5
> 
>
> Copy the above code to an HTML 5 page in your server and try it to make sure 
> it works.  I will have my voice in Spanish announcing my station or the 
> introfile.mp3 and then it will go into the strem.  After you verify it works, 
> replace  the URL with your stream's.
>
> You can replace the notice of the browser not supporting HTML 5 with HTML 
> code that opens Flash Player for those listeners that have it.
>
> Humberto
>
> Humberto Rodriguez
> Fort White, Florida
>
>
> -Original Message-
> From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of DAVID
> Sent: Wednesday, January 27, 2016 4:00 AM
> To: 'PC Audio Discussion List' <pc-audio@pc-audio.org>
> Subject: RE: imbed shoutcast audio on to a website?
>
> I have been looking for that to.
> So pass it my way to thanks.
>
>
> -Original Message-
> From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank 
> Smith, and Seeing-eye dog Iona
> Sent: Wednesday, 27 January 2016 01:01 AM
> To: PC Audio Discussion List
> Subject: imbed shoutcast audio on to a website?
>
> Hello any one know where I can get a html 5 player that will allow me to set 
> it up to play automaticly when some one goes to my website?
> thanks
> Hank
>
>
>
>
>





RE: imbed shoutcast audio on to a website?

2016-01-27 Thread DAVID
I have been looking for that to.
So pass it my way to thanks.


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Hank Smith, 
and Seeing-eye dog Iona
Sent: Wednesday, 27 January 2016 01:01 AM
To: PC Audio Discussion List
Subject: imbed shoutcast audio on to a website?

Hello any one know where I can get a html 5 player that will allow me to set it 
up to play automaticly when some one goes to my website?
thanks
Hank






imbed shoutcast audio on to a website?

2016-01-26 Thread Hank Smith, and Seeing-eye dog Iona
Hello any one know where I can get a html 5 player that will allow me to 
set it up to play automaticly when some one goes to my website?

thanks
Hank




Finding Shoutcast Plugin

2015-09-17 Thread Dan Kerstetter
Where can I obtain a useable version of the Shoutcast plugin?  I've tried
searching on Google and can't seem to locate a working download site.

 

Thanks in advance.

 

Dan

 



older shoutcast server?

2015-02-21 Thread Hank Smith, and Seeing-eye dog Iona

can any one send me the link to the older shoutcast v1 server file?
Hank



Shoutcast and Icecast servers

2014-12-06 Thread DJ Reese
Hi list:

I was wondering is there anyone here using both servers for their internet 
radio broadcasting?  If so, what are the advantages of using both?  Thanks 
in advance.

DJ Reese

Download and install the new Peachtree Radio fM app available in the 
Android, Apple and Black berry app stores today.
Peachtree Radio FM.  where some listen to remember and some listen to 
forget.
www.peachtreeradiofm.com 




Re: shoutcast

2014-08-05 Thread Robert Doc Wright
thanks this can be helpful for the future.

If we can't look at ourselves, and ask, why?  then where does the learning 
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Monday, August 04, 2014 10:28 AM
Subject: RE: shoutcast


The two separate logins are one for the DJ to connect remotely with a DSP
and send in the signal, the other one is for Admin to access the server and
the available reports.
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Monday, August 04, 2014 12:23 PM
To: PC Audio Discussion List
Subject: Re: shoutcast

I looked at the server that shoutcast says is for free but it asks questions

I'm not sure of. It asks for 2 separate logins and I do not know what to
enter.  It has now allowed me to input the port I need but when I connect it

repeats reconnecting.

If we can't look at ourselves, and ask, why?  then where does the learning
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Sunday, August 03, 2014 8:02 AM
Subject: RE: shoutcast


But, cannot your hosting server be changed to receive in one of those ports
they support?  If not, the only other solution I can think of is to install
Shoutcast in your own  VPS and use port 8000.  That is what I do and so far
haven't had any problem using Shoutcast 2.
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Saturday, August 02, 2014 11:46 PM
To: PC Audio Discussion List
Subject: Re: shoutcast

I paid for a hosting service which alotted me a port on their server.  Ever
since the new shoutcast came out  my shoutcast plugin only states that it is

reconnecting.  This is the same results I get with the new shoutcast plugin
I dounloaded from shoutcast.com.

If we can't look at ourselves, and ask, why?  then where does the learning
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Friday, August 01, 2014 3:43 PM
Subject: RE: shoutcast


Is this with your own installation of Shoutcast?  I mean, have you installed
Shoutcast in your server, or do you use their streaming service?  Is there a
problem with using the ports they want?
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Friday, August 01, 2014 5:04 PM
To: PC audio discussion list.
Subject: shoutcast

It seems the new shoutcast owners have made changes that keeps me from being

able to stream.  I can no longer input the port I had been using.  It now
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning
start?













Re: shoutcast

2014-08-04 Thread Robert Doc Wright
I looked at the server that shoutcast says is for free but it asks questions 
I'm not sure of. It asks for 2 separate logins and I do not know what to 
enter.  It has now allowed me to input the port I need but when I connect it 
repeats reconnecting.

If we can't look at ourselves, and ask, why?  then where does the learning 
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Sunday, August 03, 2014 8:02 AM
Subject: RE: shoutcast


But, cannot your hosting server be changed to receive in one of those ports
they support?  If not, the only other solution I can think of is to install
Shoutcast in your own  VPS and use port 8000.  That is what I do and so far
haven't had any problem using Shoutcast 2.
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Saturday, August 02, 2014 11:46 PM
To: PC Audio Discussion List
Subject: Re: shoutcast

I paid for a hosting service which alotted me a port on their server.  Ever
since the new shoutcast came out  my shoutcast plugin only states that it is

reconnecting.  This is the same results I get with the new shoutcast plugin
I dounloaded from shoutcast.com.

If we can't look at ourselves, and ask, why?  then where does the learning
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Friday, August 01, 2014 3:43 PM
Subject: RE: shoutcast


Is this with your own installation of Shoutcast?  I mean, have you installed
Shoutcast in your server, or do you use their streaming service?  Is there a
problem with using the ports they want?
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Friday, August 01, 2014 5:04 PM
To: PC audio discussion list.
Subject: shoutcast

It seems the new shoutcast owners have made changes that keeps me from being

able to stream.  I can no longer input the port I had been using.  It now
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning
start?










RE: shoutcast

2014-08-04 Thread Humberto Rodriguez
The two separate logins are one for the DJ to connect remotely with a DSP
and send in the signal, the other one is for Admin to access the server and
the available reports.
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Monday, August 04, 2014 12:23 PM
To: PC Audio Discussion List
Subject: Re: shoutcast

I looked at the server that shoutcast says is for free but it asks questions

I'm not sure of. It asks for 2 separate logins and I do not know what to 
enter.  It has now allowed me to input the port I need but when I connect it

repeats reconnecting.

If we can't look at ourselves, and ask, why?  then where does the learning 
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Sunday, August 03, 2014 8:02 AM
Subject: RE: shoutcast


But, cannot your hosting server be changed to receive in one of those ports
they support?  If not, the only other solution I can think of is to install
Shoutcast in your own  VPS and use port 8000.  That is what I do and so far
haven't had any problem using Shoutcast 2.
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Saturday, August 02, 2014 11:46 PM
To: PC Audio Discussion List
Subject: Re: shoutcast

I paid for a hosting service which alotted me a port on their server.  Ever
since the new shoutcast came out  my shoutcast plugin only states that it is

reconnecting.  This is the same results I get with the new shoutcast plugin
I dounloaded from shoutcast.com.

If we can't look at ourselves, and ask, why?  then where does the learning
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Friday, August 01, 2014 3:43 PM
Subject: RE: shoutcast


Is this with your own installation of Shoutcast?  I mean, have you installed
Shoutcast in your server, or do you use their streaming service?  Is there a
problem with using the ports they want?
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Friday, August 01, 2014 5:04 PM
To: PC audio discussion list.
Subject: shoutcast

It seems the new shoutcast owners have made changes that keeps me from being

able to stream.  I can no longer input the port I had been using.  It now
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning
start?











Re: shoutcast

2014-08-02 Thread Robert Doc Wright
I paid for a hosting service which alotted me a port on their server.  Ever 
since the new shoutcast came out  my shoutcast plugin only states that it is 
reconnecting.  This is the same results I get with the new shoutcast plugin 
I dounloaded from shoutcast.com.

If we can't look at ourselves, and ask, why?  then where does the learning 
start?

- Original Message - 
From: Humberto Rodriguez s...@hrfinancial.com
To: 'PC Audio Discussion List' pc-audio@pc-audio.org
Sent: Friday, August 01, 2014 3:43 PM
Subject: RE: shoutcast


Is this with your own installation of Shoutcast?  I mean, have you installed
Shoutcast in your server, or do you use their streaming service?  Is there a
problem with using the ports they want?
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Friday, August 01, 2014 5:04 PM
To: PC audio discussion list.
Subject: shoutcast

It seems the new shoutcast owners have made changes that keeps me from being

able to stream.  I can no longer input the port I had been using.  It now
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning
start?







shoutcast

2014-08-01 Thread Robert Doc Wright
It seems the new shoutcast owners have made changes that keeps me from being 
able to stream.  I can no longer input the port I had been using.  It now 
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning 
start?




RE: shoutcast

2014-08-01 Thread Humberto Rodriguez
Is this with your own installation of Shoutcast?  I mean, have you installed
Shoutcast in your server, or do you use their streaming service?  Is there a
problem with using the ports they want?
Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of Robert
Doc Wright
Sent: Friday, August 01, 2014 5:04 PM
To: PC audio discussion list. 
Subject: shoutcast

It seems the new shoutcast owners have made changes that keeps me from being

able to stream.  I can no longer input the port I had been using.  It now 
forces port 8000 or 65350.


If we can't look at ourselves, and ask, why?  then where does the learning 
start?





shoutcast

2014-04-01 Thread Robert Doc Wright
I am having problems with winamp and shoutcast and it buffering a lot  when 
it was working fine yesterday.  I have a showing this evening. Is there an 
alternative I can use in winamp other than shoutcast?

If we can't look at ourselves, and ask, why?  then where does the learning 
start?




Important Shoutcast changes

2014-02-19 Thread Steve Pattison

Hi all,

During the transition period where Radionomy take over from AOL as the 
owners of Winamp there are some changes being made to Shoutcast. You can 
read the details at


http://forums.winamp.com/showthread.php?t=375305

Regards Steve.



Problems with Shoutcast server

2014-02-12 Thread Londa Peterson
I tried to send this earlier, but I never saw it, so I don't think it made it 
to the list. I am pasting a message from one of our computer professionals to 
station Playlist Support. They said that the problem is actually the shoutcast 
server. From the logs included in this message, does anyone have any ideas of 
how we might fix this? Thanks.\

Greetings. I am writing on behalf or Vision Resources of Central PA (formerly 
Tri-County Assoc. for the Blind). We have been experiencing intermittent 
problems with the Windows 7 SP1 PC locking up, and taking our broadcast 
offline. While examining the Windows Event Viewer, today, the Windows 
Application Log showed the following error occurring several times a second. It 
ended when we re-started the computer. As there were so many errors, the log 
was fill, having started sometime before 4 AM. 

 

***

Log Name:  Application

Source:sc_serv2

Date:  2/11/2014 4:46:00 AM

Event ID:  1

Task Category: None

Level: Error

Keywords:  Classic

User:  N/A

Computer:  RadioReading-PC

Description:

2014-02-11 04:46:00   sc_serv2   msg:[DST 71.58.125.176:52362 sid=1] 
SHOUTcast 2 client connection rejected. Stream not available. WinampMPEG/5.62, 
Ultravox/2.1  

Event Xml:

Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event;

  System

Provider Name=sc_serv2 /

EventID Qualifiers=491521/EventID

Level2/Level

Task0/Task

Keywords0x80/Keywords

TimeCreated SystemTime=2014-02-11T09:46:00.0Z /

EventRecordID1687121/EventRecordID

ChannelApplication/Channel

ComputerRadioReading-PC/Computer

Security /

  /System

  EventData

Data2014-02-11 04:46:00  sc_serv2   msg:[DST 71.58.125.176:52362 
sid=1] SHOUTcast 2 client connection rejected. Stream not available. 
WinampMPEG/5.62, Ultravox/2.1/Data

  /EventData

/Event



 

From the same log, these two errors occurred serveral times, each, since PC 
was re-booted and brought back online just before noon, today.

 



Log Name:  Application

Source:sc_serv2

Date:  2/11/2014 11:40:40 AM

Event ID:  1

Task Category: None

Level: Error

Keywords:  Classic

User:  N/A

Computer:  RadioReading-PC

Description:

2014-02-11 11:40:40   sc_serv2   msg:[DST 71.58.125.176:58841 sid=1] 
Socket error while waiting to send data. err=Software caused connection 
abort.(10053)  

Event Xml:

Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event;

  System

Provider Name=sc_serv2 /

EventID Qualifiers=491521/EventID

Level2/Level

Task0/Task

Keywords0x80/Keywords

TimeCreated SystemTime=2014-02-11T16:40:40.0Z /

EventRecordID1726328/EventRecordID

ChannelApplication/Channel

ComputerRadioReading-PC/Computer

Security /

  /System

  EventData

Data2014-02-11 11:40:40  sc_serv2   msg:[DST 71.58.125.176:58841 
sid=1] Socket error while waiting to send data. err=Software caused connection 
abort.(10053)/Data

  /EventData

/Event

***

Log Name:  Application

Source:sc_serv2

Date:  2/11/2014 12:02:18 PM

Event ID:  1

Task Category: None

Level: Error

Keywords:  Classic

User:  N/A

Computer:  RadioReading-PC

Description:

2014-02-11 12:02:17   sc_serv2   msg:[SRC 127.0.0.1:62979 sid=1] 
Socket error while waiting for stream data. err=Connection reset by 
peer.(10054)  

Event Xml:

Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event;

  System

Provider Name=sc_serv2 /

EventID Qualifiers=491521/EventID

Level2/Level

Task0/Task

Keywords0x80/Keywords

TimeCreated SystemTime=2014-02-11T17:02:18.0Z /

EventRecordID1726329/EventRecordID

ChannelApplication/Channel

ComputerRadioReading-PC/Computer

Security /

  /System

  EventData

Data2014-02-11 12:02:17  sc_serv2   msg:[SRC 127.0.0.1:62979 sid=1] 
Socket error while waiting for stream data. err=Connection reset by 
peer.(10054)/Data

  /EventData

/Event

***

Log Name:  Application

Source:sc_serv2

Date:  2/11/2014 6:15:37 PM

Event ID:  1

Task Category: None

Level: Error

Keywords:  Classic

User:  N/A

Computer:  RadioReading-PC

Description:

2014-02-11 18:15:37   sc_serv2   msg:[DST 173.163.16.121:64614 sid=1] 
Socket error while waiting to send data. err=Connection reset by peer.(10054)  

Event Xml:

Event xmlns=http://schemas.microsoft.com/win/2004/08/events/event;

  System

Provider Name=sc_serv2 /

EventID Qualifiers=491521/EventID

Level2/Level

Task0/Task

Keywords0x80/Keywords

Re: Shoutcast

2013-12-01 Thread Petro T. Giannakopoulos
Is the Logitech Squeezebox U.E. that you mentioned useable by a blind person as 
long as he uses PC's web interface to control it.



  - Original Message - 
  From: Dane Trethowan 
  To: PC Audio Discussion List 
  Sent: Saturday, November 30, 2013 11:29 PM
  Subject: Re: Shoutcast


  I don't know these radios, if it can play music then it most likely can use a 
media Server and you can set that up on your computer if you like but the big 
question would be  how to control the media Server from your Radio.

  With the Sangean WRF28D and the Logitech Squeezebox U.E. that's easily enough 
done via a web interface or an IOS app.


  On 1 Dec 2013, at 2:54 pm, Salien Brown say...@gmail.com wrote:

   Do you know of a media server I can use to work with my Grace Digital 
Internet radio? I'm running Windows 7 with JAWS 15. Thanks.
   
   At 10:16 PM 11/30/2013, you wrote:
   Hi!
   
   We were discussing Shoutcast Players a week or so ago.
   
   I'm happy to inform the list that I found another Shoutcast Player in the 
for of an IOS App, look for Media Connect in the iTunes store.
   
   Its a very powerful App allowing not only the playing of just about every 
media you can think of from your iPhone but is also gives you access to your 
Media Server on your home network if you have one.
   
   If you don't have a media server on your home network and you like to 
listen to music then I would strongly suggest you take some time and set one up 
as they're truly amazing particularly when you can manipulate them through Apps 
such as Media Connect, Surround-Sound Receivers, Net compatible Radios such as 
the Sangean WRF28D and Logitech Squeezebox/U.E. range etc.
   
   
   
   **
   
   Dane Trethowan
   Skype: grtdane12
   Phone US (213) 438-9741
   Phone U.K. 01245 79 0598
   Phone Australia (03) 9005 8589
   Mobile: +61400494862
   Fax +61397437954
   
   


  **

  Dane Trethowan
  Skype: grtdane12
  Phone US (213) 438-9741
  Phone U.K. 01245 79 0598
  Phone Australia (03) 9005 8589
  Mobile: +61400494862
  Fax +61397437954




Re: Shoutcast

2013-12-01 Thread Dane Trethowan
Here's the Podcast
https://dl.dropboxusercontent.com/u/10565527/Squeezebox%2001.mp3

On 1 Dec 2013, at 9:36 pm, Petro T. Giannakopoulos petro...@clear.net wrote:

 Is the Logitech Squeezebox U.E. that you mentioned useable by a blind person 
 as long as he uses PC's web interface to control it.
 
 
 
  - Original Message - 
  From: Dane Trethowan 
  To: PC Audio Discussion List 
  Sent: Saturday, November 30, 2013 11:29 PM
  Subject: Re: Shoutcast
 
 
  I don't know these radios, if it can play music then it most likely can use 
 a media Server and you can set that up on your computer if you like but the 
 big question would be  how to control the media Server from your Radio.
 
  With the Sangean WRF28D and the Logitech Squeezebox U.E. that's easily 
 enough done via a web interface or an IOS app.
 
 
  On 1 Dec 2013, at 2:54 pm, Salien Brown say...@gmail.com wrote:
 
 Do you know of a media server I can use to work with my Grace Digital 
 Internet radio? I'm running Windows 7 with JAWS 15. Thanks.
 
 At 10:16 PM 11/30/2013, you wrote:
 Hi!
 
 We were discussing Shoutcast Players a week or so ago.
 
 I'm happy to inform the list that I found another Shoutcast Player in the 
 for of an IOS App, look for Media Connect in the iTunes store.
 
 Its a very powerful App allowing not only the playing of just about every 
 media you can think of from your iPhone but is also gives you access to 
 your Media Server on your home network if you have one.
 
 If you don't have a media server on your home network and you like to 
 listen to music then I would strongly suggest you take some time and set 
 one up as they're truly amazing particularly when you can manipulate them 
 through Apps such as Media Connect, Surround-Sound Receivers, Net 
 compatible Radios such as the Sangean WRF28D and Logitech Squeezebox/U.E. 
 range etc.
 
 
 
 **
 
 Dane Trethowan
 Skype: grtdane12
 Phone US (213) 438-9741
 Phone U.K. 01245 79 0598
 Phone Australia (03) 9005 8589
 Mobile: +61400494862
 Fax +61397437954
 
 
 
 
  **
 
  Dane Trethowan
  Skype: grtdane12
  Phone US (213) 438-9741
  Phone U.K. 01245 79 0598
  Phone Australia (03) 9005 8589
  Mobile: +61400494862
  Fax +61397437954
 
 


**

Dane Trethowan
Skype: grtdane12
Phone US (213) 438-9741
Phone U.K. 01245 79 0598
Phone Australia (03) 9005 8589
Mobile: +61400494862
Fax +61397437954





Shoutcast

2013-11-30 Thread Dane Trethowan
Hi!

We were discussing Shoutcast Players a week or so ago.

I'm happy to inform the list that I found another Shoutcast Player in the for 
of an IOS App, look for Media Connect in the iTunes store.

Its a very powerful App allowing not only the playing of just about every media 
you can think of from your iPhone but is also gives you access to your Media 
Server on your home network if you have one.

If you don't have a media server on your home network and you like to listen to 
music then I would strongly suggest you take some time and set one up as 
they're truly amazing particularly when you can manipulate them through Apps 
such as Media Connect, Surround-Sound Receivers, Net compatible Radios such as 
the Sangean WRF28D and Logitech Squeezebox/U.E. range etc.



**

Dane Trethowan
Skype: grtdane12
Phone US (213) 438-9741
Phone U.K. 01245 79 0598
Phone Australia (03) 9005 8589
Mobile: +61400494862
Fax +61397437954





Re: Shoutcast

2013-11-30 Thread Salien Brown
Do you know of a media server I can use to work with my Grace Digital 
Internet radio? I'm running Windows 7 with JAWS 15. Thanks.


At 10:16 PM 11/30/2013, you wrote:

Hi!

We were discussing Shoutcast Players a week or so ago.

I'm happy to inform the list that I found another Shoutcast Player 
in the for of an IOS App, look for Media Connect in the iTunes store.


Its a very powerful App allowing not only the playing of just about 
every media you can think of from your iPhone but is also gives you 
access to your Media Server on your home network if you have one.


If you don't have a media server on your home network and you like 
to listen to music then I would strongly suggest you take some time 
and set one up as they're truly amazing particularly when you can 
manipulate them through Apps such as Media Connect, Surround-Sound 
Receivers, Net compatible Radios such as the Sangean WRF28D and 
Logitech Squeezebox/U.E. range etc.




**

Dane Trethowan
Skype: grtdane12
Phone US (213) 438-9741
Phone U.K. 01245 79 0598
Phone Australia (03) 9005 8589
Mobile: +61400494862
Fax +61397437954





Re: Shoutcast

2013-11-30 Thread Dane Trethowan
I don't know these radios, if it can play music then it most likely can use a 
media Server and you can set that up on your computer if you like but the big 
question would be  how to control the media Server from your Radio.

With the Sangean WRF28D and the Logitech Squeezebox U.E. that's easily enough 
done via a web interface or an IOS app.


On 1 Dec 2013, at 2:54 pm, Salien Brown say...@gmail.com wrote:

 Do you know of a media server I can use to work with my Grace Digital 
 Internet radio? I'm running Windows 7 with JAWS 15. Thanks.
 
 At 10:16 PM 11/30/2013, you wrote:
 Hi!
 
 We were discussing Shoutcast Players a week or so ago.
 
 I'm happy to inform the list that I found another Shoutcast Player in the 
 for of an IOS App, look for Media Connect in the iTunes store.
 
 Its a very powerful App allowing not only the playing of just about every 
 media you can think of from your iPhone but is also gives you access to your 
 Media Server on your home network if you have one.
 
 If you don't have a media server on your home network and you like to listen 
 to music then I would strongly suggest you take some time and set one up as 
 they're truly amazing particularly when you can manipulate them through Apps 
 such as Media Connect, Surround-Sound Receivers, Net compatible Radios such 
 as the Sangean WRF28D and Logitech Squeezebox/U.E. range etc.
 
 
 
 **
 
 Dane Trethowan
 Skype: grtdane12
 Phone US (213) 438-9741
 Phone U.K. 01245 79 0598
 Phone Australia (03) 9005 8589
 Mobile: +61400494862
 Fax +61397437954
 
 


**

Dane Trethowan
Skype: grtdane12
Phone US (213) 438-9741
Phone U.K. 01245 79 0598
Phone Australia (03) 9005 8589
Mobile: +61400494862
Fax +61397437954





Shoutcast Server question

2013-11-25 Thread DJ Reese
Trying to automatically kick stream wrippers off within 12 hours.

Under configurations/settings/advance there's a setting that states, always
disconnect listeners after.  I set it for 720 which I understand means,
disconnect any listeners who have been connected for over 12 hours.
However, I still keep getting listeners who go past this limit forcing me to
manually kick them myself.  Any idea why the 720 minute setting isn't
working for me.  This is shoutcast version 1.  Thanks.

DJ Reese


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-21 Thread Petro T. Giannakopoulos
More info on where to find the movies? Are they religious related?


  - Original Message - 
  From: Robert Doc Wright 
  To: PC Audio Discussion List 
  Sent: Wednesday, November 20, 2013 7:41 PM
  Subject: Re: players that use shoutcast


  I have a shoutcast server and on tuesdays and Fridays I stream movies.  It 
  would be a benefit if I had a player that used shoutcast and would give me 
  the ability to schedule the time for the movie and play it
  ***
When you give unto others whether or not they give to you in return, It 
  matters not for your job is  Complete  and your rewards forthcoming.

  - Original Message - 
  From: Petro T. Giannakopoulos petro...@clear.net
  To: PC Audio Discussion List pc-audio@pc-audio.org
  Sent: Wednesday, November 20, 2013 3:45 AM
  Subject: Re: players that use shoutcast


  If I may ask, what are you trying to do here? Record a stream or play back a 
  specific archived file at a specific time?



- Original Message - 
From: Robert Doc Wright
To: PC audio discussion list.
Sent: Wednesday, November 20, 2013 5:26 AM
Subject: players that use shoutcast


Is there a player other than winamp that uses shoutcast that also will 
  allow
me to schedule a start time?
***
  When you give unto others whether or not they give to you in return, It
matters not for your job is  Complete  and your rewards forthcoming.


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org
  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-21 Thread Petro T. Giannakopoulos
URL is?


  - Original Message - 
  From: Robert Doc Wright 
  To: PC Audio Discussion List 
  Sent: Thursday, November 21, 2013 3:56 PM
  Subject: Re: players that use shoutcast


  Not all. tuesdays are more colorful movies and Fridays are family movies.
  ***
When you give unto others whether or not they give to you in return, It 
  matters not for your job is  Complete  and your rewards forthcoming.

  - Original Message - 
  From: Petro T. Giannakopoulos petro...@clear.net
  To: PC Audio Discussion List pc-audio@pc-audio.org
  Sent: Thursday, November 21, 2013 4:10 AM
  Subject: Re: players that use shoutcast


  More info on where to find the movies? Are they religious related?


- Original Message - 
From: Robert Doc Wright
To: PC Audio Discussion List
Sent: Wednesday, November 20, 2013 7:41 PM
Subject: Re: players that use shoutcast


I have a shoutcast server and on tuesdays and Fridays I stream movies.  It
would be a benefit if I had a player that used shoutcast and would give me
the ability to schedule the time for the movie and play it
***
  When you give unto others whether or not they give to you in return, It
matters not for your job is  Complete  and your rewards forthcoming.

- Original Message - 
From: Petro T. Giannakopoulos petro...@clear.net
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, November 20, 2013 3:45 AM
Subject: Re: players that use shoutcast


If I may ask, what are you trying to do here? Record a stream or play back 
  a
specific archived file at a specific time?



  - Original Message - 
  From: Robert Doc Wright
  To: PC audio discussion list.
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast


  Is there a player other than winamp that uses shoutcast that also will
allow
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, 
  It
  matters not for your job is  Complete  and your rewards forthcoming.


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org
  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-21 Thread Robert Doc Wright
shoutcast is used for broadcasting streams over the internet.
***
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.

- Original Message - 
From: shyam sharma shyam371...@gmail.com
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, November 20, 2013 11:19 PM
Subject: Re: players that use shoutcast


hi friends, what is this shoutcast?

On 11/21/13, Robert Doc Wright godfea...@wrighthere.net wrote:
 I have a shoutcast server and on tuesdays and Fridays I stream movies.  It
 would be a benefit if I had a player that used shoutcast and would give me
 the ability to schedule the time for the movie and play it
 ***
   When you give unto others whether or not they give to you in return, It
 matters not for your job is  Complete  and your rewards forthcoming.

 - Original Message -
 From: Petro T. Giannakopoulos petro...@clear.net
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, November 20, 2013 3:45 AM
 Subject: Re: players that use shoutcast


 If I may ask, what are you trying to do here? Record a stream or play back 
 a

 specific archived file at a specific time?



   - Original Message -
   From: Robert Doc Wright
   To: PC audio discussion list.
   Sent: Wednesday, November 20, 2013 5:26 AM
   Subject: players that use shoutcast


   Is there a player other than winamp that uses shoutcast that also will
 allow
   me to schedule a start time?
   ***
 When you give unto others whether or not they give to you in return, 
 It
   matters not for your job is  Complete  and your rewards forthcoming.


   To unsubscribe from this list, send a blank email to:
   pc-audio-unsubscr...@pc-audio.org
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org


 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-21 Thread Dane Trethowan
VLC supports this.


On 22 Nov 2013, at 7:54 am, Robert Doc Wright godfea...@wrighthere.net wrote:

 shoutcast is used for broadcasting streams over the internet.
 ***
  When you give unto others whether or not they give to you in return, It 
 matters not for your job is  Complete  and your rewards forthcoming.
 
 - Original Message - 
 From: shyam sharma shyam371...@gmail.com
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, November 20, 2013 11:19 PM
 Subject: Re: players that use shoutcast
 
 
 hi friends, what is this shoutcast?
 
 On 11/21/13, Robert Doc Wright godfea...@wrighthere.net wrote:
 I have a shoutcast server and on tuesdays and Fridays I stream movies.  It
 would be a benefit if I had a player that used shoutcast and would give me
 the ability to schedule the time for the movie and play it
 ***
  When you give unto others whether or not they give to you in return, It
 matters not for your job is  Complete  and your rewards forthcoming.
 
 - Original Message -
 From: Petro T. Giannakopoulos petro...@clear.net
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, November 20, 2013 3:45 AM
 Subject: Re: players that use shoutcast
 
 
 If I may ask, what are you trying to do here? Record a stream or play back 
 a
 
 specific archived file at a specific time?
 
 
 
  - Original Message -
  From: Robert Doc Wright
  To: PC audio discussion list.
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast
 
 
  Is there a player other than winamp that uses shoutcast that also will
 allow
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, 
 It
  matters not for your job is  Complete  and your rewards forthcoming.
 
 
  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org
 
 
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org
 
 
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org
 
 
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org


**

Dane Trethowan
Skype: grtdane12
Phone US (213) 438-9741
Phone U.K. 01245 79 0598
Phone Australia (03) 9005 8589
Mobile: +61400494862
Fax +61397437954



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-21 Thread Robert Doc Wright
Not all. tuesdays are more colorful movies and Fridays are family movies.
***
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.

- Original Message - 
From: Petro T. Giannakopoulos petro...@clear.net
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Thursday, November 21, 2013 4:10 AM
Subject: Re: players that use shoutcast


More info on where to find the movies? Are they religious related?


  - Original Message - 
  From: Robert Doc Wright
  To: PC Audio Discussion List
  Sent: Wednesday, November 20, 2013 7:41 PM
  Subject: Re: players that use shoutcast


  I have a shoutcast server and on tuesdays and Fridays I stream movies.  It
  would be a benefit if I had a player that used shoutcast and would give me
  the ability to schedule the time for the movie and play it
  ***
When you give unto others whether or not they give to you in return, It
  matters not for your job is  Complete  and your rewards forthcoming.

  - Original Message - 
  From: Petro T. Giannakopoulos petro...@clear.net
  To: PC Audio Discussion List pc-audio@pc-audio.org
  Sent: Wednesday, November 20, 2013 3:45 AM
  Subject: Re: players that use shoutcast


  If I may ask, what are you trying to do here? Record a stream or play back 
a
  specific archived file at a specific time?



- Original Message - 
From: Robert Doc Wright
To: PC audio discussion list.
Sent: Wednesday, November 20, 2013 5:26 AM
Subject: players that use shoutcast


Is there a player other than winamp that uses shoutcast that also will
  allow
me to schedule a start time?
***
  When you give unto others whether or not they give to you in return, 
It
matters not for your job is  Complete  and your rewards forthcoming.


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org
  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


players that use shoutcast

2013-11-20 Thread Robert Doc Wright
Is there a player other than winamp that uses shoutcast that also will allow 
me to schedule a start time?
***
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-20 Thread Petro T. Giannakopoulos
How is this done with Winamp the schedule start time? Should I call you via 
Skype?


  - Original Message - 
  From: Robert Doc Wright 
  To: PC audio discussion list. 
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast


  Is there a player other than winamp that uses shoutcast that also will allow 
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, It 
  matters not for your job is  Complete  and your rewards forthcoming.


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-20 Thread Petro T. Giannakopoulos
If I may ask, what are you trying to do here? Record a stream or play back a 
specific archived file at a specific time? 



  - Original Message - 
  From: Robert Doc Wright 
  To: PC audio discussion list. 
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast


  Is there a player other than winamp that uses shoutcast that also will allow 
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, It 
  matters not for your job is  Complete  and your rewards forthcoming.


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-20 Thread Robert Doc Wright
I am looking for a player that will allow me to set a start time. Winamp 
does not have this feature

***
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.

- Original Message - 
From: Petro T. Giannakopoulos petro...@clear.net
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, November 20, 2013 3:38 AM
Subject: Re: players that use shoutcast


How is this done with Winamp the schedule start time? Should I call you via 
Skype?


  - Original Message - 
  From: Robert Doc Wright
  To: PC audio discussion list.
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast


  Is there a player other than winamp that uses shoutcast that also will 
allow
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, It
  matters not for your job is  Complete  and your rewards forthcoming.


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-20 Thread Robert Doc Wright
I have a shoutcast server and on tuesdays and Fridays I stream movies.  It 
would be a benefit if I had a player that used shoutcast and would give me 
the ability to schedule the time for the movie and play it
***
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.

- Original Message - 
From: Petro T. Giannakopoulos petro...@clear.net
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, November 20, 2013 3:45 AM
Subject: Re: players that use shoutcast


If I may ask, what are you trying to do here? Record a stream or play back a 
specific archived file at a specific time?



  - Original Message - 
  From: Robert Doc Wright
  To: PC audio discussion list.
  Sent: Wednesday, November 20, 2013 5:26 AM
  Subject: players that use shoutcast


  Is there a player other than winamp that uses shoutcast that also will 
allow
  me to schedule a start time?
  ***
When you give unto others whether or not they give to you in return, It
  matters not for your job is  Complete  and your rewards forthcoming.


  To unsubscribe from this list, send a blank email to:
  pc-audio-unsubscr...@pc-audio.org
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: players that use shoutcast

2013-11-20 Thread shyam sharma
hi friends, what is this shoutcast?

On 11/21/13, Robert Doc Wright godfea...@wrighthere.net wrote:
 I have a shoutcast server and on tuesdays and Fridays I stream movies.  It
 would be a benefit if I had a player that used shoutcast and would give me
 the ability to schedule the time for the movie and play it
 ***
   When you give unto others whether or not they give to you in return, It
 matters not for your job is  Complete  and your rewards forthcoming.

 - Original Message -
 From: Petro T. Giannakopoulos petro...@clear.net
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, November 20, 2013 3:45 AM
 Subject: Re: players that use shoutcast


 If I may ask, what are you trying to do here? Record a stream or play back a

 specific archived file at a specific time?



   - Original Message -
   From: Robert Doc Wright
   To: PC audio discussion list.
   Sent: Wednesday, November 20, 2013 5:26 AM
   Subject: players that use shoutcast


   Is there a player other than winamp that uses shoutcast that also will
 allow
   me to schedule a start time?
   ***
 When you give unto others whether or not they give to you in return, It
   matters not for your job is  Complete  and your rewards forthcoming.


   To unsubscribe from this list, send a blank email to:
   pc-audio-unsubscr...@pc-audio.org
 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org


 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: PHP and Shoutcast

2013-05-05 Thread john

Hi John,

I've not done much in internet broadcasting but did a little with shoutcast. 
If you are looking for a large number of listeners, have you looked at third 
party streaming hosts like:

http://www.listen2myradio.com/

As far as I know, when you host your own streaming server, the number of 
listeners is restricted to things like server hardware, isp host etc. When I 
dabbled on my 4gb ram pc with adsl isp host of 256kps up stream, I only got 
5/6 concurrent listeners at 128bit streams before it started buffering.


So by making use of a third party streaming host, you only have to maintain 
the stream to the host, while your listeners get their streams from the 
host.


hth, John
- Original Message - 
From: John Chilelli j...@neo.rr.com

To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Sunday, May 05, 2013 6:47 AM
Subject: Re: PHP and Shoutcast



Hi Humberto,

I am wanting seriously to do a internet radio broadcast and was wondering 
if shoutcast was the way to go. I don't want to just broadcast to a few 
folks, but to mmany many. I am truly a greenhorn concerning all of this 
stuff. I have a MacBook Pro that I am just learning and I am running a 
Kruzweil K2600 keyboard through an Allen - Heath Zed 12FX mixer that I 
just got today. I have a lot to learn and I was also wondering if you 
would point me to some simple but good tutorials or podcasts on this 
subject?


Thanks much,

Blessings,

John
On 5/1/2013 9:53 PM, Humberto Rodriguez wrote:

Hello all,

I have installed Shoutcast 2 in my VPS and have figured out how to obtain
stats and more, but although I am able to easy start, stop and restart 
the

server in the background from the command line or with a shell script, I
have not been able to do it from a PHP script from the browser, for easy
management.  The shell_exec() function does not do it, for some reason
uncomprehended by me.

I have searched extensively in Google and Winamp without success.  Any 
ideas

of how to do it, or where to find the answer?

TIA,

Humberto



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org




To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org




To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


RE: PHP and Shoutcast

2013-05-05 Thread Humberto Rodriguez
Hello John:

Just as another John already answered you, a DSL connection is not enough to
broadcast from home to many listeners.  I have 768 kb upload speed and is
not enough.  Similarly, many services that offer streaming overload their
systems with the result of periodic fading of the signal at peak hours, so
you must either contract a reputable streaming service or set up your own in
a VPS or dedicated server.

As far as software, the two major ones are Shoutcast and Icecast, they are
both free; to manage the streaming server, unless you write your own
software, there are likewise two major options: Centova Cast and WHMSonic,
neither one is free.

As far as tutorials, you may find some at www.centova.com and
www.shoutcast.com but the best I found is at www.mushroomfm.com.  However,
there is a lot to learn, you will need to go to Google and do some research
as problems present themselves.

I am using Shoutcast 2 in my VPS and trying to script my way to handle it
without Centova or WHMSonic, a complex task for which I have found little
help.  My previous message to this list went unanswered and although I have
looked extensively in forums, still have some difficulties.

Regards,

Humberto


-Original Message-
From: Pc-audio [mailto:pc-audio-boun...@pc-audio.org] On Behalf Of John
Chilelli
Sent: Sunday, May 05, 2013 1:47 AM
To: PC Audio Discussion List
Subject: Re: PHP and Shoutcast

Hi Humberto,

I am wanting seriously to do a internet radio broadcast and was 
wondering if shoutcast was the way to go. I don't want to just broadcast 
to a few folks, but to mmany many. I am truly a greenhorn concerning all 
of this stuff. I have a MacBook Pro that I am just learning and I am 
running a Kruzweil K2600 keyboard through an Allen - Heath Zed 12FX 
mixer that I just got today. I have a lot to learn and I was also 
wondering if you would point me to some simple but good tutorials or 
podcasts on this subject?

Thanks much,

Blessings,

John
On 5/1/2013 9:53 PM, Humberto Rodriguez wrote:
 Hello all,

 I have installed Shoutcast 2 in my VPS and have figured out how to obtain
 stats and more, but although I am able to easy start, stop and restart the
 server in the background from the command line or with a shell script, I
 have not been able to do it from a PHP script from the browser, for easy
 management.  The shell_exec() function does not do it, for some reason
 uncomprehended by me.

 I have searched extensively in Google and Winamp without success.  Any
ideas
 of how to do it, or where to find the answer?

 TIA,

 Humberto



 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: PHP and Shoutcast

2013-05-04 Thread John Chilelli

Hi Humberto,

I am wanting seriously to do a internet radio broadcast and was 
wondering if shoutcast was the way to go. I don't want to just broadcast 
to a few folks, but to mmany many. I am truly a greenhorn concerning all 
of this stuff. I have a MacBook Pro that I am just learning and I am 
running a Kruzweil K2600 keyboard through an Allen - Heath Zed 12FX 
mixer that I just got today. I have a lot to learn and I was also 
wondering if you would point me to some simple but good tutorials or 
podcasts on this subject?


Thanks much,

Blessings,

John
On 5/1/2013 9:53 PM, Humberto Rodriguez wrote:

Hello all,

I have installed Shoutcast 2 in my VPS and have figured out how to obtain
stats and more, but although I am able to easy start, stop and restart the
server in the background from the command line or with a shell script, I
have not been able to do it from a PHP script from the browser, for easy
management.  The shell_exec() function does not do it, for some reason
uncomprehended by me.

I have searched extensively in Google and Winamp without success.  Any ideas
of how to do it, or where to find the answer?

TIA,

Humberto



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org




To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


PHP and Shoutcast

2013-05-01 Thread Humberto Rodriguez
Hello all,

I have installed Shoutcast 2 in my VPS and have figured out how to obtain
stats and more, but although I am able to easy start, stop and restart the
server in the background from the command line or with a shell script, I
have not been able to do it from a PHP script from the browser, for easy
management.  The shell_exec() function does not do it, for some reason
uncomprehended by me.

I have searched extensively in Google and Winamp without success.  Any ideas
of how to do it, or where to find the answer?

TIA,

Humberto



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


shoutcast

2013-04-25 Thread Robert Doc Wright
I am running shoutcast through winamp 5.63.  When I stream anything the 
stream seems to speed up for about 1.5 seconds on every track played.  Is 
there a way to fix this?
  When you give unto others whether or not they give to you in return, It 
matters not for your job is  Complete  and your rewards forthcoming.


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


shoutcast isn't working

2012-10-26 Thread dennis
anyone else having a problem with shoutcast.com not working properly? i'm using 
latest version of jaws with latest version of winamp on a xp machine.
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Question on Shoutcast/WHMSonic

2012-04-11 Thread Humberto Rodriguez
Hello and pardon me for the cross posting,

I have used Icecast2 and Centova for some time, but am now looking at
Shoutcast and the WHMSonic panel, which is much simpler an definitely more
accesible. As most of you know, the great difficulty with Centova is having
to drag audio files into the playlists.

With WHMSonic you don't have to do that, but I wonder if any of you can help
me with two things:

First, I haven't found how to show at my webpage the song that is playing or
the number of listeners.  That was simple with Icecast, but must also be
possible with Shoutcast/WHMSonic, because it shows on Tapin Radio.  There
mus be either PHP or Java Script code to do it.

The other thing I need is to configure playlists to play at certain
intervals, such as every half hour to identify the station or a promo every
three or four songs.  I don't know if it is possible, and if so, how to do
it. 

The website for whmsonic.com has only videos with screen capture, no written
manual and the FAQs are out of order.  I have looked extensively in Google
without luck.  If someone has a manual for WHMSonic I would greatly
appreciate it.

Humberto



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: shoutcast help

2010-09-04 Thread george leon
could you please send me a link to your radiostation, I will try to
login and I maybe able to help.

On 8/31/10, Rishi D Mack rm...@torresfoundation.org wrote:
 hi guys, anytime someone tries to connect to my radiostation, they get
 access denied. can someone help?


 To unsubscribe from this list, send a blank email to:
 pc-audio-unsubscr...@pc-audio.org



-- 
Bunny

To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


shoutcast help

2010-09-01 Thread Rishi D Mack
hi guys, anytime someone tries to connect to my radiostation, they get 
access denied. can someone help? 



To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


shoutcast searching.

2010-08-12 Thread Jim Noseworthy
Hi Folks:

Does anyone know how to include bit rate in a search using the new Shoutcast?

Thanks.
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


Re: shoutcast searching.

2010-08-12 Thread dennis

i think you can set that by going into your settings.
- Original Message - 
From: Jim Noseworthy jim.nosewor...@compuconference.com

To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Thursday, August 12, 2010 12:03 PM
Subject: shoutcast searching.



Hi Folks:

Does anyone know how to include bit rate in a search using the new 
Shoutcast?


Thanks.
To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org






To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


severe issue with the shoutcast plugin

2010-04-23 Thread Jed Barton
Hey guys,

I don't understand why shoutcast doesn't seem to be too friendly with
speech.  Everything is configured, but all i see is a disconnect button, i
can not find a connect button, and can't get it to connect.
I've seen this before, when i press the disconnect button, it's almost like
a toggle between connect and disconnect.
Any ideas?
Any hints how to work this?

Thanks,
Jed


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


StationPlaylist and Shoutcast Problem

2009-12-15 Thread Jim Hunt

Season's greetings all,

Some of you may recall previous posts I've made to the list about 
StationPlaylist Creator and Studio and the use of them at the reading 
service for the blind where I work.  Our reading service uses 
StationPlaylist Studio 4.23 and the free included Nullsoft Shoutcast 
DSP plug-in--with Winamp input set on it (even though we're using 
Studio, not Winamp)--to Shoutcast our programming over our very own 
private, in-house Shoutcast server, which runs on the same Windows XP 
SP3 server computer as Creator/Studio.  Our Shoutcast stream is the 
only means through which we can get our programming to our affiliate 
stations--an FM subcarrier and two cable television information 
channels.  Things hummed along OK for a while; my co-workers and I 
hit some bumps along the way but those got fixed.  We broadcast four 
or five hours of local programming (with reruns later in the day), 
and then we pull in a stream provided by a nationwide reading service 
in New York, New York.  (Some of you might be familiar with this 
service. grin)  All goes well during the airing of the local 
programming.  However, recently, during the time we're refeeding the 
nationwide service, we have hit what we feel has become a major 
problem for us, our affiliates and most of all our listeners:


Without any warning whatsoever--could be in the wee small hours of 
some mornings up through after 7:00 (as was the case for the past two 
weekends) or during broad daylight (as was the case just minutes 
ago)--the StationPlaylist Studio Engine freezes.  I get to the 
station the next time I can get in, I take a look at the Studio log 
for the day we went down, and the log says Studio Engine timed out, 
then Too many timeouts, terminating engine, engine 
terminated.  Then almost immediately the stream somehow starts back 
up again, but meanwhile the connection between us and our affiliate 
stations had been closed.  Then my co-worker and/or I have to 
scramble to notify our affiliates' engineers of the problem and tell 
them to bring our stream back up again on their stations.  Meanwhile, 
until the engineers do bring us back up on their stations, we're off 
the air.  When our stream comes back up after a Studio engine freeze, 
a top-up track is played.  As I mentioned, this problem simply 
happens without warning, during the time we refeed the national 
service.  Below I'll give you the specs of our automation server computer.


Windows XP Professional, Service Pack 3
40-gig hard drive with over a gig of RAM (don't know how much exactly)
Sigmatel on-board soundcard
computer is wired to control board and patch bay
StationPlaylist private Nullsoft Shoutcast Server with six listener 
capacity and streaming 64KBPS mono (two listeners are connected at 
any time to get our stream)

Scheduler/Studio Version 4.23
Nullsoft Shoutcast DSP and SQRSoft Compressor/Limitor used by 
StationPlaylist Studio


Any ideas on what could be causing the above problem and how one can 
go about solving it would be oh-so-greatly appreciated.  You can 
email me at jimhun...@comcast.net.  You can Skype me at 
jimhunt76.  (If you're really nice and your suggestion helpful, I 
might even email you a little thank-you/Happy Holidays gift.)


Happy holidays to all,

Jim


To unsubscribe from this list, send a blank email to:
pc-audio-unsubscr...@pc-audio.org


shoutcast

2008-09-30 Thread stewart ross
hi all ok who can help with this one if i have a shoutcast server with auto 
dj built in to it, so that i can upload my music up to it?
how can i switch beetween auto dj and streaming my  own music and duing live 
shows? hope it was ok asking this question on this list,
and finally are there any commands that will let me du these alternations 
many thanks from stewart ross.


email
[EMAIL PROTECTED]
msn
[EMAIL PROTECTED] 




Jonathan Mosen List Founder
Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org
To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]


problems with winamp stations and shoutcast

2008-09-09 Thread Terra Syslo
I am having a problem connecting to any radio stations listed on the
shoutcast.com web site. Every time I click on a tune in link it goes through
several seconds of trying to connect and then just says error synching to
stream. If I go to the station's web site, I can connect. Has anyone else
had this problem?

http://www.theanimalrescuesite.com/clickToGive/home.faces?siteId=3
email and MSN:  [EMAIL PROTECTED]




Jonathan Mosen List Founder
Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org
To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


major shoutcast plugin problem

2008-04-22 Thread Jed Barton
Hey guys,

Alright, i'm having a huge problem with the shoutcast plugin that i  
find unacceptable, cause it is happening way too often.
I have a local shoutcast server, and the plugin connects to it.
Randomly it disconnects.  I have the check box that says automatically  
re-connect.
It hapens every day or every other day.  It just disconnects without  
warning.
This is air time that my station is losing, and i can't fix it until i  
get home.
Anyone else had this issue?
I find it appauling, and it is driving me nuts.  Any thoughts as to  
why and how i can avoid this?

Tanks,
Jed


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: major shoutcast plugin problem

2008-04-22 Thread constantine (on laptop)
A few questions here

What version of winamp are you using, if your using the plug in with that?
When does it happen. Are you doing anything particular?
What kind of connection are you on?
What system are you running?
Does it reconnect?


Have a good day from Tyler C. Wood!

contact details:

email: [EMAIL PROTECTED]
msn: [EMAIL PROTECTED]
skype: the_conman283

system details:
Hp pavillion dv5220CA notebook pc
AMD Turion(tm) 64 Mobile Technology ML-37 2.0 GHZ, 1024 mb DDR ram, Fujitsu 
100 gb 4500 RPM Hard Drive, connecsant AC-link audio
- Original Message - 
From: Jed Barton [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Tuesday, April 22, 2008 8:21 AM
Subject: major shoutcast plugin problem


 Hey guys,

 Alright, i'm having a huge problem with the shoutcast plugin that i
 find unacceptable, cause it is happening way too often.
 I have a local shoutcast server, and the plugin connects to it.
 Randomly it disconnects.  I have the check box that says automatically
 re-connect.
 It hapens every day or every other day.  It just disconnects without
 warning.
 This is air time that my station is losing, and i can't fix it until i
 get home.
 Anyone else had this issue?
 I find it appauling, and it is driving me nuts.  Any thoughts as to
 why and how i can avoid this?

 Tanks,
 Jed


 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG.
 Version: 7.5.524 / Virus Database: 269.23.3/1391 - Release Date: 
 22/04/2008 8:15 AM

 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Shoutcast and Live 365

2008-04-15 Thread Marsha
Could someone please explain the difference between Shoutcast and Live 365. 
The live 365 site seems like the easiest site of its kind to use.  What 
about the Live 365 Premium service?  Thanks I need to know quickly since I 
tried the free trial and now have real questions.
Marsha 





Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast and Live 365

2008-04-15 Thread Kathy Szinnyey
Hi, Marsha!  Smarter heads than mine can give you more information about 
this, but I have to say that my husband and I tried for a whole weekend to 
set up a shoutcast station, to no avail.  But we do have a station on Live 
365 that was easier to set up (see our signature below, shameless plug! 
Smile.)  Anyway, I find Live 365 v ery easy to use as a listener.

Peace,
Kathy

Listen to Kathy and Fred on the Web at

http://www.live365.com/stations/cityslackers/

http://www.fredkate.libsyn.com

- Original Message - 
From: Marsha [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Tuesday, April 15, 2008 3:01 AM
Subject: Shoutcast and Live 365


| Could someone please explain the difference between Shoutcast and Live 
365.
| The live 365 site seems like the easiest site of its kind to use.  What
| about the Live 365 Premium service?  Thanks I need to know quickly since I
| tried the free trial and now have real questions.
| Marsha
|
|
|
|
|
| Audio List Help, Guidelines, Archives and more...
| http://www.pc-audio.org
|
| To unsubscribe from this list, send a blank email to:
| [EMAIL PROTECTED]
|
|
| -- 
| No virus found in this incoming message.
| Checked by AVG.
| Version: 7.5.519 / Virus Database: 269.22.13/1377 - Release Date: 
4/14/2008 9:26 AM
|
| 


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


RE: Shoutcast and Live 365

2008-04-15 Thread Jonathan Mosen
Hi Marsha, it's been a long time since I've used Live365, but I think this
is still an accurate summary of the differences.

Live365.com is a hosting service, which offers a directory of stations it
hosts. It is, if you like, an all in one solution. You can upload your
content and have them stream for you, or you can stream live to them from
your PC. They publicise your station for you on their site. Depending on the
plan you choose, and the plan the listener chooses, they may insert ads into
your station.

Shoutcast.com is a place from which you can download the Shoutcast software,
including the Winamp plug-in and the server. It is also a directory where
anyone using this software can choose to be listed if they wish. They do not
offer hosting to the general public however. You need to find that
elsewhere, either by running the server on a computer on your own
connection, or by streaming to a Shoutcast server hosted somewhere else,
such as http://www.ultrastreams.us or similar service.

So basically, the big difference is that Live365 offers you bandwidth and
streaming, Shoutcast.com as a rule will not and will require you to get that
elsewhere.

Personally, I'd go with Shoutcast because the end user, the one who this is
all for, doesn't have to log into any special service, and you are free to
widely publish the direct URL to your Shoutcast stream that people can paste
into a Shoutcast compatible player.

Hope this helps.

Jonathan



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Streaming Encoders (Sam Winamp Encoder or Shoutcast DSP Plug-In)

2008-03-09 Thread JardataMailServicesBox
Hello lists:

(1)  Is the Sam Winamp Encoder that I purchased three years ago the same 
version of the encoder available for purchase today?  Has SpacialAudio upgraded 
this software?

(2)  Previously, when I used the Shoutcast DSP Plug-in Encoder, it had a limit 
of bit rate (56k) If I remember correctly.  Is this different now and, if so, 
could I set my bitrate as high as I have bandwidth in broadcast in any format?  
Also, can I have automatic recording of my stream in this version of the 
encoder?  Also, if possible, could someone send me the direct download link to 
the latest version of this program?

thanks for your time and help.

James Robinson  

Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


shoutcast and sam broadcaster

2007-12-24 Thread Tyler Wood
Hi, all

I'm currently using sam broadcaster and shoutcast to try and do a radio show. 
I'm behind a router. I've forwarded the required ports-- 8000 to 8001. I have a 
redirecting software installed; no-IP duc. I also have sam set to play a cue of 
files, then stop. But people can't connect to it. I'm not sure what else to do. 
I've tried reinstalling both programs; the shoutcast server and the sam 
broadcasting program, with no go. I'm not sure what else to do. Firewalls and 
stuff are turned off, I have both sam and shoutcast configured the same; both 
have port 8000. I've also got the password syncrinized. I'm not sure what to do.

any ideas?


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Can i use shoutcast to stream radio that windows media player can read

2007-11-18 Thread Alex
Well, can i stream radio with shoutcast that win media player can read, if 
so how? 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Can i use shoutcast to stream radio that windows media player can read

2007-11-18 Thread Tristan
No, you can't the encoders can not support this function. Winamp is enough 
accessible and supports over 25 different music file types alone, so you 
should be set with that.



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: Alex [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Sunday, November 18, 2007 11:41 AM
Subject: Can i use shoutcast to stream radio that windows media player can 
read


 Well, can i stream radio with shoutcast that win media player can read, if
 so how?



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.503 / Virus Database: 269.16.0/1136 - Release Date: 
 11/17/2007 2:55 PM

 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Can i use shoutcast to stream radio that windows media player canread

2007-11-18 Thread jazzjourneys.org
I beg to differ with your answer. We are currently using shoutcast to stream 
our
station, www.TheJazzy1.com thru windows media ... Everything works quite 
well
and we have had no problems 
Earle Brown
Director of Operations
TheJazzy1
- Original Message - 
From: [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Sunday, November 18, 2007 3:00 PM
Subject: Re: Can i use shoutcast to stream radio that windows media player 
canread


 No, you can't the encoders can not support this function. Winamp is enough
 accessible and supports over 25 different music file types alone, so you
 should be set with that.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: Alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Sunday, November 18, 2007 11:41 AM
 Subject: Can i use shoutcast to stream radio that windows media player can
 read


 Well, can i stream radio with shoutcast that win media player can read, 
 if
 so how?



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.503 / Virus Database: 269.16.0/1136 - Release Date:
 11/17/2007 2:55 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]

 




Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Can i use shoutcast to stream radio that windows media playercanread

2007-11-18 Thread Alex
How?

- Original Message - 
From: jazzjourneys.org [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Sunday, November 18, 2007 3:45 PM
Subject: Re: Can i use shoutcast to stream radio that windows media 
playercanread


I beg to differ with your answer. We are currently using shoutcast to 
stream
 our
 station, www.TheJazzy1.com thru windows media ... Everything works quite
 well
 and we have had no problems 
 Earle Brown
 Director of Operations
 TheJazzy1
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Sunday, November 18, 2007 3:00 PM
 Subject: Re: Can i use shoutcast to stream radio that windows media player
 canread


 No, you can't the encoders can not support this function. Winamp is 
 enough
 accessible and supports over 25 different music file types alone, so you
 should be set with that.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: Alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Sunday, November 18, 2007 11:41 AM
 Subject: Can i use shoutcast to stream radio that windows media player 
 can
 read


 Well, can i stream radio with shoutcast that win media player can read,
 if
 so how?



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.503 / Virus Database: 269.16.0/1136 - Release Date:
 11/17/2007 2:55 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]






 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Shoutcast stream dropping

2007-11-01 Thread Jed Barton
Hey guys,
Anyone had this issue?  I run an internet station.
It seems like once a week or so, in no predictable time, I'll lose my link.
In other words I have to re-connect the shoutcast plugin.
This is starting to become annoying.
Any ideas?

Thanks,
Jed

No virus found in this outgoing message.
Checked by AVG Free Edition. 
Version: 7.5.488 / Virus Database: 269.15.11/1093 - Release Date: 10/25/2007
5:38 PM
 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-07 Thread Sarah
You need to have  server info if you want to host yoru status off of someone 
else's server or make yoru own server n yoru 
computer. since that is a pain to do Host yoru station  from someone else with 
a lot of bandwith.

SAG
- Original Message - 
From: [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 3:21 PM
Subject: Re: SHOUTcast internet radio and streaming


Hi,
What do you mean a server or a comp?



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: alex [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 5:48 PM
Subject: Re: SHOUTcast internet radio and streaming


A surver, or a comp.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 5:16 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hi alex,
 I am reccomending you have atleast a server a real one, unless you want
 to
 host it off your computer which I really don't reccomend...



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:34 PM
 Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on
 setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-04 Thread Tristan
Hi,
Can you email me offlist, or easier still message me on msn so you can 
assist me please? Thanks.



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: Sunshine [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 4:52 PM
Subject: Re: SHOUTcast internet radio and streaming


i have been broadcasting a while and i can help you out.
 what do you need to know
 - Original Message - 
 From: alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 3:34 PM
 Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on 
 setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]




 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Information On Shoutcast

2007-10-04 Thread Tom
Several years ago Jonathan Mosen did a few Main Menu programs 
on using Shoutcast.  The programs are dated but I think they 
will still be helpful.  This link will probably wrap so be 
sure to get all of it if you are copying and pasteing.  When 
you get there use your screen reader search command to search 
for shoutcast.

http://www.acbradio.org/pweb/index.php?module=pagemasterPAGE
_user_op=view_pagePAGE_id=19




Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Tristan
Hello listers,
Does anyone no how to use shoutcast? Thanks.



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Monday, October 01, 2007 7:38 PM
Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on setting 
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date: 
 9/29/2007 9:46 PM

 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread alex
I want to know also.
- Original Message - 
From: [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 4:33 PM
Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Sunshine
i have been broadcasting a while and i can help you out.
what do you need to know
- Original Message - 
From: alex [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 3:34 PM
Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]

 


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Tristan
Hi alex,
I am reccomending you have atleast a server a real one, unless you want to 
host it off your computer which I really don't reccomend...



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: alex [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 4:34 PM
Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread alex
A surver, or a comp.
- Original Message - 
From: [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 5:16 PM
Subject: Re: SHOUTcast internet radio and streaming


 Hi alex,
 I am reccomending you have atleast a server a real one, unless you want 
 to
 host it off your computer which I really don't reccomend...



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:34 PM
 Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on 
 setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Tristan
Hi,
What do you mean a server or a comp?



Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: alex [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 5:48 PM
Subject: Re: SHOUTcast internet radio and streaming


A surver, or a comp.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 5:16 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hi alex,
 I am reccomending you have atleast a server a real one, unless you want
 to
 host it off your computer which I really don't reccomend...



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:34 PM
 Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on
 setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Tristan
Hi,
Can you explain how to set shoutcast up? On a win32 server, and since my 
site:
www.acegamesonline.net
is on a unix [linux] apache platform, explain that as well? Maybe you can 
help me over messenger:
[EMAIL PROTECTED]


Thanks in advance,
Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]
- Original Message - 
From: Sunshine [EMAIL PROTECTED]
To: PC Audio Discussion List pc-audio@pc-audio.org
Sent: Wednesday, October 03, 2007 4:52 PM
Subject: Re: SHOUTcast internet radio and streaming


i have been broadcasting a while and i can help you out.
 what do you need to know
 - Original Message - 
 From: alex [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 3:34 PM
 Subject: Re: SHOUTcast internet radio and streaming


I want to know also.
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Wednesday, October 03, 2007 4:33 PM
 Subject: Re: SHOUTcast internet radio and streaming


 Hello listers,
 Does anyone no how to use shoutcast? Thanks.



 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]
 - Original Message - 
 From: [EMAIL PROTECTED]
 To: PC Audio Discussion List pc-audio@pc-audio.org
 Sent: Monday, October 01, 2007 7:38 PM
 Subject: SHOUTcast internet radio and streaming


 Hi,
 Can one of you internet radio broadcasters/streamers, help me on 
 setting
 up SHOUTcast on my apache unix (linux) server?


 Tristan Bussiere
 Founder, ACE Games
 http://www.acegamesonline.net

 Skype: tristanbussiere
 MSN: [EMAIL PROTECTED]

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]


 -- 
 No virus found in this incoming message.
 Checked by AVG Free Edition.
 Version: 7.5.488 / Virus Database: 269.13.35/1039 - Release Date:
 9/29/2007 9:46 PM





 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]




 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: SHOUTcast internet radio and streaming

2007-10-03 Thread Steve Matzura
On Wed, 3 Oct 2007 16:33:31 -0400, you wrote:

Does anyone no how to use shoutcast? Thanks.

Yes. What would you like to know?



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


SHOUTcast internet radio and streaming

2007-10-02 Thread Tristan
Hi,
Can one of you internet radio broadcasters/streamers, help me on setting up 
SHOUTcast on my apache unix (linux) server?


Tristan Bussiere
Founder, ACE Games
http://www.acegamesonline.net

Skype: tristanbussiere
MSN: [EMAIL PROTECTED]

Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast or Windows Media servers for cell phones

2007-06-21 Thread Thomas (TJ) Olsen
I'm afraid your a little confused, as shoutcast itself is nothing more then 
a protocol, the shoutcast server can serve any medium that one can write an 
application for. As such no unique server is needed to stream to a cell 
phone, simply lowering the  bitrate or running a separate server with a 
lowered bitrate will allow users on  the go to enjoy your content.

best

tj
- Original Message - 
From: JardataMailServicesBox [EMAIL PROTECTED]
To: pc-audio@pc-audio.org
Sent: Thursday, June 21, 2007 12:17 AM
Subject: Shoutcast or Windows Media servers for cell phones


 Hello List!

 I have a shoutcast server through Ultrahost for my regular internet radio 
 station.  I was wondering if such servers exist that are designed for cell 
 phones and, if so, where can I find one?  I'd like to stream my station 
 via my shoutcast server and a cell phone server at the same time so cell 
 hone listeners could hear my station as well.  A low-cost one would be 
 preferable.

 James

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]
 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast or Windows Media servers for cell phones

2007-06-21 Thread Thomas (TJ) Olsen
but you really don't want to run media server for a number of similar 
flexibility reasons as far as cross compatabillity, and compression

tj
- Original Message - 
From: Brian Olesen [EMAIL PROTECTED]
To: PC audio discussion list.  pc-audio@pc-audio.org
Sent: Thursday, June 21, 2007 4:56 AM
Subject: Re: Shoutcast or Windows Media servers for cell phones


 HI,
 But shout cast isn't as flexible as media server in terms of auto detect 
 the
 optimal bitrate and such. You'll have to run several streams to acheve 
 this.

 Best regards
 Brian
 - Oprindelig meddelelse - 
 Fra: Thomas (TJ) Olsen [EMAIL PROTECTED]
 Til: PC audio discussion list.  pc-audio@pc-audio.org
 Sendt: 21. juni 2007 10:33
 Emne: Re: Shoutcast or Windows Media servers for cell phones


 I'm afraid your a little confused, as shoutcast itself is nothing more
 then
 a protocol, the shoutcast server can serve any medium that one can write
 an
 application for. As such no unique server is needed to stream to a cell
 phone, simply lowering the  bitrate or running a separate server with a
 lowered bitrate will allow users on  the go to enjoy your content.

 best

 tj
 - Original Message - 
 From: JardataMailServicesBox [EMAIL PROTECTED]
 To: pc-audio@pc-audio.org
 Sent: Thursday, June 21, 2007 12:17 AM
 Subject: Shoutcast or Windows Media servers for cell phones


 Hello List!

 I have a shoutcast server through Ultrahost for my regular internet 
 radio
 station.  I was wondering if such servers exist that are designed for
 cell
 phones and, if so, where can I find one?  I'd like to stream my station
 via my shoutcast server and a cell phone server at the same time so cell
 hone listeners could hear my station as well.  A low-cost one would be
 preferable.

 James

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]




 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]
 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast or Windows Media servers for cell phones

2007-06-21 Thread Brian Olesen
HI,
I only don't want to run it for one single reason. It's too expensive. grin

Best regards
Brian
- Oprindelig meddelelse - 
Fra: Thomas (TJ) Olsen [EMAIL PROTECTED]
Til: PC audio discussion list.  pc-audio@pc-audio.org
Sendt: 21. juni 2007 11:00
Emne: Re: Shoutcast or Windows Media servers for cell phones


 but you really don't want to run media server for a number of similar
 flexibility reasons as far as cross compatabillity, and compression

 tj
 - Original Message - 
 From: Brian Olesen [EMAIL PROTECTED]
 To: PC audio discussion list.  pc-audio@pc-audio.org
 Sent: Thursday, June 21, 2007 4:56 AM
 Subject: Re: Shoutcast or Windows Media servers for cell phones


 HI,
 But shout cast isn't as flexible as media server in terms of auto detect
 the
 optimal bitrate and such. You'll have to run several streams to acheve
 this.

 Best regards
 Brian
 - Oprindelig meddelelse - 
 Fra: Thomas (TJ) Olsen [EMAIL PROTECTED]
 Til: PC audio discussion list.  pc-audio@pc-audio.org
 Sendt: 21. juni 2007 10:33
 Emne: Re: Shoutcast or Windows Media servers for cell phones


 I'm afraid your a little confused, as shoutcast itself is nothing more
 then
 a protocol, the shoutcast server can serve any medium that one can write
 an
 application for. As such no unique server is needed to stream to a cell
 phone, simply lowering the  bitrate or running a separate server with a
 lowered bitrate will allow users on  the go to enjoy your content.

 best

 tj
 - Original Message - 
 From: JardataMailServicesBox [EMAIL PROTECTED]
 To: pc-audio@pc-audio.org
 Sent: Thursday, June 21, 2007 12:17 AM
 Subject: Shoutcast or Windows Media servers for cell phones


 Hello List!

 I have a shoutcast server through Ultrahost for my regular internet
 radio
 station.  I was wondering if such servers exist that are designed for
 cell
 phones and, if so, where can I find one?  I'd like to stream my station
 via my shoutcast server and a cell phone server at the same time so 
 cell
 hone listeners could hear my station as well.  A low-cost one would be
 preferable.

 James

 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]




 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]



 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]




 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast or Windows Media servers for cell phones

2007-06-21 Thread Chris Skarstad
Hi. I don't think such a thing actually exists. In fact, it doesn't 
have to because there are some phones out there, the names escape me 
for the moment, but they can receive mp3 streams from a shoutcast 
server. so just run your stream as is.
I'm sure others will be able to be more helpful as far as models of 
phones go but that's my understanding.



At 11:17 PM 6/20/2007, you wrote:
Hello List!

I have a shoutcast server through Ultrahost for my regular internet 
radio station.  I was wondering if such servers exist that are 
designed for cell phones and, if so, where can I find one?  I'd like 
to stream my station via my shoutcast server and a cell phone server 
at the same time so cell hone listeners could hear my station as 
well.  A low-cost one would be preferable.

James

Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]


__ NOD32 2341 (20070620) Information __

This message was checked by NOD32 antivirus system.
http://www.eset.com



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Shoutcast or Windows Media servers for cell phones

2007-06-20 Thread JardataMailServicesBox
Hello List!

I have a shoutcast server through Ultrahost for my regular internet radio 
station.  I was wondering if such servers exist that are designed for cell 
phones and, if so, where can I find one?  I'd like to stream my station via my 
shoutcast server and a cell phone server at the same time so cell hone 
listeners could hear my station as well.  A low-cost one would be preferable.

James

Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-05 Thread VICTORIA VAUGHAN
Hi, Please excuse my ignorance, but what is:
SAG?
Thanks, Vicky




Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-05 Thread Sarah
lol. that's my initials pluss my gide dog's first letter of her name.

: Hi, Please excuse my ignorance, but what is:
: SAG?
: Thanks, Vicky
:
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-04 Thread Sarah
I don't know if it puts it in the system tray sometimes but try checking 
there.
SAG

: Hi,
:
: Does anyone know of an easier way to open the shoutcast dsp plug in
: than hitting  control + p and then arrowing to plugins and then dsp
: then tabbing to the combo box and up and down arrowing to make the
: plug in come up?
:
:
: This doesn't seem to open the plug in 100 percent of the time.  Any
: advice appriciated.
:
: Thanks,
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Shoutcast DSP plug in help

2007-06-01 Thread Rick Harmon
Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than 
hitting  control + p and then arrowing to plugins and then dsp then tabbing to 
the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice 
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


RE: Shoutcast DSP plug in help

2007-06-01 Thread Jonathan Mosen
Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray. 

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list. 
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-01 Thread Rick Harmon
Ok, I see it there now, but it's not always there when I start winamp, so 
that is when I go find it in the way I described below.

Should it always startup with winamp?  I hear it announced by Jaws sometimes 
when winamp is started and other times I don't.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:17 PM
Subject: RE: Shoutcast DSP plug in help


Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list.
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-01 Thread Rick Harmon
also when I go through the system tray and click  on shoutcast source, 
winamp comes up but I can't control tab to the shoutcast plug in settings.

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Rick Harmon [EMAIL PROTECTED]
To: PC audio discussion list.  pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:31 PM
Subject: Re: Shoutcast DSP plug in help


Ok, I see it there now, but it's not always there when I start winamp, so
that is when I go find it in the way I described below.

Should it always startup with winamp?  I hear it announced by Jaws sometimes
when winamp is started and other times I don't.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:17 PM
Subject: RE: Shoutcast DSP plug in help


Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list.
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


RE: Shoutcast DSP plug in help

2007-06-01 Thread Jonathan Mosen
Hi Rick, it's been a while since I've bothered with the free Shoutcast
plug-in, but to the best of my knowledge, if it is active when Winamp is
started, it should always be in the system tray. 

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 2 June 2007 1:32 p.m.
To: PC audio discussion list. 
Subject: Re: Shoutcast DSP plug in help

Ok, I see it there now, but it's not always there when I start winamp, so
that is when I go find it in the way I described below.

Should it always startup with winamp?  I hear it announced by Jaws sometimes
when winamp is started and other times I don't.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message -
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:17 PM
Subject: RE: Shoutcast DSP plug in help


Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list.
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


RE: Shoutcast DSP plug in help

2007-06-01 Thread Jonathan Mosen
Nope that's by design, you alt+F4 to close the window. 

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 2 June 2007 1:41 p.m.
To: PC audio discussion list. 
Subject: Re: Shoutcast DSP plug in help

also when I go through the system tray and click  on shoutcast source,
winamp comes up but I can't control tab to the shoutcast plug in settings.

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message -
From: Rick Harmon [EMAIL PROTECTED]
To: PC audio discussion list.  pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:31 PM
Subject: Re: Shoutcast DSP plug in help


Ok, I see it there now, but it's not always there when I start winamp, so
that is when I go find it in the way I described below.

Should it always startup with winamp?  I hear it announced by Jaws sometimes
when winamp is started and other times I don't.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:17 PM
Subject: RE: Shoutcast DSP plug in help


Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list.
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast DSP plug in help

2007-06-01 Thread Rick Harmon
Ok, thanks I think I'm figuring it out now.

Rick

===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 10:04 PM
Subject: RE: Shoutcast DSP plug in help


Nope that's by design, you alt+F4 to close the window.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 1:41 p.m.
To: PC audio discussion list.
Subject: Re: Shoutcast DSP plug in help

also when I go through the system tray and click  on shoutcast source,
winamp comes up but I can't control tab to the shoutcast plug in settings.

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message -
From: Rick Harmon [EMAIL PROTECTED]
To: PC audio discussion list.  pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:31 PM
Subject: Re: Shoutcast DSP plug in help


Ok, I see it there now, but it's not always there when I start winamp, so
that is when I go find it in the way I described below.

Should it always startup with winamp?  I hear it announced by Jaws sometimes
when winamp is started and other times I don't.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Jonathan Mosen [EMAIL PROTECTED]
To: 'PC audio discussion list. ' pc-audio@pc-audio.org
Sent: Friday, June 01, 2007 9:17 PM
Subject: RE: Shoutcast DSP plug in help


Hi Rick. You should be able to leave it active as the current DSP plug-in.
When it is active, you should be able to select the window from the System
Tray.

-Original Message-
From: Rick Harmon [mailto:[EMAIL PROTECTED]
Sent: Saturday, 2 June 2007 12:41 p.m.
To: PC audio discussion list.
Subject: Shoutcast DSP plug in help

Hi,

Does anyone know of an easier way to open the shoutcast dsp plug in than
hitting  control + p and then arrowing to plugins and then dsp then tabbing
to the combo box and up and down arrowing to make the plug in come up?


This doesn't seem to open the plug in 100 percent of the time.  Any advice
appriciated.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast help needed

2007-05-26 Thread Sarah
Cool deal! good luck with broadcasting. it's fun!

: Thanks sarah, I got it figured out finally.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Sarah [EMAIL PROTECTED]
: To: PC audio discussion list.  pc-audio@pc-audio.org
: Sent: Friday, May 25, 2007 6:59 PM
: Subject: Re: Shoutcast help needed
:
:
: Ah. wellthnI dont know what to tell you They will have to use an
: audomated something then if they can't learn the volume controls for
: the moment. They are gongot have to use the volume controol, sam or
: shoutcast and the direct sound out pluggin to   do what they want.
: O. and they need another sound card as well  so theyre windows
: sounds and jaws don't come through the broadcast. Go to
: www.marrie.org and look at my archives to see what I mean. 
:
: : So you are saying I do not need linerec?  I already have the
: : shoutcast plug in installed.  It works fine and the stream works
: : fine.  I only get silence when going to the linerec item in my
: : playlist.
: :
: : I really can't go to these extremes of using three or four
: : different tools just to use a mic input for this.  The client
: : isn't going to want to do all these things like quickmix and
: : other tools to do this.  It's simply going to be too hard for
: : them to learn all this. I need to keep it as simple as possible
: : for them. 
: :
: : Rick
: :
: :
: : ===
: :
: : Visit my webpage and podcast feed at www.blind-geek-zone.net
: :
: :
: : - Original Message -
: : From: Sarah [EMAIL PROTECTED]
: : To: PC audio discussion list.  pc-audio@pc-audio.org
: : Sent: Thursday, May 24, 2007 6:26 PM
: : Subject: Re: Shoutcast help needed
: :
: :
: : No you don't need that. you need a dsp broadcasting tool and your
: : volume control in windows. Just check the playback mic and what
: : youhear in the recording properties. when you don't want to talk
: : anymore, you check the mute box and unchck the mute box when you
: : want to talk. You can use quickmix and winkey to acomplish this.
: : SAG
: :
: : : Thanks Darrell, I'll give that a try.  looks to be somewhat
: : : difficult using it since it has to be in the playlist.
: : :
: : : Rick
: : :
: : :
: : : ===
: : :
: : : Visit my webpage and podcast feed at www.blind-geek-zone.net
: : :
: : :
: : : - Original Message -
: : : From: Darrell Shandrow [EMAIL PROTECTED]
: : : To: PC audio discussion list.  pc-audio@pc-audio.org
: : : Sent: Thursday, May 24, 2007 4:21 PM
: : : Subject: Re: Shoutcast help needed
: : :
: : :
: : : Hi Rick,
: : :
: : : I'm no expert in this kind of broadcasting as I use Station
: : : Playlist Studio to take care of a lot of this nowadays, but I
: : : think what you're looking for is the linerec plugin for Winamp.
: : : - Original Message -
: : : From: Rick Harmon [EMAIL PROTECTED]
: : : To: PC audio discussion list.  Pc-audio@pc-audio.org
: : : Sent: Thursday, May 24, 2007 12:34 PM
: : : Subject: Shoutcast help needed
: : :
: : :
: : : Hi everyone,
: : :
: : : I am helping a client to setup a shoutcast server.  I've
: : : downloaded and installed the shoutcast server and shoutcast
: : : plug ins here and have configured them.  I have a functioning
: : : shoutcast server with one problem so far.  Using the winamp
: : : shoutcast plug in, how can I also use a microphone along with
: : : the audio stream?
: : :
: : : Any help is appreciated since I've spent many hours working on
: : : this project and am on a dead line to finish it and train the
: : : client on its usage.
: : :
: : : Thanks,
: : :
: : : Rick
: : :
: : :
: : : ===
: : :
: : : Visit my webpage and podcast feed at www.blind-geek-zone.net
: : :
: : :
: : : Audio List Help, Guidelines, Archives and more...
: : : http://www.pc-audio.org
: : :
: : : To unsubscribe from this list, send a blank email to:
: : : [EMAIL PROTECTED]
: : :
: : :
: : :
: : :
: : : Audio List Help, Guidelines, Archives and more...
: : : http://www.pc-audio.org
: : :
: : : To unsubscribe from this list, send a blank email to:
: : : [EMAIL PROTECTED]
: : :
: : :
: : :
: : : Audio List Help, Guidelines, Archives and more...
: : : http://www.pc-audio.org
: : :
: : : To unsubscribe from this list, send a blank email to:
: : : [EMAIL PROTECTED]
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]


Audio List

Re: Shoutcast help needed

2007-05-25 Thread Dan Eickmeier
Yeah, USB microphones can sometimes cause quite a habic for 
broadcasting, a friend of mine tried to broadcast with one, and she 
couldn't be heard.

At 23:39 5/24/2007, you wrote:
Hi Everyone,

Ok finally figured it all out.  I had a USB microphone plugged into the
system.  So everytime I switched the input mode from winamp to soundcard it
was using the USB microphone as the soundcard.  I stumbled upon this when I
forgot and left the microphone switch on and was playing with the input
settings while streaming and heard my voice from the USB microphone.  I
unplugged it and the SoundBlaster took over and everything works just fine.
Oviously the winamp shoutcast plug-in can't handle more than one sound card
as the combo box only says winamp or sound card for the inputs and I was not
able to select from the USB microphone and the SoundBlaster.  I plugged in a
USB sound card after I started streaming to get Jaws to switch to it instead
of the sound blaster.  So all my problems were due to the USB microphone.
That's really crazy isn't it?

Now to see if I can teach my client to do this.  Thank you everyone that
gave me advice, especially Jonathan that got me going in the right direction
tonight.

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message -
From: Jessica Pitzer [EMAIL PROTECTED]
To: PC audio discussion list. pc-audio@pc-audio.org
Sent: Thursday, May 24, 2007 11:01 PM
Subject: Re: Shoutcast help needed


you have to get jaws of that sound card somehow.

On 5/24/07, Rick Harmon [EMAIL PROTECTED] wrote:
  Hi,
 
  Yes I just went in to Goldwave and did a test recording.  I heard Jaws
  speaking and I heard winamp playing it's audio stream and my voice from
  the
  microphone when I played the recording back.
 
  Rick
 
 
  ===
 
  Visit my webpage and podcast feed at www.blind-geek-zone.net
 
 
  - Original Message -
  From: Jonathan Mosen [EMAIL PROTECTED]
  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
  Sent: Thursday, May 24, 2007 9:37 PM
  Subject: RE: Shoutcast help needed
 
 
  Hi Rick, and if you use a program like Sound Forge of Goldwave, does What
  You hear work as you would expect? Because it sounds like you're doing
  everything right and that the sound card may be the issue.
 
  -Original Message-
  From: Rick Harmon [mailto:[EMAIL PROTECTED]
  Sent: Friday, 25 May 2007 1:12 p.m.
  To: PC audio discussion list.
  Subject: Re: Shoutcast help needed
 
  Yes I'm sending silence.  The number of bytes does go up so I can tell the
  data is streaming.  I even get the right header for the song on the other
  end but all I get in the stream is silence.
  when I set the input mode back to winamp my audio stream is heard again.
 
  Rick
 
 
  ===
 
  Visit my webpage and podcast feed at www.blind-geek-zone.net
 
 
  - Original Message -
  From: Jonathan Mosen [EMAIL PROTECTED]
  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
  Sent: Thursday, May 24, 2007 8:55 PM
  Subject: RE: Shoutcast help needed
 
 
  Hi Rick, when this happens, can you tell if you are streaming silence?
  That
  is to say does the number of bytes sent in the Shoutcast Plug-in window
  keep
  increasing?
 
  -Original Message-
  From: Rick Harmon [mailto:[EMAIL PROTECTED]
  Sent: Friday, 25 May 2007 12:49 p.m.
  To: PC audio discussion list.
  Subject: Re: Shoutcast help needed
 
  Hi Jonathan,
 
  I'm not a broadcaster so unfortunately this isn't all straight forward to
  me.   I have seen the settings that you are talking about and have tried
  switching the input for the plug in to soundcard and then setting up the
  volume control for recording to what you hear and setting the playback
  microphone to unmuted.  When I do this however I hear nothing from the
  server.  No audio stream and no voice from the microphone.  I've been
  working on this for a week now and am banging my head against the wall.  I
  simply don't know how to get this done via winamp and the shoutcast
  plugin.
  I have no problems getting the audio stream to work.  That part is
  actually
  pretty simple.  But getting the voice over simply isn't working no matter
  what I try.
 
  Thanks for your help,
 
  Rick
 
 
  ===
 
  Visit my webpage and podcast feed at www.blind-geek-zone.net
 
 
  - Original Message -
  From: Jonathan Mosen [EMAIL PROTECTED]
  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
  Sent: Thursday, May 24, 2007 7:35 PM
  Subject: RE: Shoutcast help needed
 
 
  Hi Rick, this is really very straight forward. The only issue may be if
  the
  person concerned is using software speech through the same sound card that
  the material to be broadcast is coming from.
 
  In the Shoutcast DSP plug-in for Winamp, there are two modes. One sends
  data
  direct from Winamp itself. In other words, if you play an MP3 file, then
  the
  MP3 data is transcoded to the bit rate you select, and then sent over the
  Internet

Re: Shoutcast help needed

2007-05-25 Thread Sarah
Ah. wellthnI dont know what to tell you They will have to use an audomated 
something then if they can't learn the volume controls for the moment. They 
are gongot have to use the volume controol, sam or shoutcast and the direct 
sound out pluggin to   do what they want. O. and they need another sound 
card as well  so theyre windows sounds and jaws don't come through the 
broadcast. Go to www.marrie.org and look at my archives to see what I mean.

: So you are saying I do not need linerec?  I already have the
: shoutcast plug in installed.  It works fine and the stream works
: fine.  I only get silence when going to the linerec item in my
: playlist.
:
: I really can't go to these extremes of using three or four different
: tools just to use a mic input for this.  The client isn't going to
: want to do all these things like quickmix and other tools to do
: this.  It's simply going to be too hard for them to learn all this.
: I need to keep it as simple as possible for them.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Sarah [EMAIL PROTECTED]
: To: PC audio discussion list.  pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 6:26 PM
: Subject: Re: Shoutcast help needed
:
:
: No you don't need that. you need a dsp broadcasting tool and your
: volume control in windows. Just check the playback mic and what
: youhear in the recording properties. when you don't want to talk
: anymore, you check the mute box and unchck the mute box when you
: want to talk. You can use quickmix and winkey to acomplish this.
: SAG
:
: : Thanks Darrell, I'll give that a try.  looks to be somewhat
: : difficult using it since it has to be in the playlist.
: :
: : Rick
: :
: :
: : ===
: :
: : Visit my webpage and podcast feed at www.blind-geek-zone.net
: :
: :
: : - Original Message -
: : From: Darrell Shandrow [EMAIL PROTECTED]
: : To: PC audio discussion list.  pc-audio@pc-audio.org
: : Sent: Thursday, May 24, 2007 4:21 PM
: : Subject: Re: Shoutcast help needed
: :
: :
: : Hi Rick,
: :
: : I'm no expert in this kind of broadcasting as I use Station
: : Playlist Studio to take care of a lot of this nowadays, but I
: : think what you're looking for is the linerec plugin for Winamp.
: : - Original Message -
: : From: Rick Harmon [EMAIL PROTECTED]
: : To: PC audio discussion list.  Pc-audio@pc-audio.org
: : Sent: Thursday, May 24, 2007 12:34 PM
: : Subject: Shoutcast help needed
: :
: :
: : Hi everyone,
: :
: : I am helping a client to setup a shoutcast server.  I've
: : downloaded and installed the shoutcast server and shoutcast plug
: : ins here and have configured them.  I have a functioning
: : shoutcast server with one problem so far.  Using the winamp
: : shoutcast plug in, how can I also use a microphone along with
: : the audio stream?
: :
: : Any help is appreciated since I've spent many hours working on
: : this project and am on a dead line to finish it and train the
: : client on its usage.
: :
: : Thanks,
: :
: : Rick
: :
: :
: : ===
: :
: : Visit my webpage and podcast feed at www.blind-geek-zone.net
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
: :
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED] 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast help needed

2007-05-25 Thread Sarah
You can alsouse a dsp audio stacker to compress and add more punch to oru 
music. I did this this week but my archive is corrupted. ah ell you can hear 
it nexst week on the 28th

: Hi Everyone,
:
: Ok finally figured it all out.  I had a USB microphone plugged into
: the system.  So everytime I switched the input mode from winamp to
: soundcard it was using the USB microphone as the soundcard.  I
: stumbled upon this when I forgot and left the microphone switch on
: and was playing with the input settings while streaming and heard my
: voice from the USB microphone.  I unplugged it and the SoundBlaster
: took over and everything works just fine. Oviously the winamp
: shoutcast plug-in can't handle more than one sound card as the combo
: box only says winamp or sound card for the inputs and I was not able
: to select from the USB microphone and the SoundBlaster.  I plugged
: in a USB sound card after I started streaming to get Jaws to switch
: to it instead of the sound blaster.  So all my problems were due to
: the USB microphone. That's really crazy isn't it?
:
: Now to see if I can teach my client to do this.  Thank you everyone
: that gave me advice, especially Jonathan that got me going in the
: right direction tonight.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Jessica Pitzer [EMAIL PROTECTED]
: To: PC audio discussion list. pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 11:01 PM
: Subject: Re: Shoutcast help needed
:
:
: you have to get jaws of that sound card somehow.
:
: On 5/24/07, Rick Harmon [EMAIL PROTECTED] wrote:
: Hi,
:
: Yes I just went in to Goldwave and did a test recording.  I heard
: Jaws speaking and I heard winamp playing it's audio stream and my
: voice from the
: microphone when I played the recording back.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Jonathan Mosen [EMAIL PROTECTED]
: To: 'PC audio discussion list. ' pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 9:37 PM
: Subject: RE: Shoutcast help needed
:
:
: Hi Rick, and if you use a program like Sound Forge of Goldwave,
: does What You hear work as you would expect? Because it sounds like
: you're doing everything right and that the sound card may be the
: issue.
:
: -Original Message-
: From: Rick Harmon [mailto:[EMAIL PROTECTED]
: Sent: Friday, 25 May 2007 1:12 p.m.
: To: PC audio discussion list.
: Subject: Re: Shoutcast help needed
:
: Yes I'm sending silence.  The number of bytes does go up so I can
: tell the data is streaming.  I even get the right header for the
: song on the other end but all I get in the stream is silence.
: when I set the input mode back to winamp my audio stream is heard
: again.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Jonathan Mosen [EMAIL PROTECTED]
: To: 'PC audio discussion list. ' pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 8:55 PM
: Subject: RE: Shoutcast help needed
:
:
: Hi Rick, when this happens, can you tell if you are streaming
: silence? That
: is to say does the number of bytes sent in the Shoutcast Plug-in
: window keep
: increasing?
:
: -Original Message-
: From: Rick Harmon [mailto:[EMAIL PROTECTED]
: Sent: Friday, 25 May 2007 12:49 p.m.
: To: PC audio discussion list.
: Subject: Re: Shoutcast help needed
:
: Hi Jonathan,
:
: I'm not a broadcaster so unfortunately this isn't all straight
: forward to me.   I have seen the settings that you are talking
: about and have tried switching the input for the plug in to
: soundcard and then setting up the volume control for recording to
: what you hear and setting the playback microphone to unmuted.  When
: I do this however I hear nothing from the server.  No audio stream
: and no voice from the microphone.  I've been working on this for a
: week now and am banging my head against the wall.  I simply don't
: know how to get this done via winamp and the shoutcast plugin.
: I have no problems getting the audio stream to work.  That part is
: actually
: pretty simple.  But getting the voice over simply isn't working no
: matter what I try.
:
: Thanks for your help,
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Jonathan Mosen [EMAIL PROTECTED]
: To: 'PC audio discussion list. ' pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 7:35 PM
: Subject: RE: Shoutcast help needed
:
:
: Hi Rick, this is really very straight forward. The only issue may
: be if the
: person concerned is using software speech through the same sound
: card that the material to be broadcast is coming from.
:
: In the Shoutcast DSP plug-in for Winamp, there are two modes. One
: sends data
: direct from Winamp itself. In other words, if you play an MP3 file,
: then the
: MP3 data

Re: Shoutcast help needed

2007-05-25 Thread Sarah
That's why I only will use mine for portibility.I will never use mine for 
broadcasting even though it soudns great.

: Yeah, USB microphones can sometimes cause quite a habic for
: broadcasting, a friend of mine tried to broadcast with one, and she
: couldn't be heard.
:
: At 23:39 5/24/2007, you wrote:
:Hi Everyone,
:
:Ok finally figured it all out.  I had a USB microphone plugged into
:the system.  So everytime I switched the input mode from winamp to
:soundcard it was using the USB microphone as the soundcard.  I
:stumbled upon this when I forgot and left the microphone switch on
:and was playing with the input settings while streaming and heard my
:voice from the USB microphone.  I unplugged it and the SoundBlaster
:took over and everything works just fine. Oviously the winamp
:shoutcast plug-in can't handle more than one sound card as the combo
:box only says winamp or sound card for the inputs and I was not able
:to select from the USB microphone and the SoundBlaster.  I plugged
:in a USB sound card after I started streaming to get Jaws to switch
:to it instead of the sound blaster.  So all my problems were due to
:the USB microphone. That's really crazy isn't it?
:
:Now to see if I can teach my client to do this.  Thank you everyone
:that gave me advice, especially Jonathan that got me going in the
:right direction tonight.
:
:Rick
:
:
:===
:
:Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
:- Original Message -
:From: Jessica Pitzer [EMAIL PROTECTED]
:To: PC audio discussion list. pc-audio@pc-audio.org
:Sent: Thursday, May 24, 2007 11:01 PM
:Subject: Re: Shoutcast help needed
:
:
:you have to get jaws of that sound card somehow.
:
:On 5/24/07, Rick Harmon [EMAIL PROTECTED] wrote:
:  Hi,
: 
:  Yes I just went in to Goldwave and did a test recording.  I heard
:  Jaws speaking and I heard winamp playing it's audio stream and my
:  voice from the
:  microphone when I played the recording back.
: 
:  Rick
: 
: 
:  ===
: 
:  Visit my webpage and podcast feed at www.blind-geek-zone.net
: 
: 
:  - Original Message -
:  From: Jonathan Mosen [EMAIL PROTECTED]
:  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
:  Sent: Thursday, May 24, 2007 9:37 PM
:  Subject: RE: Shoutcast help needed
: 
: 
:  Hi Rick, and if you use a program like Sound Forge of Goldwave,
:  does What You hear work as you would expect? Because it sounds
:  like you're doing everything right and that the sound card may be
:  the issue.
: 
:  -Original Message-
:  From: Rick Harmon [mailto:[EMAIL PROTECTED]
:  Sent: Friday, 25 May 2007 1:12 p.m.
:  To: PC audio discussion list.
:  Subject: Re: Shoutcast help needed
: 
:  Yes I'm sending silence.  The number of bytes does go up so I can
:  tell the data is streaming.  I even get the right header for the
:  song on the other end but all I get in the stream is silence.
:  when I set the input mode back to winamp my audio stream is heard
:  again.
: 
:  Rick
: 
: 
:  ===
: 
:  Visit my webpage and podcast feed at www.blind-geek-zone.net
: 
: 
:  - Original Message -
:  From: Jonathan Mosen [EMAIL PROTECTED]
:  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
:  Sent: Thursday, May 24, 2007 8:55 PM
:  Subject: RE: Shoutcast help needed
: 
: 
:  Hi Rick, when this happens, can you tell if you are streaming
:  silence? That
:  is to say does the number of bytes sent in the Shoutcast Plug-in
:  window keep
:  increasing?
: 
:  -Original Message-
:  From: Rick Harmon [mailto:[EMAIL PROTECTED]
:  Sent: Friday, 25 May 2007 12:49 p.m.
:  To: PC audio discussion list.
:  Subject: Re: Shoutcast help needed
: 
:  Hi Jonathan,
: 
:  I'm not a broadcaster so unfortunately this isn't all straight
:  forward to me.   I have seen the settings that you are talking
:  about and have tried switching the input for the plug in to
:  soundcard and then setting up the volume control for recording to
:  what you hear and setting the playback microphone to unmuted.
:  When I do this however I hear nothing from the server.  No audio
:  stream and no voice from the microphone.  I've been working on
:  this for a week now and am banging my head against the wall.  I
:  simply don't know how to get this done via winamp and the
:  shoutcast plugin.
:  I have no problems getting the audio stream to work.  That part is
:  actually
:  pretty simple.  But getting the voice over simply isn't working
:  no matter what I try.
: 
:  Thanks for your help,
: 
:  Rick
: 
: 
:  ===
: 
:  Visit my webpage and podcast feed at www.blind-geek-zone.net
: 
: 
:  - Original Message -
:  From: Jonathan Mosen [EMAIL PROTECTED]
:  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
:  Sent: Thursday, May 24, 2007 7:35 PM
:  Subject: RE: Shoutcast help needed
: 
: 
:  Hi Rick, this is really very straight forward. The only issue may
:  be if the
:  person concerned is using software speech through the same sound
:  card that the material

Re: Shoutcast help needed

2007-05-25 Thread Jessica Pitzer
the issue is and why you can't be hurd is when you broadcast you need
to have what you hear turned on on the card, and USB's since they are
a separate sound divice don't usually have that functionality that is
why people can not be hurd well. Jessica any questions add
[EMAIL PROTECTED] to your MSN or guide.dog.girl to your
skype

On 5/25/07, Sarah [EMAIL PROTECTED] wrote:
 That's why I only will use mine for portibility.I will never use mine for
 broadcasting even though it soudns great.

 : Yeah, USB microphones can sometimes cause quite a habic for
 : broadcasting, a friend of mine tried to broadcast with one, and she
 : couldn't be heard.
 :
 : At 23:39 5/24/2007, you wrote:
 :Hi Everyone,
 :
 :Ok finally figured it all out.  I had a USB microphone plugged into
 :the system.  So everytime I switched the input mode from winamp to
 :soundcard it was using the USB microphone as the soundcard.  I
 :stumbled upon this when I forgot and left the microphone switch on
 :and was playing with the input settings while streaming and heard my
 :voice from the USB microphone.  I unplugged it and the SoundBlaster
 :took over and everything works just fine. Oviously the winamp
 :shoutcast plug-in can't handle more than one sound card as the combo
 :box only says winamp or sound card for the inputs and I was not able
 :to select from the USB microphone and the SoundBlaster.  I plugged
 :in a USB sound card after I started streaming to get Jaws to switch
 :to it instead of the sound blaster.  So all my problems were due to
 :the USB microphone. That's really crazy isn't it?
 :
 :Now to see if I can teach my client to do this.  Thank you everyone
 :that gave me advice, especially Jonathan that got me going in the
 :right direction tonight.
 :
 :Rick
 :
 :
 :===
 :
 :Visit my webpage and podcast feed at www.blind-geek-zone.net
 :
 :
 :- Original Message -
 :From: Jessica Pitzer [EMAIL PROTECTED]
 :To: PC audio discussion list. pc-audio@pc-audio.org
 :Sent: Thursday, May 24, 2007 11:01 PM
 :Subject: Re: Shoutcast help needed
 :
 :
 :you have to get jaws of that sound card somehow.
 :
 :On 5/24/07, Rick Harmon [EMAIL PROTECTED] wrote:
 :  Hi,
 : 
 :  Yes I just went in to Goldwave and did a test recording.  I heard
 :  Jaws speaking and I heard winamp playing it's audio stream and my
 :  voice from the
 :  microphone when I played the recording back.
 : 
 :  Rick
 : 
 : 
 :  ===
 : 
 :  Visit my webpage and podcast feed at www.blind-geek-zone.net
 : 
 : 
 :  - Original Message -
 :  From: Jonathan Mosen [EMAIL PROTECTED]
 :  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
 :  Sent: Thursday, May 24, 2007 9:37 PM
 :  Subject: RE: Shoutcast help needed
 : 
 : 
 :  Hi Rick, and if you use a program like Sound Forge of Goldwave,
 :  does What You hear work as you would expect? Because it sounds
 :  like you're doing everything right and that the sound card may be
 :  the issue.
 : 
 :  -Original Message-
 :  From: Rick Harmon [mailto:[EMAIL PROTECTED]
 :  Sent: Friday, 25 May 2007 1:12 p.m.
 :  To: PC audio discussion list.
 :  Subject: Re: Shoutcast help needed
 : 
 :  Yes I'm sending silence.  The number of bytes does go up so I can
 :  tell the data is streaming.  I even get the right header for the
 :  song on the other end but all I get in the stream is silence.
 :  when I set the input mode back to winamp my audio stream is heard
 :  again.
 : 
 :  Rick
 : 
 : 
 :  ===
 : 
 :  Visit my webpage and podcast feed at www.blind-geek-zone.net
 : 
 : 
 :  - Original Message -
 :  From: Jonathan Mosen [EMAIL PROTECTED]
 :  To: 'PC audio discussion list. ' pc-audio@pc-audio.org
 :  Sent: Thursday, May 24, 2007 8:55 PM
 :  Subject: RE: Shoutcast help needed
 : 
 : 
 :  Hi Rick, when this happens, can you tell if you are streaming
 :  silence? That
 :  is to say does the number of bytes sent in the Shoutcast Plug-in
 :  window keep
 :  increasing?
 : 
 :  -Original Message-
 :  From: Rick Harmon [mailto:[EMAIL PROTECTED]
 :  Sent: Friday, 25 May 2007 12:49 p.m.
 :  To: PC audio discussion list.
 :  Subject: Re: Shoutcast help needed
 : 
 :  Hi Jonathan,
 : 
 :  I'm not a broadcaster so unfortunately this isn't all straight
 :  forward to me.   I have seen the settings that you are talking
 :  about and have tried switching the input for the plug in to
 :  soundcard and then setting up the volume control for recording to
 :  what you hear and setting the playback microphone to unmuted.
 :  When I do this however I hear nothing from the server.  No audio
 :  stream and no voice from the microphone.  I've been working on
 :  this for a week now and am banging my head against the wall.  I
 :  simply don't know how to get this done via winamp and the
 :  shoutcast plugin.
 :  I have no problems getting the audio stream to work.  That part is
 :  actually
 :  pretty simple.  But getting the voice over simply isn't working
 :  no matter what I try.
 : 
 :  Thanks for your help

Re: Shoutcast help needed

2007-05-25 Thread Rick Harmon
Thanks sarah, I got it figured out finally.

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


- Original Message - 
From: Sarah [EMAIL PROTECTED]
To: PC audio discussion list.  pc-audio@pc-audio.org
Sent: Friday, May 25, 2007 6:59 PM
Subject: Re: Shoutcast help needed


Ah. wellthnI dont know what to tell you They will have to use an audomated
something then if they can't learn the volume controls for the moment. They
are gongot have to use the volume controol, sam or shoutcast and the direct
sound out pluggin to   do what they want. O. and they need another sound
card as well  so theyre windows sounds and jaws don't come through the
broadcast. Go to www.marrie.org and look at my archives to see what I mean.

: So you are saying I do not need linerec?  I already have the
: shoutcast plug in installed.  It works fine and the stream works
: fine.  I only get silence when going to the linerec item in my
: playlist.
:
: I really can't go to these extremes of using three or four different
: tools just to use a mic input for this.  The client isn't going to
: want to do all these things like quickmix and other tools to do
: this.  It's simply going to be too hard for them to learn all this.
: I need to keep it as simple as possible for them.
:
: Rick
:
:
: ===
:
: Visit my webpage and podcast feed at www.blind-geek-zone.net
:
:
: - Original Message -
: From: Sarah [EMAIL PROTECTED]
: To: PC audio discussion list.  pc-audio@pc-audio.org
: Sent: Thursday, May 24, 2007 6:26 PM
: Subject: Re: Shoutcast help needed
:
:
: No you don't need that. you need a dsp broadcasting tool and your
: volume control in windows. Just check the playback mic and what
: youhear in the recording properties. when you don't want to talk
: anymore, you check the mute box and unchck the mute box when you
: want to talk. You can use quickmix and winkey to acomplish this.
: SAG
:
: : Thanks Darrell, I'll give that a try.  looks to be somewhat
: : difficult using it since it has to be in the playlist.
: :
: : Rick
: :
: :
: : ===
: :
: : Visit my webpage and podcast feed at www.blind-geek-zone.net
: :
: :
: : - Original Message -
: : From: Darrell Shandrow [EMAIL PROTECTED]
: : To: PC audio discussion list.  pc-audio@pc-audio.org
: : Sent: Thursday, May 24, 2007 4:21 PM
: : Subject: Re: Shoutcast help needed
: :
: :
: : Hi Rick,
: :
: : I'm no expert in this kind of broadcasting as I use Station
: : Playlist Studio to take care of a lot of this nowadays, but I
: : think what you're looking for is the linerec plugin for Winamp.
: : - Original Message -
: : From: Rick Harmon [EMAIL PROTECTED]
: : To: PC audio discussion list.  Pc-audio@pc-audio.org
: : Sent: Thursday, May 24, 2007 12:34 PM
: : Subject: Shoutcast help needed
: :
: :
: : Hi everyone,
: :
: : I am helping a client to setup a shoutcast server.  I've
: : downloaded and installed the shoutcast server and shoutcast plug
: : ins here and have configured them.  I have a functioning
: : shoutcast server with one problem so far.  Using the winamp
: : shoutcast plug in, how can I also use a microphone along with
: : the audio stream?
: :
: : Any help is appreciated since I've spent many hours working on
: : this project and am on a dead line to finish it and train the
: : client on its usage.
: :
: : Thanks,
: :
: : Rick
: :
: :
: : ===
: :
: : Visit my webpage and podcast feed at www.blind-geek-zone.net
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
: :
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
: :
: :
: :
: : Audio List Help, Guidelines, Archives and more...
: : http://www.pc-audio.org
: :
: : To unsubscribe from this list, send a blank email to:
: : [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]
:
:
:
: Audio List Help, Guidelines, Archives and more...
: http://www.pc-audio.org
:
: To unsubscribe from this list, send a blank email to:
: [EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more...
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to:
[EMAIL PROTECTED]



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Shoutcast help needed

2007-05-24 Thread Rick Harmon
Hi everyone,

I am helping a client to setup a shoutcast server.  I've downloaded and 
installed the shoutcast server and shoutcast plug ins here and have configured 
them.  I have a functioning shoutcast server with one problem so far.  Using 
the winamp shoutcast plug in, how can I also use a microphone along with the 
audio stream?

Any help is appreciated since I've spent many hours working on this project and 
am on a dead line to finish it and train the client on its usage.

Thanks,

Rick


===

Visit my webpage and podcast feed at www.blind-geek-zone.net


Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


Re: Shoutcast help needed

2007-05-24 Thread Darrell Shandrow
Hi Rick,

I'm no expert in this kind of broadcasting as I use Station Playlist Studio 
to take care of a lot of this nowadays, but I think what you're looking for 
is the linerec plugin for Winamp.
- Original Message - 
From: Rick Harmon [EMAIL PROTECTED]
To: PC audio discussion list.  Pc-audio@pc-audio.org
Sent: Thursday, May 24, 2007 12:34 PM
Subject: Shoutcast help needed


 Hi everyone,

 I am helping a client to setup a shoutcast server.  I've downloaded and 
 installed the shoutcast server and shoutcast plug ins here and have 
 configured them.  I have a functioning shoutcast server with one problem 
 so far.  Using the winamp shoutcast plug in, how can I also use a 
 microphone along with the audio stream?

 Any help is appreciated since I've spent many hours working on this 
 project and am on a dead line to finish it and train the client on its 
 usage.

 Thanks,

 Rick


 ===

 Visit my webpage and podcast feed at www.blind-geek-zone.net


 Audio List Help, Guidelines, Archives and more...
 http://www.pc-audio.org

 To unsubscribe from this list, send a blank email to:
 [EMAIL PROTECTED]
 



Audio List Help, Guidelines, Archives and more... 
http://www.pc-audio.org

To unsubscribe from this list, send a blank email to: 
[EMAIL PROTECTED]


  1   2   3   >