![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2005
Posts: 2
Rep Power: 0
![]() |
Media application
I am trying to figure out if there is a media player with remote capabilities. If not, i would like to write one and need some advice.
A little background regarding the application. I have 2 computers (a desktop and laptop). My desktop is connected to speakers. All my music is also on my desktop. I would like to be able to control my music from my laptop so that it plays on the desktop (so that the sound comes from the speakers on the desktop). Does anyone know an app that will allow me to do that? If not, any advice how i can write one. I am proficient in C/C++, Java, PHP. I am looking for a quick solution to this so do not want to write a whole new application. I was thinking of something like having a web interface which controls an app (for example have a website which would control winamp). Any ideas how i can approach this? thanks |
|
|
|
|
|
#2 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Command Cubes is supposed to be pretty good.
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2004
Posts: 8
Rep Power: 0
![]() |
Just use VNC 4 to remote over and play your song. It's free...
http://www.realvnc.com/cgi-bin/download.cgi |
|
|
|
|
|
#4 |
|
Programming Guru
![]() |
I wrote a web-application a while ago that was compatible with winamp and controlled it remotely. It was written in C++ (mainly) and PHP for an interface.
What you should probably do is this... Create a C++ console program that runs in MS-DOS screen and has a selection list of all the songs on your playlist saved as a file. Have it run so when it hits enter on the client program on top of the song you want, send a packet to the server program that shells winamp to play that song first, and then load the playlist on the bottom of that song (i hope that made sense). Then have the server send a response packet saying that the song was played, or not played, to show a success or failure to the client... Hope this helps, Tempest...
__________________
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Mar 2005
Posts: 2
Rep Power: 0
![]() |
Thanks for the info guys. I will try out the winamp plugins and write an app with that.
VNC does not solve the problem. I font want my mouse moving on the desktop while i change songs (situations like when i am gaming and want to listen to music) |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|