|
|
|
|
#1 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Emisora de radio ¿?
Hay algun programa para poner una emisora de radio en winmp ¿? e probado el SHOUTcast pero da error
|
|
|
|
|
|
#2 |
|
Forum King
Join Date: Jul 2003
Location: Houston, TX
Posts: 6,813
|
What error are you getting?
---- ¿Qué error obtiene usted? -- Michael |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Ahora no recuerdo lo que ponía, lo e desinstalado y lo e vuelto a instalar pero ahora me sale la consola de xp =
Last edited by vipamon; 3rd September 2004 at 05:33. |
|
|
|
|
|
#4 |
|
Major Dude
|
Cuando vuelvas a instalarlo, en donde dice "Select the type of install", seleccioná GUI, lo que hiciste ahí fue instalar SC en modo cónsola, no debería ser un problema de todos modos.
Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
ok aora el problema que me daba al principio antes ke el de la imagen anterior,=
Gracias |
|
|
|
|
|
#6 |
|
Major Dude
|
No hay ningún problema ahí, ese mensaje de advertencia sólo está diciendo que si cambiás algo en la configuración de Shoutcast, tenés que reiniciar el programa para que los cambios funcionen. Para probar que todo esté funcionando, tenés que conectar con Winamp + el DSP plugin y empezar a transmitir, después deberías pedir a alguien que intente conectar a tu máquina para escuchar o bien poner acá un link a tu servidor para que alguien pueda probarlo.
Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#8 |
|
Major Dude
|
Descargá el DSP plugin desde acá Una vez que lo instales, abrí Winamp>Options>Preferences>DSP/Effect y seleccioná SHOUTcast Source DSP...
Dependiendo de cómo ande tu inglés, podés leer esto que es un paso a paso sobre cómo configurarlo y demás, cualquier problema hacé otro post acá. Teniendo Winamp + DSP + SC DNAS estás listo para transmitir, estando todo bien configurado sí, lo único que tenés que hacer es reproducir tus mp3s Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
Pues la verdad que se menos ingles que uno que va a clase de ingles por primera vez, el JetCast no están jodido de montar la emisora lo malo es que no hay peña escuchando la radio por eso estoy probando con el Winamp por qué si tengo una emisora de radio y nadie la escucha es tontería perder el tiempo, en JetCast te bajas un archivo pls y reproduces la emisora, en el Winamp no hay algo parecido ¿?
|
|
|
|
|
|
#10 |
|
Major Dude
|
Si te referís a cómo tus oyentes escuchan tu emisora, es igual, les das un link a un archivo .pls y Winamp se abre y reproduce tu emisora. En realidad los oyentes no tienen que hacer demasiado, sólo tener Winamp o algún reproductor compatible como Real Player, WMP9, etc.
El caso es que vos para transmitir necesitás primero instalar el servidor cosa que ya hiciste, después el plugin que trabaja junto con Winamp para transmitir los mp3s y si todo eso está en orden, entonces sí tus oyentes simplemente escuchan con un archivo pls [ellos no necesitan bajar nada] En realidad aunque te parezca lo contrario, es muy simple. Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Como lo configuro
Creo que este es el archivo a modificar
![]() si es asi que hay que modificar de = ; SHOUTcast Distributed Network Audio Server configuration file ; Copyright (C) 1998-2004 Nullsoft, Inc. ; All Rights Reserved. ; Last modified Mar 17 2004 ; 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=xlp ; 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=ANY ; 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 y para que son Segun pone aqui esto es = MaxUser=32 ¿? los ollentes de mi emisora Password=xlp ¿? mi Password PortBase=8000 ¿? el puerto de ¿? LogFile=sc_serv.log ¿? carga de este archivo RealTime=1 ¿? tiempo para que ScreenLog=1 ¿? Registro De la Pantalla y ke es eso ShowLastSongs=10 = ¿? cada vez me entero menos W3CEnable=Yes ¿? W3CLog=sc_w3c.log SrcIP=ANY ¿? DestIP=ANY ¿? Yport=80 ¿? otro puerto NameLookups=0 ¿? AdminPassword=adminpass AutoDumpUsers=0 AutoDumpSourceTime=30 PublicServer=default AllowRelay=Yes AllowPublicRelay=Yes MetaInterval=8192 nose si abra otra cosa para configurar Last edited by vipamon; 5th September 2004 at 19:43. |
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
¿?
como se borran los post que kiera kitar ¿?
|
|
|
|
|
|
#13 |
|
Major Dude
|
sc_serv.ini ese el archivo de configuración del servidor. En principio es muy poco lo que hay que config. ahí:
MaxUser=32 // Cantidad de máxima de oyentes permitidos Password=changeme // Poné otro password PortBase=8000 // Podés dejarlo como está Eso para el servidor, después hay que config. el DSP plugin, eso se hace directamente desde la ventana del plugin que carga junto con Winamp en caso de que lo hayás instalado correctamente. Normalmente está todo puesto como para ya empezar, sólo tendrías que modificar en la ficha Output>Connection: Address: localhost Port: tu puerto, 8000 x ejemplo Password: el password que pusiste en sc_serv.ini Y en Output>Yellowpages completar los datos que pide ahí, nombre de tu emisora, género, etc. Después para que alguien escuche les das el link: http://tuip:tupuerto/listen.pls x ejemplo... http://200.45.43.34:8000/listen.pls Si todo va bien, es tan simple como eso pero dependiendo de las circunstancias [que usés un router, firewall, etc.] puede ponerse complicado. [editado] no podés borrarlos, pero podés modificarlos presionando el botón 'Edit' Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#14 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
.
![]() Yellowpages Output1 Output2 Output3 Outputetc ¿? eso para que son Connect at Startup = Conectar al iniciar ¿? Make this server public Desciption = ¿? descipcion de la emisora o el nombre de mi emisora URl = mi web ¿? genere ¿? el jenero de la musica que pongo ¿? esto creo que es mi chat de = AIM- icq - IRC connection ¿? adrress que es |
|
|
|
|
|
#15 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
.
Después para que alguien escuche les das el link:
http://tuip:tupuerto/listen.pls x ejemplo... http://200.45.43.34:8000/listen.pls ¿? mi IP es distinta todos los dias ygual funcionara ![]() no se descarga nada http://81.203.105.216/listen.pls http://tuip:8000/listen.pls Sale la pagina de error = We can't find "http://81.203.105.216/listen.pls" - Cannot Find Server - The web site you typed in could not be found on the internet. Please try the following: If you have a network firewall installed, please make sure your firewall is not preventing Avant Browser from accessing Internet. Please make sure your computer is connected to internet. If you typed the page address in the Address bar, make sure that it is spelled correctly. Continue your web browsing by searching the web below: Si no lo icieran tan dificil abrian mas jente ke pondrian emisoras |
|
|
|
|
|
#16 |
|
Major Dude
|
Output1 - Dejalo así.
Connect at Startup - Intenta comenzar a transmitir cada vez que se abra Winamp, consejo? NO marques esa opción. Make this server public: Que quede marcado, eso hace que tu radio se sume a la lista de radios en shoutcast.com, desde ahí cualquiera puede encontrarla y directamente ellos ponen un link a tu transmisión. Descripción: Nombre de tu emisora. URL: yep, tu web. Género: tipo de música que pasás, electrónica x ejemplo AIM - ICQ - IRC: Si usás esos messengers o tenés un canal de IRC, ponés esos datos ahí. Address: Es la dirección IP o nombre de host donde se encuentra el servidor DNAS, en tu caso está en tu misma máquina, x lo tanto ahí sólo tenés que poner localhost [localhost = tu propia PC] El resto de las opciones dejalas como están, debería funcionar bien sin modificarlas, al menos en principio y para probar lo básico que es que puedas transmitir y que otros puedan conectar y escuchar. Para saber si está funcionando, una vez que comencés a transmitir, postea un link a tu transimisión como te dije más arriba: http://tuip:8000/listen.pls Para saber cuál es tu dirección IP actual [localhost sólo sirve en tu propia PC] podés ir a http://www.showmyip.com [editado] estás poniendo mal el link, te falta agregar el puerto. http://81.203.105.216:8000/listen.pls Lo probé y no está funcionando, o bien el servidor de shoutcast no está corriendo en tu máquina, o hay otro problema como x ejemplo que un firewall esté bloqueando las conexiones. Windows XP de hecho trae un firewall que podría impedir que otros conecten a tu PC. Y no, si tu IP cambia no va a funcionar, pero hay una manera de que funcione siempre incluso con IPs dinámicas. Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#17 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
lo estoy probando, e entrado con jetaudio en http://81.203.105.216:8000/listen.pls y maca en SHOUTCAST que hay un usuario. como encuentro mi emisora en http://web1.shoutcast.com/newwaradio.phtml
pero hay una manera de que funcione siempre incluso con IPs dinámicas. ¿? Como |
|
|
|
|
|
#18 |
|
Member
|
101:
Congratulaciones. Que paciencia teneis..... |
|
|
|
|
|
#19 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Esque cuando se ace un programa se tiene que acer un manual que esplique bien como se usa el programa, y traducirlo a los idiomas que lo ban a usar, muchas beces cuando aprendo a usar un programa ago un manual, que tenian que aber hecho los que an greado el programa, creo que lla me funciona, pero me ace falta saber como hago para acer un link de mi emisora ke sirba todos los dias como e puesto antes.
Sabis si hay algun programa para crear sking que sea facil ¿?, aki os dejo un linki donde e puesto imagenes de los skinkg ke ice ace tiempo http://www.winamp-es.com/foros/viewt...hp?p=1393#1393 Un saludo |
|
|
|
|
|
#20 |
|
Member
|
Visita www.no-ip.com.
|
|
|
|
|
|
#21 |
|
Major Dude
|
Si el log del servidor no está mostrando errores, es decir, tu estación está siendo listada, puede tardar hasta 30min. en aparecer ahí.
Para las IPs dinámicas: http://www.no-ip.com Te sacás una cuenta, bajás el programa y cada vez que tu IP cambie, el programa se encarga de actualizar tu IP para hacer que 'apunte' a la dirección que hayas elegido, x ejemplo: http://miradio.no-ip.com en vez de darles una IP, les darías el nombre de host que elijas. kibrit: no todos nacen sabiendo y si no sabés inglés, tenés pocas chances x acá. Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#22 |
|
Member
|
101: Estas 100% cierto. Pero las congratulaciones son por tu esfuerzo. No he visto otro asy.
|
|
|
|
|
|
#23 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
Ya ace tiempo intente usar el no-IP y no se ke pasaba ke no consegui acerlo funcionar pero aora creo ke si funciona,
da ester error pero funciona bien ¿? <09/06/04@01:08:02> [yp_add] yp.shoutcast.com gave extended error (Cannot see your station/computer (IP: 81.203.105.216:8000) from the Internet, disable Internet Sharing/NAT/firewall/ISP cache (Connection timed out)) <09/06/04@01:09:53> [dest: 81.203.105.216] starting stream (UID: 0)[L: 1]{A: jetAudio}(P: 0) <09/06/04@01:10:31> [dest: 81.203.105.216] connection closed (38 seconds) (UID: 0)[L: 0]{Bytes: 516096}(P: 0) <09/06/04@01:10:34> [dest: 81.203.105.216] starting stream (UID: 1)[L: 1]{A: jetAudio}(P: 0) Un Saludo |
|
|
|
|
|
#24 |
|
Major Dude
|
Nop, no funciona bien pq eso indica que otros usuarios no van a poder conectar a tu servidor. El problema ya no es de Shoutcast sino de la configuración de tu PC/Red. Empezá x lo más simple, configurar el firewall de WinXP si es que está habilitado, esa puede ser una de las razones x las cuales te da ese error. Ya tengo que irme, hay un paso a paso de cómo config. el firewall en:
http://forums.winamp.com/showthread....ht=xp+firewall Obvio en inglés pero quizá puedas guiarte más o menos, suerte. Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#25 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
El error aparece desde que he instalado el programa NO-IP ósea que tiene que ser por culpa del programa este, valla mierda de programa ni me funciono ni me funcionara
|
|
|
|
|
|
#26 |
|
Major Dude
|
El problema podría ser eso, pero no es el caso teniendo en cuenta el tipo de error. En todo caso es simple: no lo usés y probá dando un link directamente con tu IP, te apuesto a que te da el mismo error. Estás usando un router o firewall? El que trae XP? O tenés una conexión directa a Internet?
Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#27 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Pues no se como ira, tengo ono 300 conecto el PC a un moden y el moden al cable
|
|
|
|
|
|
#28 |
|
Major Dude
|
Bien, no tenés router. En ese caso queda la opción de que sea el firewall de XP, que esté usando algún programa como Norton Internet Security o, aunque no es común, que tu ISP [Ono] esté usando algún método que impide la conexión a ciertos puertos, eso deberías consultarlo con ellos.
Probá deshabilitando el firewall de WinXP: Deshabilitar el servidor de seguridad de conexión a Internet En el Panel de control, haga doble clic en Conexiones de red e Internet y, a continuación, haga clic en Conexiones de red. Haga clic con el botón secundario del mouse (ratón) en la conexión en la que le gustaría deshabilitar ICF y, a continuación, haga clic en Propiedades. Haga clic en la ficha Avanzadas y, después, anule la selección de la casilla de verificación Proteger mi equipo y mi red El artículo completo está en http://support.microsoft.com/default...d=kb;ES;283673 Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#29 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
re
Que joputas, eso como lo an actibado ¿? y sin mi permiso, ¿Puede que se hayga actibado al instalar McAfee Personal Firewall Plus? ace tiempo que lo instale por eso no greo que sea el McAfee Personal Firewall Plus, eske hay cada cabron, hay un juego ke al instalarlo te crea una unidad de disco duro o algo asi y cuando lo eleminas porlo que sea te toca reinstalar el sistema operatibo, eso lo acen para protejer el juego de la pira teria pero lo unico ke se que ese juego no lo quiero ni regalao, creo que es el Soldiers - Heros of WW II, es como el Call of duty que lo compre y no me deja crear server el serviceo al cliente es nulo y fui a de bolberlo y no querian. Luego se quejan de la pirateria
|
|
|
|
|
|
#30 |
|
Major Dude
|
El firewall de XP? Viene ya con el sistema operativo y activado. Si además estás usando el firewall de Mcafee, también es probable que impida que conecten a tu servidor, deberías desactivarlo también. En realidad con ningún firewall hace falta desactivarlo para poder usar SC, sólo configurarlo correctamente. Pero en tu caso hasta no estar seguro de que todo está funcionando y que otros pueden conectar, deberías probar sin ningún firewall. Luego podés config. para que protejan tu máquina pero dejen conectar a SC.
Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#31 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
Sabes como puedo poner una radio en mi web ¿?, Con el siguiente codigo pongo una emisora en mi web pero solo funciona con JetCas.
components..." width=200 = Ancho <PARAM NAME="WindowlessVideo" VALUE="0"><!— Volumen 0 = Maximo 1000 = Bajo <OBJECT id=MediaPlayer1 style="LEFT: 0px; TOP: 0px" codeBase=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 type=application/x-oleobject height=50 standby="Loading Microsoft Windows Media Player components..." width=147 align=baseline border=0 classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 name=MediaPlayer1> <PARAM NAME="AudioStream" VALUE="-1"> <PARAM NAME="AutoSize" VALUE="0"> <PARAM NAME="AutoStart" VALUE="-1"> <PARAM NAME="AnimationAtStart" VALUE="0"> <PARAM NAME="AllowScan" VALUE="-1"> <PARAM NAME="AllowChangeDisplaySize" VALUE="-1"> <PARAM NAME="AutoRewind" VALUE="0"> <PARAM NAME="Balance" VALUE="0"> <PARAM NAME="BaseURL" VALUE=""> <PARAM NAME="BufferingTime" VALUE="5"> <PARAM NAME="CaptioningID" VALUE=""> <PARAM NAME="ClickToPlay" VALUE="0"> <PARAM NAME="CursorType" VALUE="0"> <PARAM NAME="CurrentPosition" VALUE="-1"> <PARAM NAME="CurrentMarker" VALUE="0"> <PARAM NAME="DefaultFrame" VALUE="datawindow"> <PARAM NAME="DisplayBackColor" VALUE="0"> <PARAM NAME="DisplayForeColor" VALUE="16777215"> <PARAM NAME="DisplayMode" VALUE="0"> <PARAM NAME="DisplaySize" VALUE="1"> <PARAM NAME="Enabled" VALUE="-1"> <PARAM NAME="EnableContextMenu" VALUE="0"> <PARAM NAME="EnablePositionControls" VALUE="-1"> <PARAM NAME="EnableFullScreenControls" VALUE="0"> <PARAM NAME="EnableTracker" VALUE="-1"> <PARAM NAME="Filename" VALUE="http://127.0.0.1:8000"> <PARAM NAME="InvokeURLs" VALUE="-1"> <PARAM NAME="Language" VALUE="-1"> <PARAM NAME="Mute" VALUE="0"> <PARAM NAME="PlayCount" VALUE="1"> <PARAM NAME="PreviewMode" VALUE="0"> <PARAM NAME="Rate" VALUE="1"> <PARAM NAME="SAMILang" VALUE=""> <PARAM NAME="SAMIStyle" VALUE=""> <PARAM NAME="SAMIFileName" VALUE=""> <PARAM NAME="SelectionStart" VALUE="-1"> <PARAM NAME="SelectionEnd" VALUE="-1"> <PARAM NAME="SendOpenStateChangeEvents" VALUE="-1"> <PARAM NAME="SendWarningEvents" VALUE="-1"> <PARAM NAME="SendErrorEvents" VALUE="-1"> <PARAM NAME="SendKeyboardEvents" VALUE="0"> <PARAM NAME="SendMouseClickEvents" VALUE="0"> <PARAM NAME="SendMouseMoveEvents" VALUE="0"> <PARAM NAME="SendPlayStateChangeEvents" VALUE="-1"> <PARAM NAME="ShowCaptioning" VALUE="0"> <PARAM NAME="ShowControls" VALUE="-1"> <PARAM NAME="ShowAudioControls" VALUE="-1"> <PARAM NAME="ShowDisplay" VALUE="0"> <PARAM NAME="ShowGotoBar" VALUE="0"> <PARAM NAME="ShowPositionControls" VALUE="0"> <PARAM NAME="ShowStatusBar" VALUE="-1"> <PARAM NAME="ShowTracker" VALUE="0"> <PARAM NAME="TransparentAtStart" VALUE="0"> <PARAM NAME="VideoBorderWidth" VALUE="0"> <PARAM NAME="VideoBorderColor" VALUE="0"> <PARAM NAME="VideoBorder3D" VALUE="-1"> <PARAM NAME="Volume" VALUE="-1000"> <PARAM NAME="WindowlessVideo" VALUE="0"><!-- Embedded Microsoft Media Player Object for Netscape Navigator. --></div></Body></Html> </OBJECT> Quiero usar el SHOUTcas porke en JetCast no hay nadie porno aber muchas besces ni estan los que montan la emisora, lo que no entiendo es porque ban a SHOUTcast si el jetCast funciona mejor. No funciona muy bien el SHOUTcas pues el codigo de arriba no funcionaba y aora si este programa seafumao un ... Un Saludo |
|
|
|
|
|
#32 |
|
Junior Member
Join Date: Sep 2004
Posts: 19
|
¿Porque no salgo en la lista de canales = ? http://web1.shoutcast.com/waradio.phtml, e cambiado el puerto que tenia 8000 a el 9000 ¿Puede que hayga queponer en algunsitiomas? como por ejemplo =
; 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 |
|
|
|
|
|
#33 |
|
Major Dude
|
code: code: Prestá atención a esa línea, si eso está mal, no va a funcionar, a propósito: sólo funciona con versiones de WMP 7.1 en adelante. Respecto a tu otro post, puede tomar hasta 30min. desde que empezás a transmitir en ser listado ahí, también depende de que no haya errores, eso podés verlo en el log. Words are very unnecessary, they can only do harm, so enjoy the silence - Depeche Mode Firemonger Project: Help spread Firefox |
|
|
|
|
|
#34 |
|
Junior Member
Join Date: Sep 2004
Location: Chile
Posts: 6
|
Alguién puede ayudarme..como hago para que shoutcast funcione como multicast...
|
|
|
|
|
|
#35 |
|
Junior Member
Join Date: Sep 2004
Posts: 8
|
!!!
WEON TIENES UNA PACIENCIA INCREIBLE !!!
de hecho te puse en el podium de los ídolos! Como tanta paciencia eres Docente ? y al amigo aca ke pregunta CADA WEA... oiga USTED NI CAGANDO VIVIRIA CON LINUX!.. como ke no podis arreglartelas solo ni con shoutcast ke es tan facil de instalar incluso en makinas con linux, bsd u otros... y la ultima respuesta al amigo.. Shoutcast No funciona como Multicaster. hay ke cargay conf por conf... lo otro es que puedes ocupar icecast pero es mas webeo de instalar pero lo bueno ke salen por el mismo port y dif mount.. eso AIOS
|
|
|
|
|
|
#36 |
|
Junior Member
Join Date: May 2006
Posts: 2
|
DestIP
M gustaria saber si alguien sabe como acotar la emision de una radio bajo una mascara dentro de una subred, si por ejemplo la mascara fuera 255.255.255.0 y la subred 174.59.32.X
Creo q se podria hacer con el comando destip, pero no lo tengo muy claro pq donde explica esto pone que al configurarlo con ANY, el oyente puede ser cualkiera, pero si se configura como 127.0.0.1, se refiere que se esta haciendo un loopback y sirve para hacer pruebas emitiendose a uno mismo. Pero si se puede acotar con este parametro... como seria para una subred??
Last edited by Anitans; 31st May 2006 at 15:46. |
|
|
|
|
|
#37 | |
|
Moderator
Join Date: Feb 2005
Location: USA
Posts: 4,024
|
Re: DestIP
Quote:
|
|
|
|
|
|
|
#38 | |
|
Junior Member
Join Date: May 2006
Posts: 2
|
Re: Re: DestIP
Quote:
|
|
|
|
|
|
|
#39 |
|
Junior Member
|
que puedo hacer para k la radio funcione
ya e hecho casi todo desactivar el firewall darle una nueva entrada a mi puerto el shoutcast al parecer transmite bien envia los bytes pero aun me salee ste error
<06/08/06@18:35:19> [yp_add] yp.shoutcast.com gave error (nak) <06/08/06@18:35:19> [yp_add] yp.shoutcast.com gave extended error (Cannot see your station/computer (IP: 201.240.83.218:8000) from the Internet, disable Internet Sharing/NAT/firewall/ISP cache (Connection refused).) que puedo hacer a por cierto tengo un router |
|
|
|
|
|
#40 |
|
Forum King
Join Date: Feb 2006
Location: Earth Circa sometime.
Posts: 3,297
|
thread is 2 years old!?
~ According to the ship's log we're down to our last 3000 vomit bags.It'll never be enough. ![]() search the forums! don't PM me on how-to, or ask me to setup you system. you do it so you learn. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|