![]() |
I have tried everything with linksys, no results
I have forwarded ports 8000 and 8001, I have enabled DMZ, I don't use DHCP. I still get this:
[yp_add] yp.shoutcast.com gave extended error (Cannot see your station/computer (IP: 200.76.240.28:8000) from the Internet, disable Internet Sharing/NAT/firewall/ISP cache (Connection refused)) So, what can I do ?? |
1. make sure windows xp doesent have firewall on or any antivirus software, zone alarm, etc.
Btw, dont enable DMZ and port forward. Just port forwars. DMZ is a security risk. |
Thank yor for answering. Actually, a don't have any firewall software. I have disabled Norton Antivirus, and still I get the same error. What I found is that the IP displayed here: yp_add] yp.shoutcast.com gave extended error (Cannot see your station/computer (IP: 200.76.240.28:8000)
is not my current IP. This means that shoutcast is not reconizing my real IP address. Myabe the problem is with my configurationC@‚jindly check it: ; SHOUTcast Distributed Network Audio Server configuration file ; Copyright (C) 1998-2002 Nullsoft, Inc. ; All Rights Reserved. ; Last modified Jan 16 2002 ; If you want to manage multiple configurations, just copy ; this file to another name, and run sc_serv with that name ; such as: ; sc_serv.exe sc_leet.conf ; *************************** ; Required stuff ; *************************** ; MaxUser. The maximum number of simultaneous listeners allowed. ; Compute a reasonable value for your available upstream bandwidth (i.e. if ; you have 256kbps upload DSL, and want to broadcast at 24kbps, you would ; choose 256kbps/24kbps=10 maximum listeners.) Setting this value higher ; only wastes RAM and screws up your broadcast when more people connect ; than you can support. MaxUser=32 ; Password. While SHOUTcast never asks a listener for a password, a ; password is required to broadcast through the server, and to perform ; administration via the web interface to this server. This server should ; consist of only letters and numbers, and is the same server your broadcaster ; will need to enter in the SHOUTcast Source Plug-in for Winamp. THIS VALUE ; CANNOT BE BLANK. Password=6210203 ; PortBase. This is the IP port number your server will run on. The ; value, and the value + 1 must be available. If you get a fatal error when ; the DNAS is setting up a socket on startup, make sure nothing else on the ; machine is running on the same port (telnet localhost portnumber -- if you ; get connection refused then you're clear to use that port). Ports < 1024 ; may require root privledges on *nix machines. The default port is 8000. PortBase=8000 ; *************************** ; Optional Parameters ; *************************** ; *************************** ; Logging configuration ; *************************** ; LogFile: file to use for logging. Can be '/dev/null' or 'none' ; or empty to turn off logging. The default is ./sc_serv.log ; on *nix systems or sc_serv_dir\sc_serv.log on win32. ; Note: on win32 systems if no path is specified the location is ; in the same dir as the executable, on *nix systems it is in the ; current directory. LogFile=sc_serv.log ; RealTime displays a status line that is updated every second ; with the latest information on the current stream (*nix and win32 ; console systems only) RealTime=1 ; ScreenLog controls whether logging is printed to the screen or not ; on *nix and win32 console systems. It is useful to disable this when ; running servers in background without their own terminals. Default is 1 ScreenLog=1 ; ShowLastSongs specifies how many songs to list in the /played.html ; page. The default is 10. Acceptable entries are 1 to 20. ShowLastSongs=10 ; TchLog decides whether or not the DNAS logfile should track yp ; directory touches. Adds and removes still appear regardless of ; this setting. ; Default is yes ; TchLog=yes ; WebLog decides whether or not hits to http:// on this DNAS will ; be logged. Most people leave this off because the DSP plug-in ; uses http:// calls to update titles and get the listener count, ; which takes up a lot of log space eventually. If you want to ; see people making hits on your admin.cgi or index pages, turn ; this back on. Note that this setting does NOT affect XML stats ; counters for hits to http:// pages. ; Default is no. ; WebLog=no ; W3CEnable turns on W3C Logging. W3C logs contain httpd-like accounts ; of every track played for every listener, including byte counts those listeners ; took. This data can be parsed with tools like Analog and WebTrends, or given ; to third parties like Arbitron and Measurecast for their reporting systems. ; Default is Yes (enabled). W3CEnable=Yes ; W3CLog describes the name of the logfile for W3C logging. Default logfile is ; sc_w3c.log, in the same directory wherever the DNAS gets started from. W3CLog=sc_w3c.log ; *************************** ; Network configuration ; *************************** ; SrcIP, the interface to listen for source connections on (or to make relay ; connections on if relaying). Can and usually will be ANY or 127.0.0.1 ; (Making it 127.0.0.1 will keep other machines from being able to ; broadcast using your shoutcast server ) SrcIP=192.168.1.110 ; DestIP, IP to listen for clients on (and to contact yp.shoutcast.com) ; can and usually will be be ANY. If your machine has multiple IP addresses, ; set this to the one you want it to be accessed by. DestIP=any ; Yport, port to connect to yp.shoutcast.com on. For people behind caching ; webproxies, change this to the alternate port (666 is what it might be, ; check www.shoutcast.com if you have problems). Otherwise, leave this at 80. ; We're actively working on re-opening port 666, but as of release the only ; working port is port 80. Yport=80 ; NameLookups. Specify 1 to perform reverse DNS on connections. ; This option may increase the time it takes to connect to your ; server if your DNS server is slow. Default is 0 (off). NameLookups=0 ; RelayPort and RelayServer specify that you want to be a relay server. ; Relay servers act as clients to another server, and rebroadcast. ; Set RelayPort to 0, RelayServer to empty, or just leave these commented ; out to disable relay mode. ; RelayPort=8000 ; RelayServer=192.168.1.58 ; *************************** ; Server configuration ; *************************** ; AdminPassword. This password (if specified) changes the ; behavior of Password to be a broadcast-only password, and ; limits HTTP administration tasks to the password specified ; here. The broadcaster, with the password above, can still ; log in and view connected users, but only the AdminPassword ; will grant the right to kick, ban, and specify reserve hosts. ; The default is undefined (Password allows control for both ; source and admin) ; AdminPassword=adminpass ; AutoDumpUsers controls whether listeners are disconnected if the source ; stream disconnects. The default is 0. AutoDumpUsers=0 ; AutoDumpSourceTime specifies how long, in seconds, the source stream is ; allowed to be idle before the server disconnects it. 0 will let the source ; stream idle indefinately before disconnecting. The default is 30. AutoDumpSourceTime=30 ; ContentDir specifies the directory location on disk of where to stream ; on-demand content from. Subdirectories are supported as of DNAS 1.8.2. ; Default is ./content, meaning a directory named content in the same directory ; as where sc_serv was invoked from. ; ContentDir=./content ; IntroFile can specify a mp3 file that will be streamed to listeners right ; when they connect before they hear the live stream. ; Note that the intro file MUST be the same samplerate/channels as the ; live stream in order for this to work properly. Although bitrate CAN ; vary, you can use '%d' to specify the bitrate in the filename ; (i.e. C:\intro%d.mp3 would be C:\intro64.mp3 if you are casting at 64kbps). ; The default is no IntroFile ; IntroFile=c:\intro%d.mp3 ; BackupFile can specify a mp3 file that will be streamed to listeners over ; and over again when the source stream disconnects. AutoDumpUsers must be ; 0 to use this feature. When the source stream reconnects, the listeners ; are rejoined into the live broadcast. ; Note that the backup file MUST be the same samplerate/channels as the ; live stream in order for this to work properly. Although bitrate CAN ; vary, you can use '%d' to specify the bitrate in the filename ; (i.e. C:\backup%d.mp3 would be C:\backup32.mp3 if you are casting at 32kbps). ; The default is no BackupFile ; BackupFile=C:\intro%d.mp3 ; TitleFormat specifies a format string for what title is sent to the listener. ; For example, a string of 'Justin Radio' forces the title 'Justin Radio' even ; when the source changes the title. You can use up to one '%s' in the string ; which lets you contain the title from the source. For example, if your ; TitleFormat is 'Justin Radio: %s', and the source plug-in's title is ; 'Billy plays the blues', then the net title is ; 'Justin Radio: Billy plays the blues'. Note: only works on non-relay servers. ; The default is no format string. ; TitleFormat=Justin Radio: %s ; URLFormat specifies a format string for what url is sent to the listener. ; Behaves like TitleFormat (see above). ; The default is no format string. ; URLFormat=http://www.server.com/redirect.cgi?url=%s ; PublicServer can be always, never, or default (the default, heh) ; Any setting other than default will override the public status ; of the source plug-in or of a SHOUTcast server that is being relayed. PublicServer=default ; AllowRelay determines whether or not other SHOUTcast servers will be ; permitted to relay this server. The default is Yes. AllowRelay=Yes ; AllowPublicRelay, when set to No, will tell any relaying servers not ; to list the server in the SHOUTcast directory (non-public), provided ; the relaying server's Public flag is set to default. The default is ; Yes. AllowPublicRelay=Yes ; MetaInterval specifies how often, in bytes, metadata sent. ; You should really leave this at the default of 8192, but the option is ; provided anyway. MetaInterval=8192 ; ***************************** ; Access Control ; ***************************** ; ListenerTimer is a value in minutes of maximum permitted time for ; a connected listener. If someone is connected for longer than this ; amount of time, in minutes, they are disconnected. When undefined, ; there is no limit defined. Default is undefined. ; ListenerTimer=600 ; BanFile is the text file sc_serv reads and writes to/from ; for the list of clients prohibited to connect to this ; server. It's automatically generated via the web ; interface. ; BanFile=sc_serv.ban ; RipFile is the text file sc_serv reads and writes to/from ; for the list of client IPs which are *ALWAYS* permitted ; to connect to this server (useful for relay servers). ; This file is automatically generated via the web ; interface. Note that if your server is FULL, and someone ; from a Reserved IP connects, the DNAS will force the person ; listening for the longest time off to make room for the new ; connection. ; RipFile=sc_serv.rip ; RIPOnly, when set to Yes, will only allow IP addresses listed in the Reserved ; IP list to connect and relay. All other connections for listening will be denied. ; This is really only useful for servers whose sole purpose is to provide the ; primary feed to all public relays. Setting this value to Yes also forces the ; server into Private mode, since listing this server in the directory would ; be pointless. Default is No. ; RIPOnly=No ; ***************************** ; Extended Logging ; ***************************** ; The old features previously at this location, HistoryLog and CurrentLog, are ; no longer used and succeded by W3C Logging and XML, respectively. ; *************************** ; Mass Configuration ; *************************** ; Unique: assigns a variable name for use in any config item which points to a ; file. Useful for servers running lots of SHOUTcast servers that have similar ; configuration parameters, excepting logfile names, banfile names, etc. Any ; parameter that takes a pathname can include the character $, which will ; substitute $ for the variable assigned here. Keep in mind that the unique ; variable can only be used after it is defined, so don't try to use a unique ; variable substitution in a path before you define it. For example, you ; could set: ; Unique=my_server ; and then define Log=/usr/local/shoutcast/$.log in an included configuration ; file. Default is Unique=$, so that by default any file with $ in the name ; won't substitute anything at all. ; Include: instructs the sc_serv to read from the named configuration file, ; *at the point of insertion of the Include statement*, and process as though ; the included file was part of itself. Note that all configuration parameters ; in the DNAS config file are processed first to last, so if an item is defined ; twice in a configuration, the last item to process will be the one that takes ; effect. For this reason, it's usually a good idea to use the Includes first ; in a config file. ; example: ; Include=/usr/local/shoutcast/common.conf ; Default is not applicable. ; ***************************** ; Tweaks ; ***************************** ; ; DON'T MESS WITH THIS STUFF UNLESS YOU REALLY KNOW WHAT YOU'RE DOING. ; DON'T COMPLAIN TO US IF YOU MESS WITH IT AND THINGS BREAK. ; HAVE A NICE DAY. ; CpuCount is used to explicitly limit the DNAS to dominating a finite ; amount of processors in multiprocessor systems. By default, ; SHOUTcast creates one thread for every processor it detects in the ; host system, and assigns listeners equally across all the threads. ; In the event SHOUTcast doesn't correctly determine the number of ; CPUs in your host, or if you for whatever reason want to force ; the DNAS to not use other processors, you can say so here. ; Default behavior is to use as many processors as the DNAS detects on ; your system. ; CpuCount=1 ; Sleep defines the granularity of the client threads for sending data. ; DNAS 1.7.0, per client thread, will send up to 1,024 bytes of data ; per socket (or less depending on the window available), and then ; sleep for the provided duration before repeating the whole process. ; Note that making this value smaller will vastly increase CPU usage on ; your machine. Increasing reduces CPU, but increasing this value too far ; will cause skips. The value which seems most optimal for 128kbps ; streaming is 833 (833 microseconds per client poll) on our test labs. ; We wouldn't recommend setting it any lower than 100, or any higher than ; 1,024. If you have a slower machine, set this number lower to fix ; skips. ; Default value is 833. ; Sleep=833 ; CleanXML strips some whitespace and linefeeds from XML output which ; confuses some (poorly written) XML parsers. If you get XML rendering errors, ; try turning this on. Default is No (off). ; CleanXML=No ; ; TAG RULES |
I am working on connecting from behind a Linksys Wireless Cable Router....I can connect when I set the address to localhost, but when i put in the local IP Address, and click connect, it just seems to hang....
I have yet to disable DHCP and assign IP addresses, but I was curious as to if there are other changes when using a wireless? |
ive tried this method and it seems to be working i think .. for one its saying connecting . should it be saying connected ???? .... but when i try to look for it on the shoutcast listen page its not there ...... i followed all the steps easily changed the ip and all that to do with router fowarding ..... what i really need to know is what do i put in the address box ?? 192.168.1.2 address or the internal one ?? .... ive tried both the dns ip #'s them are the only ones that seem to keep the server saying connected .... when i enter the the 192.168.1.2 and my internal ip keeps tying to reconnect after a few secs so it seems im doing someting wrong ..... i use xp pro linksys router the latest wimamp/shoutcast firmware 1.4.7 i think .. any help is appreciated i allready learned alot from reading here thanks fellas
|
HOLY *******
GRR >_< Ive done everything here, TWICE, and im Still seeing The Same Exact thing ...
Filters: Block WAN Request - Disable Multicast PAss through - Enable IP Sec Pass Through - Enable PPTP Pass thought - Enable Remote management - disable remote upgrade - disable MTU - Enable (Size : 1492) filters: 1 - 65535 TCP And UDP Checked , IP 192.168.1.1 ENABLE 1 - 65535 TCP And UDP Checked , IP 192.168.1.2 ENABLE DHCP: Disable Status: The router Reports my IP Address as 192.168.1.1 And so does Ipconfig , but Strangly I cant connect in the IP from the Shoutcast plugin, It wants me to use the Ip 192.168.1.2! I did the first Step and nothing Happened , I restarted and everything Worked (But not shoutcast) I Did everything you guys told me to my Firmware Version is 1.45.3, Jul 1 2003, Do i need an Older Version? Im sure its nothing To do with Shoutcast, because when i Try to Host an internet Game with Medal of honer Allied assult, Nobody Could Connect (Same Connection timed out Error) I installed norton internet Security with The Router, then uninstalled it , could there be somthing leftover?!?!?!!? i dont have any idea how to disable Windows XP's Firewall! (Im WInXP home Edition.) I have Absolutly No idea What the problem is !!!! HELP!!!! >_< CURSE YOU ANNOYING "<04/25/04@13:39:35> [yp_add] yp.shoutcast.com gave error (nak) <04/25/04@13:39:35> [yp_add] yp.shoutcast.com gave extended error (Cannot see your station/computer (IP: 151.203.57.161:9000) from the Internet, disable Internet Sharing/NAT/firewall/ISP cache (Connection timed out))" Message!!!!!! |
"For dummies"
Wow, I must be a complete idiot |
Ok. What the heck password am I supposed to know?
|
Nevermind
|
Wicky, use "localhost" as the server address.
After you are sure you have forwarded ports 8000 and 8001 to the computer running the server, use my how-to to open the ports in the xp firewall. How-To:Opening The Required Ports When Using Windows XP Internet Connection Firewall. |
Router trouble
Hi I have a Linksys wireless WRT45G and windows 98se and i need to configure it so i and othere people can use the ststion
|
..Have you read the thread? Forward the ports and voila!
|
How do i open the ports with the router i have?
|
I don't know, that's not a shoutcast problem, contact linksys and find out.
|
ok thanks
|
What About
What about if you type ipconfig and your ip and everything shows up, your internet works, but you try to access your ip in your browser to change settings and it won't come up. What do you do?
|
Re: SHOUTCasting through a Linksys Cable/DSL Router for Dummies
Quote:
|
OS Windows XP Pro SP2 Firewall auto protect, stop blocking enabled. As you can see it connects successfully.
Ok since I can not edit my message this is the last part of my log. <12/06/04@01:14:23> [yp_add] yp.shoutcast.com added me successfully <12/06/04@01:15:05> [source] source dropped connection. disconnecting. <12/06/04@01:15:06> [main] connecting to yp.shoutcast.com to remove myself [no source] <12/06/04@01:15:07> [yp_rem] yp.shoutcast.com removed me! <12/06/04@01:15:10> [source] connected from 192.168.1.100 <12/06/04@01:15:11> [source] icy-name:Goddess Of Light AW Radio: Goddess Of Light AW Radio ; icy-genre:80's Modern, Adult and More <12/06/04@01:15:11> [source] icy-pub:1 ; icy-br:48 ; icy-url:http://www.shoutcast.com <12/06/04@01:15:11> [source] icy-irc:#shoutcast ; icy-icq:0 ; icy-aim:N/A <12/06/04@01:15:11> [dest: 205.188.234.42] starting stream (UID: 2)[L: 1]{A: SHOUTcast Directory Tester}(P: 0) <12/06/04@01:15:24> [yp_add] yp.shoutcast.com added me successfully <12/06/04@01:15:26> [dest: 205.188.234.42] connection closed (15 seconds) (UID: 2)[L: 0]{Bytes: 98304}(P: 0) <12/06/04@01:18:33> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:23:47> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:29:01> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:34:15> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:37:05> [dest: 62.47.8.238] starting stream (UID: 3)[L: 1]{A: WinampMPEG/5.0}(P: 0) <12/06/04@01:37:26> [dest: 62.47.8.238] connection closed (20 seconds) (UID: 3)[L: 0]{Bytes: 65428}(P: 0) <12/06/04@01:39:28> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:44:42> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:49:56> [yp_tch] yp.shoutcast.com touched! <12/06/04@01:55:08> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:00:21> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:05:37> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:10:54> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:16:06> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:21:21> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:26:35> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:31:48> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:37:03> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:42:14> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:47:30> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:52:45> [yp_tch] yp.shoutcast.com touched! <12/06/04@02:58:03> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:03:19> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:08:34> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:13:49> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:19:04> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:24:19> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:29:35> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:34:52> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:40:07> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:45:24> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:50:38> [yp_tch] yp.shoutcast.com touched! <12/06/04@03:55:52> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:01:07> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:06:22> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:11:39> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:16:56> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:22:12> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:27:28> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:32:46> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:38:00> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:43:14> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:48:30> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:53:43> [yp_tch] yp.shoutcast.com touched! <12/06/04@04:54:03> [dest: 217.153.234.100] starting stream (UID: 4)[L: 1]{A: WinampMPEG/2.8}(P: 0) <12/06/04@04:54:37> [dest: 217.153.234.100] connection closed (34 seconds) (UID: 4)[L: 0]{Bytes: 229268}(P: 0) <12/06/04@04:58:56> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:04:14> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:09:28> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:14:42> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:19:54> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:25:08> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:30:37> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:35:50> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:41:03> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:46:17> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:51:30> [yp_tch] yp.shoutcast.com touched! <12/06/04@05:56:43> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:01:55> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:07:10> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:12:25> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:17:38> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:22:56> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:28:11> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:33:28> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:38:43> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:43:55> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:49:07> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:54:23> [yp_tch] yp.shoutcast.com touched! <12/06/04@06:59:40> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:04:58> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:10:12> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:15:24> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:20:39> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:25:53> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:31:06> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:36:19> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:41:33> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:46:49> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:52:04> [yp_tch] yp.shoutcast.com touched! <12/06/04@07:57:18> [yp_tch] yp.shoutcast.com touched! <12/06/04@08:02:35> [yp_tch] yp.shoutcast.com touched! <12/06/04@08:07:52> [yp_tch] yp.shoutcast.com touched! <12/06/04@08:13:06> [yp_tch] yp.shoutcast.com touched! <12/06/04@08:15:58> [source] source dropped connection. disconnecting. <12/06/04@08:15:58> [main] connecting to yp.shoutcast.com to remove myself [no source] <12/06/04@08:16:00> [yp_rem] yp.shoutcast.com removed me! I undwerstand the Drops and reconnects, but the Touched! is confusing, since no one I know and give the address to can hear it. Even from the Address given. Please understand, it took me all of 6 hours and reassigning a new IP to my NIC I was able to fix what I originally broke. Now everything works sending the information, but no one can connect to it. I am currenetly offline, but the Goddess Of Light AW Radio is how it connects, and seems I have the address right because the server works sending my yp add to the shoutcast server. Help please. I know it connects, I even looked at the shoutcast server and saw it there. Is really confused now. This is what I have in my NR401 NetworkEveryWhere Router by Lynksys Advanced Preferances Port Range Filtering Port Range Forwarding Name Shoutcast Ext port 8000-8001 TCP checked UDP Checked 192.168.1.100 Enabled DMZ 192.168.1.100 On Can't tell if anyone is listening. Latest Frirmware update and they have not updated this firmware for a year. |
I Have A Question. I Have A New Computer, Pentium 4, Window XP. Blah Blah Blah. Ok Anyways I Am Hooked Up To A Network With 2 Other Computers. I Have A Linksys Router With The 4 Port Swich v.2. All The Computers Are Hooked Up To The Router And The Router Is Connected To A Terayon Thing. I Forget What You Call Them, Plus Im A N00b. The Terayon Thinger Is Goes Into The Wall.
Heres My Problem. When I Go To http://192.168.1.1 To Forward My Ports, The Password Dialog Box Doesn't Show. I Wait About Two Minutes And I Get Gateway Error. I Went Into My Network Connections In To My TCP/IP. There Is No Gateway Things. Some Site Said To Delete Them But None Are There. Im 100% Confused And I Need To Get My Server Up By A Certain Time. |
Quote:
Are you using the Main Computer it was loggen from initially? This could be your problem. On a more happy note. I have gotten mine to work, but Ihave to give the Shoutcast Post link, and they have to use Winamp to hear. I only run about 2 hours a night, and usually only have 2 ro 3 listeners. Anyway http://images5.theimagehosting.com/M...BluPearl_a.jpg Merry Christmas http://www.diegotorres.com.ar/mensaj...s/sopum_18.gif |
Hmm. Well I've Tried The Main Computer And The Problem Still Stands
|
Quote:
|
Omg It Worked. Thx A Lot Dude.
|
Quote:
|
streaming problem
well...
ive only got the problem of the stream dropping off after a minuite or so on a Linksys BEFW11S4-UK via a wireless USB network card. i do have another machine hard wired to the router which never drops the connection. I have forewarded ports for this machine 8000-8001 and enabled. The USB network card connection is as strong as hell - downloads move up to 130kb/s but i cannot stop shoutcast stations dropping off, sometimes not buffering again until I press play on winamp. please please please can anyone give me some more directions as to how to stop this from happening |
Re: streaming problem
Quote:
|
Event log:
<03/02/05@23:44:24> [SHOUTcast] DNAS/win32 v1.9.5 (Dec 27 2004) starting up... <03/02/05@23:44:24> [main] loaded config from C:\Program Files\SHOUTcast\sc_serv.ini <03/02/05@23:44:24> [main] initializing (usermax:32 portbase:8000)... <03/02/05@23:44:24> [main] No ban file found (sc_serv.ban) <03/02/05@23:44:24> [main] No rip file found (sc_serv.rip) <03/02/05@23:44:24> [main] opening source socket <03/02/05@23:44:24> [main] source thread starting <03/02/05@23:44:24> [main] opening client socket <03/02/05@23:44:24> [main] Client Stream thread [0] starting <03/02/05@23:44:24> [source] listening for connection on port 8001 <03/02/05@23:44:24> [main] client main thread starting <03/02/05@23:44:29> [source] connected from 127.0.0.1 <03/02/05@23:44:30> [source] icy-name:Illusion Radio ; icy-genre:Lineage2 <03/02/05@23:44:30> [source] icy-pub:1 ; icy-br:48 ; icy-url:http://illusion.fragism.com/gl-bin/forum/index.php <03/02/05@23:44:30> [source] icy-irc:none ; icy-icq:0 ; icy-aim:N/A <03/02/05@23:44:32> [dest: 205.188.234.166] starting stream (UID: 0)[L: 1]{A: SHOUTcast Directory Tester}(P: 0) <03/02/05@23:44:43> [yp_add] yp.shoutcast.com added me successfully <03/02/05@23:44:46> [dest: 205.188.234.166] connection closed (16 seconds) (UID: 0)[L: 0]{Bytes: 286809}(P: 0) <03/02/05@23:45:40> [source] no data (30s timeout). disconnecting. <03/02/05@23:45:41> [main] connecting to yp.shoutcast.com to remove myself [no source] <03/02/05@23:45:45> [yp_rem] yp.shoutcast.com removed me! I get same thing as you goddessoflight. Can you please tell me how you fixed this. I have been messing around with this all night. Any advice is apriceated thanx. =) |
Router Issues
Quote:
2: your IP may not be correct. I finally got mine to work and had to use a sort of ISP like setup. Took me a day or so and the post somewhere here has a link to a place you can find your ip, or better yet,get the winampip plugin and it will help you determine the IP you should have for your system. Then radiotoolbox I thinkit is can show the IP that you should be using from the IP tester. I have had mine workling now for a few months, and is now BenneJezzerette on KDUN Radio K-Dune. Few listeners yes, but they are there. The GUI 1.9.5 works pretty good and if you install both then you do not get the gui. Something in the way it installs. If you get something wrong, it just cleses, and the gui at least shows the errors. Hope you get it working. http://users.pandora.be/eforum/emoti...ic/musik38.gif |
Ugh... ohhh. When I got hometoday my routeer went out from me opening the ports last night I asume, anyone know why or how this happend? Im at a friends house.
|
My friend said because i disabled the dhcp I fried my routeer... i unplugged both hubs linked to the uplink of the routeer and routeer started working... any advice? Dad still doesn't know I did this so next time I want to do it without running anything
|
Quote:
|
Yea i tried following the same steps but i had issues with it still not connecting. Anyone know what to do. All i have is a wired linksys router, and i get that error message about disable internet sharing. or something. so any help would be greatly appreciated.
|
Will this mess up the connection to my other computer. In other words will i still get the internet on my other comp?
|
my shoutcast server is working great minus 1 problem. The addresses all show up as 192.168.1.1 does anyone know how to get the real IP addresses to show up?
|
Quote:
Does www.shoutcast.com also show up your internal IP ? |
no it displays my connection IP. Also I've noticed another problem that I've never had before. If someone listens for about 20 minutes, my stream becomes staticy, but if I kill the server and restart it, the static sound is gone. Anybody have any idea's what could be causing that?
|
I found the source of the staticy sound, the soundcards overheating and when it gets too hot the sound gets staticy
|
Straconis-
Do you happen to be using a sound blaster live type of card for the encoding? If so, chances are its not overheating, its the crappy creative drivers. Use the kX drivers. Long story short, I had a similar issue (static after extended use). To complicate matters I later tryed installed 3 SB Live cards in one box for streaming 3 separate live events. It was a disaster. I couldn't get them installe for NOTHING on this one particular machine. I switched to the KX driver, and its been running solid for MONTHS now. The kX driver fixed the static AND allowed all three cards to live happily ever after in one machine. -Alan |
exuse me ..
everything already workin' .. but wich ip i will give it to listner ? i have give'em this ip`s but its not working : http://192.168.1.66:8000/listen.pls http://my-real-ip:8000/listen.pls plzz just tell me that :x |
real IP, and shit why did a post from 2 years ago get opened
|
| All times are GMT. The time now is 16:20. |
Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.