Old 28th February 2003, 18:01   #1
Tha3Rd
Junior Member
 
Join Date: Feb 2003
Posts: 15
Status Bytes Sent

Ok so it is sending bytes via my winamp when I connect... how many will it send and when can I broadcast?

this is the server response I am receiving


*******************************************************************************
** SHOUTcast Distributed Network Audio Server
** Copyright (C) 1998-2000 Nullsoft, Inc. All Rights Reserved.
** Use "sc_serv filename.ini" to specify an ini file.
*******************************************************************************

Event log:
<02/28/03@13:59:50> [SHOUTcast] DNAS/win32 v1.9.2 (Nov 25 2002) starting up...
<02/28/03@13:59:50> [main] loaded config from C:\PROGRAM FILES\SHOUTCAST\SC_SERV.ini
<02/28/03@13:59:50> [main] initializing (usermax:18 portbase:8000)...
<02/28/03@13:59:50> [main] No ban file found (sc_serv.ban)
<02/28/03@13:59:50> [main] No rip file found (sc_serv.rip)
<02/28/03@13:59:50> [main] opening source socket
<02/28/03@13:59:50> [main] source thread starting
<02/28/03@13:59:50> [main] opening client socket
<02/28/03@13:59:50> [main] Client Stream thread [0] starting
<02/28/03@13:59:50> [main] client main thread starting
<02/28/03@13:59:50> [source] listening for connection on port 8001
<02/28/03@14:00:10> [source] connected from 127.0.0.1
<02/28/03@14:00:10> [source] icy-name:The Pit ; icy-genre:Rock,Rap,Punk, EVERYTHING
<02/28/03@14:00:10> [source] icy-pub:1 ; icy-br:24 ; icy-url:http://tiffdee.com/thepit
<02/28/03@14:00:10> [source] icy-irc:#shoutcast ; icy-icq:0 ; icy-aim:gravelove
<02/28/03@14:00:11> [dest: 205.188.234.74] starting stream (UID: 0)[L: 1]{A: SHOUTcast Directory Tester}(P: 0)
<02/28/03@14:00:11> [dest: 205.188.234.74] connection closed (0 seconds) (UID: 0)[L: 0]{Bytes: 8192}(P: 0)
<02/28/03@14:00:12> [yp_add] yp.shoutcast.com added me successfully
<02/28/03@14:01:11> [yp_tch] yp.shoutcast.com touched!
<02/28/03@14:02:12> [yp_tch] yp.shoutcast.com touched!
<02/28/03@14:03:12> [yp_tch] yp.shoutcast.com touched!
<02/28/03@14:04:13> [yp_tch] yp.shoutcast.com touched!
<02/28/03@14:05:13> [yp_tch] yp.shoutcast.com touched!
Tha3Rd is offline   Reply With Quote
Old 28th February 2003, 18:08   #2
Euroimported
Registered User
 
Join Date: Dec 2002
Posts: 71
Your SHOUTcast DNAS server is working as it should, correctly. You can find the bytes sent in te "DSP Plug-In" window box, they will change of course as they accumulate to the more information sent.
Euroimported is offline   Reply With Quote
Old 28th February 2003, 18:11   #3
Tha3Rd
Junior Member
 
Join Date: Feb 2003
Posts: 15
So right now it is broadcasting?
Tha3Rd is offline   Reply With Quote
Old 28th February 2003, 18:11   #4
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
The yp messages mean:

"yp added me" means your station information (station name, bitrate, maximum number listeners, current number listeners, currently playing song, ...) has been added to the SHOUTcast yp (yellow pages) directory.

"yp touched" means your station information (station name, bitrate, maximum number listeners, current number listeners, currently playing song, ...) has been updated in the SHOUTcast yp directory.

It can take up to 15 minutes after the first "yp touched" message before your station appears from a SHOUTcast yp search.

FesterHead is offline   Reply With Quote
Old 28th February 2003, 18:12   #5
Tha3Rd
Junior Member
 
Join Date: Feb 2003
Posts: 15
what is the address?
Tha3Rd is offline   Reply With Quote
Old 28th February 2003, 18:13   #6
Euroimported
Registered User
 
Join Date: Dec 2002
Posts: 71
Yes, indeed it is. If you want to double-check if it is playing, just go to http://yourIpAddressHereort/listen.pls

It will give you statistics on your SHOUTcast DNAS server.

EDIT: your server is working properly, although it's streaming output to 127.0.0.1. that's the SHOUTcast home IP. you need to find your PC ip address and enter it in the DSP Plug-In box, in place of the 127.0.0.1. then, "kill" or "disconnect" the server and it should reconnect back up to your PC if all is correct. this way your listeners will be able to hear your music.

<a href="http://169.254.95.205:8000/listen.pls">Euroimported Internet Radio</a>
Euroimported is offline   Reply With Quote
Old 28th February 2003, 18:15   #7
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
[edit]Doh! I'm too slow [/edit]

DNAS link: http://yourDNASip:yourDNASport
Listen link: http://yourDNASip:yourDNASport/listen.pls

Replace yourDNASip with the ip of the DNAS (SHOUTcast server) and yourDNASport with the DNAS port (default is 8000)

Also, machines on the same lan as the DNAS (you) need to use the lan ip of the DNAS to connect/listen.
Machines not on the same lan as the DNAS (the rest of the world) need to use the real, world-visible ip of the DNAS to connect/listen.

See RFC1918 for more information. Scroll down and look for the section titled: 3. Private Address Space

How to find your ip address (Part I).
How to find your ip address (Part II).

Finally, you can get a static name, such as foo.bar.com (not as cool as that, though ) from http://www.no-ip.com or one of the other myriad of Dynamic DNS Services.
Then, your links would be:
DNAS link: http://foo.bar.com:yourDNASport
Listen link: http://foo.bar.com:yourDNASport/listen.pls

FesterHead is offline   Reply With Quote
Old 28th February 2003, 18:20   #8
Euroimported
Registered User
 
Join Date: Dec 2002
Posts: 71
Quote:
Originally posted by festerhead
[edit]Doh! I'm too slow [/edit]

DNAS link: http://yourDNASip:yourDNASport
Listen link: http://yourDNASip:yourDNASport/listen.pls

Replace yourDNASip with the ip of the DNAS (SHOUTcast server) and yourDNASport with the DNAS port (default is 8000)

Also, machines on the same lan as the DNAS (you) need to use the lan ip of the DNAS to connect/listen.
Machines not on the same lan as the DNAS (the rest of the world) need to use the real, world-visible ip of the DNAS to connect/listen.

See RFC1918 for more information. Scroll down and look for the section titled: 3. Private Address Space

How to find your ip address (Part I).
How to find your ip address (Part II).

Finally, you can get a static name, such as foo.bar.com (not as cool as that, though ) from http://www.no-ip.com or one of the other myriad of Dynamic DNS Services.
Then, your links would be:
DNAS link: http://foo.bar.com:yourDNASport
Listen link: http://foo.bar.com:yourDNASport/listen.pls
bite me, i've been waiting for my XML stats response for ages tsk tsk tsk
Euroimported is offline   Reply With Quote
Old 28th February 2003, 19:34   #9
Tha3Rd
Junior Member
 
Join Date: Feb 2003
Posts: 15
Thanks Guys... could someone listen to http://24.103.23.221:8000/listen.pls and let me know if it's working?
Tha3Rd is offline   Reply With Quote
Old 28th February 2003, 20:55   #10
FesterHead
Alumni
 
FesterHead's Avatar
 
Join Date: Sep 2001
Location: Maui, Hawaii
Posts: 14,108
your station is up.

However, I was not able listen to anything since it appears you aren't playing anything.

Also, I'm not sure that I would be able to hear anything because your stream needed be be re-buffered constantly.

Are you sure you can handle 40 128kbps streams let alone one?

Check out the Sticky post titled:
SHOUTcast: Important Info & Answers to FAQs. READ ME!

Scroll down a bit and look for the section titled:
1. DNAS Stuff -> Bandwidth -> DSLReports Bandwidth tester(Only be concerned with the UPLOAD bandwidth)
2. DNAS Stuff -> Bandwidth -> CasterClub's Listener Calculator
3. DNAS Stuff -> Bandwidth -> CasterClub's Bandwidth Calculator

Use 1 to find your upload.
Use 2 to determine the number of listeners you can support at your selected streaming bitrate.

Jay (KXRM) also has a Bandwidth Calculator.

FesterHead is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump