PSPRadio - stream en la PSP

1, 2, 3, 4
choldi escribió:Hola,
un par de preguntillas:
¿Que tipo de streaming soporta el psprario (realaudio, asf, etc...)?

¿Hay algun tipo de servidor para montarlo en mi PC, para hacer de servidor de streaming?

Slds,
Choldi


Solamente soporta Shoutcast. El resto NO será posible implementarlos debido a que son de código cerrado.

Puees montarte una estación con un plugin del winamp que rula por la pagina oficial, haz un una busqueda en http://www.winamp.com

Por cierto, gracias por avisar de la nueva versión mrkaf!
en que sitio pones la ip?
en el archivo pls que viene con el prog
Que pena aun no tener wifi :(
mini tuto para poner emisora en el pc para pspradio
------------------------------------------------------------------

1. Descargarse el winamp e instalarlo:
http://www.winamp.com/player/free.php
2. Descargarse e instalar el plug-in para winamp para enlazar con el servidor de broadcast:
http://www.shoutcast.com/download/broadcast.phtml#plugdownload
3. Descargarse e instalar el shoutcast:
http://www.shoutcast.com/download/serve.phtml

Una vez instalado todos los productos, pasaremos a configurarlos.
4. Ir a "Edit ShotCast DNAS ini file", en la linea Password=changeme, poner Password=loquesea donde loquesea será vuestra clave.
5. Iniciar el ShoutCast Server.
6. Iniciar el Winamp.
7. Ir a Options, Preferences (Control+P), DSP/Effect (dentro de plug-ins) y hacer click en NullSoft ShoutCast source DSP
8. En la pestaña output, seleccionar connection y configurar los campos:
Address: localhost
Port: 8000
Password: loquesea (o vuestro password)

9. En yellowpages, desmarcar Make this server public
10. Volver a connection y marcar connect at startup
11. Reproducir una lista en el winamp.
12. Ir a la playlist de la psp (por defecto plv2.pls).
13. Añadir una entrada del siguiente modo:

File6=http://miip:8000/
Title6=Mi servidor
Length6=-1
NumberOfEntries=6

cambiar miip por la IP de vuestro servidor.

Iniciar el PSPradio y seleccionar vuestro servidor y a disfrutarlo...

Pd. Por favor, completad con la información que falte o incorrecta... Gracias

Choldi
Te las currao shulo!! [fumando]

Saludos
Perdonar mi ignorancia,pero esto de la radio me interesa,a ver,la psp tiene conexión Wifi,pero ....para pillar las radios ¿hay que tener una red wifi cerca? ¿vale cualquiera? ¿como te conectas?¿como va esto? ¿Los que tenemos modem o Router como lo hacemos funcionar?

Muchas gracias y perdonar por la ignorancia.
donde esta eso de "Edit ShotCast DNAS ini file"???

Salu2
hikko escribió:donde esta eso de "Edit ShotCast DNAS ini file"???


Hola,
era Edit Shoutcast DNAS configuratione y está en
Inicio -> Todos los programas -> Programs -> SHOUTcast DNAS -> Edit SHOUTcast DNAS configuration

Slds,
Choldi
como se mi ip?
tengo un red local, con router, eso influye algo en cuanto a la IP? que alguien me diga como puedo saberla

thanks y Salu2
Hola,

Perdonar mi ignorancia,pero esto de la radio me interesa,a ver,la psp tiene conexión Wifi,pero ....para pillar las radios ¿hay que tener una red wifi cerca? ¿vale cualquiera? ¿como te conectas?¿como va esto? ¿Los que tenemos modem o Router como lo hacemos funcionar?


Para poder escuchar radios te has de poder conectar a internet via wifi, por lo tanto si que necesitas una red wifi, a la que tengas acceso. Para acceder a una red wifi se necesita un punto de acceso (o conexión ad-hoc).


como se mi ip?
tengo un red local, con router, eso influye algo en cuanto a la IP? que alguien me diga como puedo saberla


Para ver la IP de tu equipo, solo has de teclear en una ventana MSDOS :Inicio -> Ejecutar -> command (en winXP) y teclear ipconfig

Slds,
Choldi
Nueva version: PSPRadio v0.35 pre4

Descargar

# Added message queue class for inter thread communications and synchronization.
# Revamped comm system for PSPApp (PSPRadio) using message q. This solves the problem with callback messaging (thread prio boosting/inheritance from caller, overhead on caller thread, etc. -- Also, now polling of buttons/vblank
is done in a separate thread. -- still work in progress --.
# Message queue system renamed to event queue.. Everything is now using this, except for vblank.
# Changes to Logging to show time(in ms) and line numbers.
# Buffer is updated at 6fps max now (this to not overtax main thread+event handler)
# Now clear metadata on stream stop (including buffer).
# more internal refactoring...
Nueva Version: PSPRadio v0.35-pre5

Descargar PSPRadio v0.35-pre5

(sandberg)-Added button support to the 3D UI so it shows play/stop/pause.

(sandberg)-Added hprm (headphone remote control) support to PSPRadio. The keys are mapped to that forward/back
maps to Rtrigger/LTrigger. The Play/Pause button will start playing when stopped and stop when playing.

(jpfouch48)-Text items in GraphicsUI are now configurable thru the theme file.

(jpfouch48)-Cleaned up warning messages in GraphicsUI.

(sandberg) Added graphics for the button commands.

(raf)-sandberg added HPRM support.

(raf)-added handler to have "multiple screens" - currently using for an options screen. Use TRIANGLE to get to options screen. Only supported by text ui right now.

(raf)-The options menu is the only way for now to select a profile and start the network; so use network autostart in the config file if using PSPRaio with another UI.

(raf)-Currently network and usb can be started from options screen. Will add CPU speed here also.
Nueva Version: PSPRadio v0.35-final

Descargar

-Refactored PSPSound/PSPSound_MP3. (lots of things are different. but one thing that is evident to the end user is that the buffers were reduced by a factor of 5. Next -pre release will allow for the buffers to be configurable).

-Added basic multiple samplerate support!
Supported rates:
8000, 11025, 16000, 22050, 24000, 32000, 44100, 48000.

Any rate can be implemented, I just need to add it to the code, let me know if other rates are required.
Note that the samplerate conversion is really linear and simplistic, and hence the produced sound will not be very good. Still, better than nothing.

-UI now displays buffer percentage (instead of in/out number)

-sound buffers configurable in .cfg file. Post your results!

-fixed bug where app would crash on exit if played a stream until end and then exited.

-Now the Text user interface is configurable, look at TextUI.cfg, play and post results!

-now multiple playlists are supported. The playlist configuration changed as well.. Now, you need to put your playlist files under the PlayLists directory, and don't need to do anything with the config file.

-The current playlist is selectable by using UP/DOWN

-cleaned up the display of playlist/stream, metadata. as 3 completely independent entities.

-Can browse playlists/entries while playing current stream. (It doesn't stop anymore when changing tracks)

-Refactoring of PSPSound/PSPSound_MP3 -> PSPSound/PSPSoundDecoder_MAD, internal OO changes.

-Thread priorities are now configurable in the .cfg file.

-Added message queue class for inter thread communications and synchronization.

-Revamped comm system for PSPApp (PSPRadio) using message q. This solves the problem with callback messaging (thread prio boosting/inheritance from caller, overhead on caller thread, etc. -- Also, now polling of buttons/vblank is done in a separate thread. -- still work in progress --).

-Message queue system renamed to event queue.. Everything is now using this, except for vblank.

-Changes to Logging to show time(in ms) and line numbers.

-Buffer Percentage is updated at 6fps max now (this to not overtax main thread+event handler)

-Now clear metadata on stream stop (including buffer %).

-more internal refactoring...

(sandberg)-Added button support to the 3D UI so it shows play/stop/pause.

(sandberg)-Added hprm (headphone remote control) support to PSPRadio. The keys are mapped to that forward/back maps to Rtrigger/LTrigger. The Play/Pause button will start playing when stopped and stop when playing.

(jpfouch48)-Text items in GraphicsUI are now configurable thru the theme file.

(jpfouch48)-Cleaned up warning messages in GraphicsUI.

(sandberg) Added graphics for the button commands.

(raf)-added handler to have "multiple screens" - currently using for an options screen. Use TRIANGLE to get to options screen. Only supported by text ui right now.

(raf)-The options menu is the only way for now to select a profile and start the network; so use network autostart in the config file if using PSPRaio with another UI.

(raf)-Currently network and usb can be started from options screen. Will add CPU speed here also.

(raf)-Only restart stream on stop if different than the current stream

(raf)-(hopefully)Fixed bug where event queue was filling up causing PSPRadio to quit with event 0x31 (decoder done).

(raf)-Only display the filename for playlists now.

(raf)-Ignore buttons while HOME menu is up.
Podeis decirme donde se introduce la ip y enq arxivo esq no lo veo por ningun sitio

gracias
He probado esta ultima version y perfecta, pero sigue con el fallo deque si no introduces la ip manualmente no pilla conexión (no funciona con las conexiones configuradas "automaticamente")
bpSz escribió:He probado esta ultima version y perfecta, pero sigue con el fallo deque si no introduces la ip manualmente no pilla conexión (no funciona con las conexiones configuradas "automaticamente")


puedes decirme donde se introduce la ip?
Nueva Version: PSPRadio v0.36-pre1

Descargar

What's new from subversion:
------------------------------------------------------------------------
r320 | rafpsp | 2005-10-17 02:19:15 -0400 (Mon, 17 Oct 2005) | 38 lines

svn merge -r305:319 branches/OGGSupportAddition to trunk
----------------------------------------------------------------------
r319 | rafpsp | 2005-10-17 01:52:33 -0400 (Mon, 17 Oct 2005) | 1 line

Now if content type is not defined, it defaults to MPEG. Also added case for AAC (not supported yet)
------------------------------------------------------------------------
r318 | rafpsp | 2005-10-17 01:51:34 -0400 (Mon, 17 Oct 2005) | 1 line

Added support for determining content types for ogg and aac.
------------------------------------------------------------------------
r317 | rafpsp | 2005-10-17 01:51:05 -0400 (Mon, 17 Oct 2005) | 1 line

Added support for determining content types for ogg and aac.
------------------------------------------------------------------------
r316 | rafpsp | 2005-10-17 00:50:34 -0400 (Mon, 17 Oct 2005) | 2 lines

Added support for different stream types in preparation for addition of new decoders. It detects the stream type (content type) from filename if local file, or
from content-type: metadata from online stream response. (Some servers don't send the response.. so may want to default to MAD.
------------------------------------------------------------------------
r315 | rafpsp | 2005-10-16 04:07:39 -0400 (Sun, 16 Oct 2005) | 1 line

More modularization in progress...
------------------------------------------------------------------------
r314 | rafpsp | 2005-10-16 03:23:21 -0400 (Sun, 16 Oct 2005) | 1 line

More modularization in progress...
------------------------------------------------------------------------
r306 | rafpsp | 2005-10-16 00:17:10 -0400 (Sun, 16 Oct 2005) | 1 line

Making decoder more modular..
------------------------------------------------------------------------
r305 | rafpsp | 2005-10-15 17:40:37 -0400 (Sat, 15 Oct 2005) | 1 line

Redoing dir by using copy from branch
------------------------------------------------------------------------
Also fix to report stream info (like samplerate) everytime
Also updated readme/whatsnew with what was actually released for 0.35.

------------------------------------------------------------------------
r322 | sandberg | 2005-10-17 04:22:14 -0400 (Mon, 17 Oct 2005) | 1 line

Added another background object and fixed the lights
------------------------------------------------------------------------
r323 | rafpsp | 2005-10-17 12:12:13 -0400 (Mon, 17 Oct 2005) | 1 line

Starting ogg decoder. PSPSound will instantiate it. Basing decoder class from MAD decoder. Now need to implement
------------------------------------------------------------------------
r324 | sandberg | 2005-10-17 16:26:39 -0400 (Mon, 17 Oct 2005) | 1 line

Playlist filename added.
------------------------------------------------------------------------
r325 | sandberg | 2005-10-17 17:51:28 -0400 (Mon, 17 Oct 2005) | 1 line

Added network, sound and loading buttons.
------------------------------------------------------------------------
r326 | jpfouch48 | 2005-10-17 18:52:54 -0400 (Mon, 17 Oct 2005) | 2 lines

Fixed selection box that was not the propper size

------------------------------------------------------------------------
r327 | sandberg | 2005-10-17 19:16:22 -0400 (Mon, 17 Oct 2005) | 1 line

Internal cleanup for the icon drawing. The start/stop buttons are now also drawn as normal icons.
------------------------------------------------------------------------
r328 | rafpsp | 2005-10-18 16:50:39 -0400 (Tue, 18 Oct 2005) | 1 line

Added support for ogg vorbis streams (files/online streams)
------------------------------------------------------------------------
r329 | rafpsp | 2005-10-19 00:08:12 -0400 (Wed, 19 Oct 2005) | 1 line

Moved metadata structure from CPlayList to CPSPSoundStream. Get current metadata from CurrentSoundStream using accessors (ie CurrentSoundStream.GetURI() or GetTitle(), etc)
------------------------------------------------------------------------
r330 | rafpsp | 2005-10-19 01:16:22 -0400 (Wed, 19 Oct 2005) | 2 lines

Moved currentmetadata copy from pspradio to CurrentSoundStream. Also metadata processing from pspradio to pspsounddecoder
Simplified metadata notification
------------------------------------------------------------------------
r331 | rafpsp | 2005-10-19 01:27:11 -0400 (Wed, 19 Oct 2005) | 1 line

Renamed Author to Artist
------------------------------------------------------------------------
r332 | rafpsp | 2005-10-19 01:27:44 -0400 (Wed, 19 Oct 2005) | 1 line

Populating more metadata fields for ogg: bitrate, title, artist
------------------------------------------------------------------------
r333 | rafpsp | 2005-10-19 01:36:56 -0400 (Wed, 19 Oct 2005) | 1 line

Display Artist
------------------------------------------------------------------------
r334 | rafpsp | 2005-10-19 02:25:35 -0400 (Wed, 19 Oct 2005) | 1 line

Refactoring to allow for oggs to set samplerate. SoundBuffer now gets samplerate from CurrentSoundStream instead of keeping its own copy
------------------------------------------------------------------------
r335 | rafpsp | 2005-10-19 02:28:32 -0400 (Wed, 19 Oct 2005) | 1 line

Show artist only if available
------------------------------------------------------------------------
r336 | rafpsp | 2005-10-19 02:38:54 -0400 (Wed, 19 Oct 2005) | 1 line
Nueva Version: PSPRadio v0.36-pre2

Descargar

* (sandberg) Added support for the option menu in the 3D UI.
* (jpfouch48) GraphicsUI playlist browser and playlist item browser is now functional
* (jpfouch48) Made the text display funtions more modulare to make future enhancments easier
* (jpfouch48) Added a unique ItemIndex to the MetaData structure and directorydata structure to make the browsable playlist integration a little bit easier
* (raf) Some more work on the OGG decoder.
* (raf) Now TextUI will display selectable lists for playlist and playlist entries
* (raf) Made the current selections more dynamic so they follow the list.
* (raf) Changed user interface for playlist access: User now uses UP/DOWN to select a playlist, then press X or O to go and select an entry. Navigation in entries box is also with UP/DOWN. User can also use <- or -> to go back and forth between List and Entries. (need to iron out)
* (jpfouch48) Added options screen
* (jpfouch48) Updated how playlist scrolls
* (jpfouch48) Fixed problem with theme clipping song filename in upper pannel
mrkaf buena labor informando!!!Asias

Lo unico k falta es k no aya k poner la ip fija para k pueda conectar...en la facul no me furula...ip asignada cawento cawento cawento !!xD

Saludos
Nueva Version: 0.36-pre5

(raf) Lots of cleanup / refactoring

(raf) Now downloads a compressed version of SHOUTcast.com's database instead. Thanks to echto again for providing the routines to do the zlib uncompression, and SHOUTcast.com db download URL service setup, etc!!

(sandberg) Added a particle system as a new background effect for the 3D UI.

(raf) Simplified wifi selection. One option to select profile or turn off.

(raf) Screens are classes now. If going back and forth between screens, they will retain their state.

(sandberg) Added support for taking screenshots. Use the Hold button to take a screenshot. When the LED stops flashing the screenshot is stored in the Screenshots folder (you need to create that folder, if you don't have it already).

(raf) Modified the pspsdk's text rendering system to allow for png backgrounds and transparent text.

(raf) Gave the TextUI a facelift by using backgrounds for the different screens.. This is configurable via the cfg file.

(raf) Fixed bug where if the playlist was empty, garbage was being used when the user pressed X or O.

(sandberg) Added support repeated and long key presses. The repeated key presses are usefull when navigating the playlists.

(sandberg) Moved the screenshot function to be activated on a long key press on Select (appr. 1 second). The screenshot will be taken when releasing the button.

(raf) Backup the db in case the download fails.

(raf) Disabled the HOME menu button for now. To exit PSPRadio, go to Options and select Exit.


Descargar
Sabe alguien si la radio de marca por internet vale para el programa este y cual seria su direccion???Si no vale, si alguien sabe alguna cadena k emita partidos y sea compatible con el programa k lo ponga porfavor!!

Asias
Esto... esta mañana ha salido la 0.36 final, no os bajeis la pre5

en pspupdates teneis los links
Sobre la 0.36 final
This release is basically the same as 0.36-pre5, plus:
(raf) If AUTOSTART set to 1 in config file, App starts in Options screen, starts the network, then goes back to main screen.
me podeis decir si estas webs se pueden oir por el pspsradio?
-Los40Principales
-Radio Marca
-La Cope
-RockservatorioFM

Muchas gracias :)

Ah, y otra kosa, como es eso de meter las ips manualmente?yo lo hago editando los archivos .pls.
Xatpy escribió:me podeis decir si estas webs se pueden oir por el pspsradio?
-Los40Principales
-Radio Marca
-La Cope
-RockservatorioFM

Muchas gracias :)

Ah, y otra kosa, como es eso de meter las ips manualmente?yo lo hago editando los archivos .pls.


Eso es lo que me preguntaba yo tambien, a ver que emisoras españolas se pueden pillar...

Edito= Lo acabo de instalar en la psp (ultima version), mi conexion wi-fi funciona perfectamente pero con el pspradio me da un error "could not resolve host", deciais algo de poner la direccion ip manualmente pero no veo esa opcion en ninugn lago. Hay algo que se me ha olvidado hacer, yo solo he copiado las dos carpetas en psp/game.

Saludos y gracias de antemano.
Creo que se refieren a que tengas configurada la conexion de la psp con una ip que pongas tu. Vamos, que no uses lo de 'Automatico' para que el router/punto de acceso te la de y que seas tu quien asigne la ip a la psp.
Ok, lo he puesto asi y funciona perfectamente, muchisimas gracias por la ayuda, porfin hago funcionar este maravilloso programa. [toctoc] OS pasa a veces que al salir se apaga la consola, me ha pasado ya dos veces a mi...

A ver si alguien sabe como pillar las emisoras españolas como la ser que es lo que de verdad interesa.

Saludos!
Nueva Version: PSPRadio v0.37-pre1

Imagen

Imagen

THIS VERSION IS STILL A WORK IN PROGRESS, AND IS VERY UNSTABLE AT THIS POINT. TRY AT YOUR OWN RISK!

(jpfouch48) Added scrolling text to metadata area. (Currently double buffering is not working so it may look alittle choppy)

(sandberg) Added a radial blur effect as a background effect on the 3D UI.

(raf) Added code to draw font with outline - thanks to Halfast for the idea.

(raf) Revamped code to handle playlists in memory.

(raf) Now shoutcast.com entries are sorted by genre

(raf) Now will reload shoutcast.com db on download. Also now include a default db.xml


Descargar PSPRadio v0.37-pre1
nueva version de este increible programa, avisar que es un prerealease y es inestable, suerte con el testeo

THIS VERSION IS STILL A WORK IN PROGRESS, AND IS VERY UNSTABLE AT THIS POINT. TRY AT YOUR OWN RISK!

Descargar de:
ftp://ftp.berlios.de/pub/pspradio/pre_releases/PSPRadio0.37-pre2.zip
or here
http://ftp.berlios.de/pub/pspradio/pre_releases/PSPRadio0.37-pre2.zip

What's new:
0.27-pre2
(raf) Corrected issue where SHOUTcast screen wasn't allocating memory for the lists, reusing the playlists' memory. This was causing instability in version 0.37-pre1. Still more issues need to be corrected though.
(raf) Added a genre processing/parsing stage for shoutcast.com database.
(raf) Changed the text ui layout a bit, so that the stream name has more room
¿Alguien ha conseguido sintonizar Los 40 Principales o Radio Marca o la Cope desde la psp??
xfavor ayuda!! [toctoc]
No te molestes en preguntar...nadie responde...debido a ello pensare k es pq no se puede...pero weno...un si o un no nuncan vienen mal!!

Saludos
A ver si alguien me puede ayudar que ando un poco pez. Tengo instalada la version 0.36 final. Donde añado las emisoras desde la psp¿? desde el pc¿? desde donde pq mira que he buscado para meter mas emisoras y no doy ni de coña ayuda please [mamaaaaa]
Er_SeVi escribió:No te molestes en preguntar...nadie responde...debido a ello pensare k es pq no se puede...pero weno...un si o un no nuncan vienen mal!!

Saludos


Sintonias como los 40 principales, kiss fm, etc van con wma, no usan shoutcast que es lo compatible hasta ahora con pspradio.
JaCk0 escribió:
Sintonias como los 40 principales, kiss fm, etc van con wma, no usan shoutcast que es lo compatible hasta ahora con pspradio.


Muchas gracias por tu aclaracion [beer] [beer] [beer] ...solo pedia eso,un si o un no...y con explicacion pos el doble de bien!!! Asias[buenazo] [buenazo] [buenazo]

Saludos
Hola,
yo me suscribí al foro de pspradio y pedí si era posible implementar la función sleep, es decir, despues de algun tiempo se apagase la consola sola.. Alguien sabe si es posible esto en la PSP?

Slds,
Choldi
kibito28 escribió:siempre me marca error de conexion.....alguin me puede decir que hago??...como puedo ponerle una IP fija al psp para que así me vaya?


Que tal, ya lo hiciste funcionar, dime ke onda, que tal jala o que pasa.

Kike
ola

alguien me podria decir como lo ago para meter emisoras?
como puedo saber si se pude o no se pude meter la emisora?
es k keria meter radioflaixbac y algunas mas!!!!

otra cosa en la version 37.4 como se apaga por k en opciones del menu le doy y despues se me keda en una foto y de alli no pasa!!


ayuda
Ya lo instale y me va super cool!!! [oki]
Entren a shoutcast, en donde encontraran el tipo de musica que les guste. Si alguien sabe de estaciones de radio de mexico, escribanme. Muy recomendable, estoy trabajando con la version 0.37-pre4 y me rula muuuuy bien. [tadoramo]
ay alguan version superior a la de o.37 pre-4???
como puedo saber k emisora s tienen stream?

gracias
Nueva version: PSPRadio v0.37-pre5

Mas info aquí
Nueva version: PSPRadio v0.37-pre6

Mas info aquí
Hace tiempo que ando perdido con este prgorama, pero esta nueva version es muy buena, se baja las listas de shoutcast y funciona todo muy fluido (aunque seguro qe ya lo hacia antes, pero no lo vi jeje)

¿Alguien tiene una lista de shoutcast en español?
AlvaroBF escribió:Hace tiempo que ando perdido con este prgorama, pero esta nueva version es muy buena, se baja las listas de shoutcast y funciona todo muy fluido (aunque seguro qe ya lo hacia antes, pero no lo vi jeje)

¿Alguien tiene una lista de shoutcast en español?


Mirate el 1er post que ahí tienes un enlace, a ver si te vale
eso eso yo lo voy a probar ahora,a ver si puedo scanear por ahi,jejeje
mrkaf escribió:
Mirate el 1er post que ahí tienes un enlace, a ver si te vale


Vaya, no me fije en el 1º post, muchas gracias.
Nueva version: PSPRadio v0.37-pre8

Mas info aquí
186 respuestas
1, 2, 3, 4