![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on BrowseAmp Mod For PSPRadio By Me :D within the PSP Homebrew and Hacks Discussion forums, part of the PSP Development, Hacks, and Homebrew category; So you've learned how to stream your MP3's to your PC using this : http://forums.qj.net/showthread.php?...8&page=1&pp=10 But you can't use Winamp ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 | |
![]() |
So you've learned how to stream your MP3's to your PC using this :
[Guide] How to stream YOUR winamp MP3s to your PSP. But you can't use Winamp Remotely without an N-Gage/Bemused... I'm sure this will mean good news for Mysticales That's not a problem anymore with BrowseAmp Integration for PSPRadio I little mod i've came up with that actually works! :mrgreen: Download : http://rapidshare.de/files/16634763/....WIP1.rar.html Make sure you have Winamp and BrowseAmp Installed... http://www.browseamp.com/ Readme : Quote:
|
|
|
|
|
|
|
#2 |
![]() |
Good work. I was wondering about some things though. Why don't you just release the playlist you made for it. From what I can tell, they do all the work. Plus, BrowseAmp doesn't work with the latest 5.2+ versions of winamp. Kind of hurts those who don't want to leave our computers wide open to that huge critical security flaw they fixed with it, not to mention browseamp is a little lax on the security side itself creating an http server. I mean you set your password once. If someone gets control (it seems yours might be wide open judging from your playlist), someone could shut down your whole computer. Thats even a feature for browseamp. Scary. Maybe you should try WAWI as your plugin. It works the same way, is compatible, and is more friendly.
Last edited by manaox2; 03-28-2006 at 10:11 AM.. |
|
|
|
|
|
#3 | ||||
![]() |
Quote:
Quote:
Quote:
Quote:
|
||||
|
|
|
|
|
#4 |
![]() |
I made a playlist add on for WAWI. Heres the code:
Code:
[playlist] File1=http://localhost:8000 Title1=http://localhost:8000 Length1=-1 File2=http://localhost/play Title2=WAWI - Play Length2=-1 File3=http://localhost/pause Title3=WAWI - Pause Length3=-1 File4=http://localhost/stop Title4=WAWI - Stop Length4=-1 File5=http://localhost/prev Title5=WAWI - Prev Length5=-1 File6=http://localhost/next Title6=WAWI - Next Length6=-1 File7=http://localhost/playmode?repeat=toggle Title7=WAWI - Repeat Toggle Length7=-1 File8=http://localhost/playmode?random=toggle Title8=WAWI - Random Toggle Length8=-1 File9=http://localhost/list Title9=WAWI - Playlist Length9=-1 NumberOfEntries=9 Version=2 |
|
|
|
|
|
#10 |
![]() |
yes. You have to remove the user support for it though for it to work with pspradio. Shouldn't be too big of a problem as long as you change the port to something you'll remember. I am still having some trouble at the second with the http request failed. I cannot remove the authentification prompt as of yet. I'll post something later on this.
Last edited by manaox2; 03-28-2006 at 11:09 AM.. |
|
|
|
|
|
#12 |
![]() |
I can get the streaming to work, but it won't let me change tracks and stuff.
Ugh.. forgot to install BrowseAmp.. ![]() Great.. BrowseAmp makes my Winamp crash upon startup. ![]() I just uninstalled it and now I'm waiting for the author to come up with another solution hopefully. Last edited by Master-Chief; 03-28-2006 at 02:16 PM.. |
|
|
|
|
|
#13 |
![]() |
We are working on using this with WAWI. BrowseAmp isn't compatible with 5.2+ and isn't as feature friendly. I have the source of WAWI and am working on it now. I made a new thread. Check it out.
Last edited by manaox2; 03-28-2006 at 06:59 PM.. |
|
|
|
|
|
#14 |
![]() |
If you are worried about security and still want to use browseamp. Winamp 5.13 has a patched file in_mp3.dll from winamp directly that addresses the issue without losing compatibility, just place it in your winamp/plugins directory, overwriting the existing one.
http://www.winamp.com/in_mp3.dll |
|
|
|
|
|
#16 |
![]() |
Yeah, I'm going to use the BrowseAmp method again since WAWI is causing a few problem's.
Thank's for informing me about the MP3 Fix i'll give that a go. Now, The next problem that i'm going to have to overcome is streaming your shoutcast server, while controlling winamp at the same time. Because at the moment when you try and select BrowseAmp/WAWI to control PSPRadio will stop the stream your currently playing and attempt to connect to the browseamp 'stream' , Kind of annoying. I'll see if there's anyway to fix that. |
|
|
|
|
|
#18 |
![]() |
After playing around with browseamp and WAPI I came up with this little mod modification for browse amp. Note you really don't need both playlists from what I've gathered as I have no idea what wap.wml does, as it works with just one in pspradio:
Code:
[playlist] File00=http://192.168.XXX.XXX:YYYY/index.html?play Title00=BrowseAmp - Play Length00=-1 File01=http://192.168.XXX.XXX:YYYY/index.html?pause Title01=BrowseAmp - Pause Length01=-1 File02=http://192.168.XXX.XXX:YYYY/index.html?stop Title02=BrowseAmp - Stop Length02=-1 File03=http://192.168.XXX.XXX:YYYY/index.html?prev Title03=BrowseAmp - Prev Length03=-1 File04=http://192.168.XXX.XXX:YYYY/index.html?next Title04=BrowseAmp - Next Length04=-1 File05=http://192.168.XXX.XXX:ZZZZ Title05=BrowseAmp - NextListen Length05=-1 File06=http://192.168.XXX.XXX:ZZZZ Title06=BrowseAmp - PrevListen Length06=-1 File07=http://192.168.XXX.XXX:ZZZZ Title07=BrowseAmp - PlayListen Length07=-1 File08=http://192.168.XXX.XXX:ZZZZ Title08=BrowseAmp - ForwardListen Length08=-1 File09=http://192.168.XXX.XXX:ZZZZ Title09=BrowseAmp - ReverseListen Length09=-1 File10=http://192.168.XXX.XXX:YYYY/index.html?reverse Title10=BrowseAmp - Reverse Length10=-1 File11=http://192.168.XXX.XXX:YYYY/index.html?forward Title11=BrowseAmp - Forward Length11=-1 File12=http://192.168.XXX.XXX:YYYY/index.html?volume=0 Title12=BrowseAmp - Mute Length12=-1 File13=http://192.168.XXX.XXX:YYYY/index.html?volume=100 Title13=BrowseAmp - Unmute Length13=-1 numberofentries=14 Version=2 This is only a slight optomization as you still have to reload the stream on the PSP manually to hear when you change tracks, I put the reload/listen stream option so it will show up in the menu right under most of the tasks you would do for convience. Also I added a mute button which mutes the computers winamp, not affecting your psp volume, and an unmute which unmutes the computer winamp. I added a fast forward and reverse, but they are kinda pointless right now as the stream doesn't auto-reload/listen. XXX.XXX is your local subnet, home network, IP, YYYY= your HTML port number, and ZZZZ= your shoutcast port number. It's possible, if you made your shoutcast sever public, added your schools IP address to the allowed domains in browseamp. The school and you both had a wireless connection, and you forwarded your ports via your router to your computer you could listen to it at your school, though I haven't a clue at what speed or quality. You'd have to find out what your real IP address is of course, www.whatismyip.com is an easy way, and fill that in over all the areas that you see 192.1.XXX.XXX and it could work. I haven't tested it. Also browse amp as well as WAPI has this nice webpage access feature, that if you type your url in a webrowser (that you allowed access, easiest on the computer that is broadcasting) you can enter this url filling in your own information: http://192.1.XXX.XXX:YYYY or your real ip url if your remembered to forward it and set up your permissions. http://XXX.XXX.XXX.XXX:YYYY and it will give you all the options to like change tracks, volume, or in browseamp, if you set the folder configurations to where your music is in winamps plugin configuration, you can even browse or search to a specific song you want to listen to. If you have winamp on a remote computer like your schools computer (not suggesting you try that without permission lol) then you could open up a text document: Code:
#EXTM3U #EXTINF:-1,http://XXX.XXX.XXX.XXX:ZZZZ http://XXX.XXX.XXX.XXX:ZZZZ Make sure to forward your ports on your router if you have one (this version doesn't require wireless on either end), and open it up in your winamp on the remote (non server computer) and you should be able to listen to your music, provided of course you checked that mark in winamp plugins to make your shoutcast server public, in theory, i haven't tested it, I'm pretty sure it would work. then just open that HTML page to control it, search it, etc: http://XXX.XXX.XXX.XXX:YYYY Just remember that XXX= your IP address numbers, YYYY= your html port, and ZZZZ= your shoutcast server port. Hope this helps. DISCLAIMER: Please note if anyone finds out your html control page, and if you are stupid enough to share your entire drive they not only can control your music they can download files off of your drive. So use common sense please. ![]() -Drathian Last edited by Drathian; 03-30-2006 at 10:39 AM.. |
|
|
|
|
|
#19 |
![]() Join Date: Nov 2005
Location: Edmonton, AB, Canada Firmware:v1.50/3.40 OE MSDuo:4Gb & 3x1Gb
Posts: 244
Trader Feedback: 0
|
Keep up the good work Demon X. If it takes you a day, a year or whatever... I'll be patient and appreciative ofyour efforts.
Ye Gods! That sounded a bit thick... true, but thick. Thanks Demon X. |
|
|
|
|
|
#20 |
![]() |
|
|
|
|
|
|
#21 | ||
![]() |
Quote:
Quote:
because it is giveing me a port number realy small compared to my last one with shoutcast (8000) now its only 80 i changed it back to 8000 though is that ok? will it not work with out me putting a host IP in coz i cant get that. to get it in the browser do i still need to know the hoste ip? and i use http://(real ip) ort?p.s how do i find my shoutcast port number? Last edited by Phatty; 03-30-2006 at 12:26 PM.. |
||
|
|
|
|
|
#22 |
![]() Join Date: Jan 2006
Location: wolverhampton Website: http://www.pcwhforum.com ^ Free PC Support forums
Posts: 578
Trader Feedback: 0
|
nice work, keep up the hard work
__________________
[CENTER][FONT=Arial][COLOR=black][B][I][URL="http://www.pchwforum.com"]www.pchwforum.com[/URL] - Windows and PC Support Forum[/I][/B][/COLOR][/FONT][/CENTER] [CENTER][B][I][FONT=Arial][/FONT][/I][/B] [/CENTER] [CENTER][B][I][FONT=Arial][URL="http://www.techlinux.net"]www.techlinux.net[/URL] - Linux support forum![/FONT][/I][/B][/CENTER] |
|
|
|
|
|
#23 | |
![]() |
Quote:
|
|
|
|
|
|
|
#25 |
![]() |
The Retawq browser plugin is coming out for PSPRadio soon, My guess is since this has simple HTML support it could be used for browseamp/wawi. It Should be coming out in a few day's so i'll check that out once it's released.
|
|
|
|
|
|
#27 |
![]() |
*Bump*
Raf, Today has released the plugin for PSPRadio called the Retawq Browser this is a text based web browser. So i thought i would do a few test's with BrowseAmp and WAWI. BrowseAmp skin by seamonkey420 running in Retawq ![]() This work's , But for some reason won't display the time of track and some controls are missing. But other than that most of it works. BrowseAmp Skin by Seamonkey With WAP Mode on ![]() This is the skin with WAP Mode on, It means text mode. So this should work better in Retawq all the controls work fine, But when you select one of them this come's up: ![]() WAWI This is NOT working at all, It just displays a blank page. ![]() I'm going to try and play with a few different skins with BrowseAmp see what one work's the best with Ratawq. |
|
|
|
|
|
#30 | |
![]() |
Quote:
I could change this to something like : Code:
<a href="http://retawq.sourceforge.net/">retawq.sourceforge.net</a>.</p> 0.2.6c , curses <p>This program contains support for: CSS .</p> <p>PSP Port by Raf. This port is a plugin for PSPRadio. Visit us at <a href="http://pspradio.berlios.de">PSPRadio Forums</a> Or <a href="http://rafpsp.blogspot.com">PSPRadio HomePage</a>.</p> Code:
<a href="http://retawq.sourceforge.net/">retawq.sourceforge.net</a>.</p> 0.2.6c , curses <p>This program contains support for: CSS .</p> <p>PSP Port by Raf. This port is a plugin for PSPRadio. Visit us at <a href="http://pspradio.berlios.de">PSPRadio Forums</a> Local : <a href="http://192.168.2.2/bookmarks.html">My BookMarks</a>.</p> Last edited by DeMoN X; 04-02-2006 at 08:53 AM.. |
|
|
|
|
![]() |
| Tags |
| browseamp , mod , pspradio |
| Thread Tools | |
|
|