ShoutPSP v1.0 Released
We’ve got a tip from Solitude about a PSP Shoutcast Re-Streamer called ShoutPSP. Developer Daniel Haverman explains: ShoutPSP is a piece of software the will connect to a Shoutcast server and fake it’s a file download instead of a stream. This means your PSP will think it’s a normal file-download (of 1GB size). If you put such a file in an RSS feed, it allows you to listen to your favorite Shoutcast servers on your PSP anywhere and even with firmware 2.7.
In other words, it’s a PHP file you can put on a server and then add to an RSS file. This PHP then emulates a file download which contains the MP3-stream as data. No need for PSPRadio.
For example a stream at:
http://64.236.34.67:80/stream/1003
Would be added to the RSS as: http://someserver/ShoutPSP.php?ip=64.236.34.67&port=80&stream=/stream/1003
Note: There is a bug in the PSP’s RSS parser in that it cannot at this moment handle xml-entities. So the & sign should be entered in the XML as an & and not as an & as is specified by the XML specification.
Download: [ShoutPSP.zip]
We’ve got a tip from Solitude about a PSP Shoutcast Re-Streamer called ShoutPSP. Developer Daniel Haverman explains: ShoutPSP is a piece of software the will connect to a Shoutcast server and fake it’s a file download instead of a stream. This means your PSP will think it’s a normal file-download (of 1GB size). If you put such a file in an RSS feed, it allows you to listen to your favorite Shoutcast servers on your PSP anywhere and even with firmware 2.7.
In other words, it’s a PHP file you can put on a server and then add to an RSS file. This PHP then emulates a file download which contains the MP3-stream as data. No need for PSPRadio.
For example a stream at:
http://64.236.34.67:80/stream/1003
Would be added to the RSS as: http://someserver/ShoutPSP.php?ip=64.236.34.67&port=80&stream=/stream/1003
Note: There is a bug in the PSP’s RSS parser in that it cannot at this moment handle xml-entities. So the & sign should be entered in the XML as an & and not as an & as is specified by the XML specification.
Download: [ShoutPSP.zip]