This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl -w | |
| # this small program starts a http daeomon listening on port 1111 and provides a RSS feed | |
| # to all .mp4 files stored in the 'videos' folder. | |
| # This program is intended to transfer movie files via wireless. Using the sony psp RSS feed utility | |
| # 1. Start the server with ./rssstandaloneserver.pl | |
| # 2. Copy some video files on videos subfolder | |
| # 3. Point you PSP browser to the http://<address>:<port>/ and the psp browser will display a page to | |
| # subscribe to the feed. | |
| # 4. Go to Psp->Network->RSS Channel and select the new feed |
NewerOlder