Need help!
Need help!
Hi all I am planning on starting my own media player... and I was wondering if you guys could help at all?? we can make it simple so that is is just play pause back next open close and minimimize. Something like my attachment. I think It might be easy If we use some code from Winamp and WMP would'nt it?
Archived topic from Iceteks, old topic ID:3555, old post ID:28973
Archived topic from Iceteks, old topic ID:3555, old post ID:28973
-
- Posts: 954
- Joined: Mon Jan 17, 2005 5:16 pm
Need help!
Yeah. Check out Media Player Classic. It's the old small version of WMP. It rocks. No skins or fancy stuff like that, but it doesn't even show up in the task manager. It's pretty low in resources.
Archived topic from Iceteks, old topic ID:3555, old post ID:28974
Archived topic from Iceteks, old topic ID:3555, old post ID:28974
Need help!
Well I was we could try and make our own companie like so that there can be free versions then you can pay for "Premium" and get way more. And it could all be sent to one Pay By Pal account then divied up evanly between the people who help code it.
Archived topic from Iceteks, old topic ID:3555, old post ID:28977
Archived topic from Iceteks, old topic ID:3555, old post ID:28977
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
Need help!
Winamp and Windows Media Player are closed-source projects. Even if you could get your hands on the code, it would be illegal to use it without permission.
Code a simple Windows program that has control buttons in the system tray and can play FLAC and Ogg Vorbis. Release it under an open-source licence. I’ll love you forever!
Archived topic from Iceteks, old topic ID:3555, old post ID:28978
Code a simple Windows program that has control buttons in the system tray and can play FLAC and Ogg Vorbis. Release it under an open-source licence. I’ll love you forever!
Archived topic from Iceteks, old topic ID:3555, old post ID:28978
-
- Posts: 954
- Joined: Mon Jan 17, 2005 5:16 pm
Need help!
Hmmm... Well, I have no coding knowledge, so I'm out on this project.Mikwiththestick wrote: Well I was we could try and make our own companie like so that there can be free versions then you can pay for "Premium" and get way more. And it could all be sent to one Pay By Pal account then divied up evanly between the people who help code it.
Unless the premium version has a graphical look.
Archived topic from Iceteks, old topic ID:3555, old post ID:28979
- rovingcowboy
- Posts: 1504
- Joined: Wed Dec 18, 2002 10:14 pm
Need help!
Mikwiththestick
slow down boy
get the lessons on how to make the modern skins finished first okay?
then make the media player
then start the company and take over the internet
oh first you have to arm wrestle bill gates for control of it.
then you got to box al gore for use of it since he invented it
Archived topic from Iceteks, old topic ID:3555, old post ID:28988
slow down boy
get the lessons on how to make the modern skins finished first okay?
then make the media player
then start the company and take over the internet
oh first you have to arm wrestle bill gates for control of it.
then you got to box al gore for use of it since he invented it
Archived topic from Iceteks, old topic ID:3555, old post ID:28988
roving cowboy/ keith
Need help!
there both nerds I can take them on in a sissy fight any day!
Archived topic from Iceteks, old topic ID:3555, old post ID:28994
Archived topic from Iceteks, old topic ID:3555, old post ID:28994
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Need help!
Use the force *cough* rm -rf / on bill gates, he can't handle that. We all know his house runs on Linux with a windows 98 interface.
Archived topic from Iceteks, old topic ID:3555, old post ID:28998
Archived topic from Iceteks, old topic ID:3555, old post ID:28998
Honk if you love Jesus, text if you want to meet Him!
- rovingcowboy
- Posts: 1504
- Joined: Wed Dec 18, 2002 10:14 pm
Need help!
Ok.Tak wrote: Winamp and Windows Media Player are closed-source projects. Even if you could get your hands on the code, it would be illegal to use it without permission.
Code a simple Windows program that has control buttons in the system tray and can play FLAC and Ogg Vorbis. Release it under an open-source licence. I’ll love you forever!
Archived topic from Iceteks, old topic ID:3555, old post ID:29033
-
- Posts: 96
- Joined: Fri Jul 16, 2004 1:04 pm
Need help!
You could link against xine-lib... I think the lib is LGPL... http://xinehq.de/
Archived topic from Iceteks, old topic ID:3555, old post ID:29036
Archived topic from Iceteks, old topic ID:3555, old post ID:29036
Need help!
I would to make my own Media Player insted of useing someone elses code.
Archived topic from Iceteks, old topic ID:3555, old post ID:29037
Archived topic from Iceteks, old topic ID:3555, old post ID:29037
-
- Posts: 96
- Joined: Fri Jul 16, 2004 1:04 pm
Need help!
Thats why you can link to the core library. I'm not suggesting you modify and re-release xine.Mikwiththestick wrote: I would to make my own Media Player insted of useing someone elses code.
If you want to play any kind of decent file formats (I belive windows can natively play CDs and WAVs) you'll need to either write decoders or use other people's decoders. Most people to the latter. Obviously, you'll want to use a free one. As long as you are going to use one, might as weill use libxine 's audio features instead of pulling together seperate libraries like lame, and ogg, and vorbis.
Archived topic from Iceteks, old topic ID:3555, old post ID:29038
Need help!
ok so what file do I download?
Archived topic from Iceteks, old topic ID:3555, old post ID:29057
Archived topic from Iceteks, old topic ID:3555, old post ID:29057
-
- Posts: 96
- Joined: Fri Jul 16, 2004 1:04 pm
Need help!
https://sourceforge.net/project/showfiles.p...lease_id=344955
You'll need to compile for Windows, of course, then include it.
http://cvs.sourceforge.net/viewcvs.py/*che...oc/README.WIN32
This might be useful.
http://xinehq.de/index.php/developer
Archived topic from Iceteks, old topic ID:3555, old post ID:29070
You'll need to compile for Windows, of course, then include it.
http://cvs.sourceforge.net/viewcvs.py/*che...oc/README.WIN32
This might be useful.
http://xinehq.de/index.php/developer
Archived topic from Iceteks, old topic ID:3555, old post ID:29070
Need help!
OK im just geting more confused Taks way sounded more simpler to me.
Archived topic from Iceteks, old topic ID:3555, old post ID:29073
Archived topic from Iceteks, old topic ID:3555, old post ID:29073
-
- Posts: 96
- Joined: Fri Jul 16, 2004 1:04 pm
Need help!
Yeah but you'll still need to use a 3rd party library. They will likley be simpler ot use than libxine, but you'll need to use more of em.Mikwiththestick wrote: OK im just geting more confused Taks way sounded more simpler to me.
Archived topic from Iceteks, old topic ID:3555, old post ID:29085
Need help!
I love that sig that guy has lol i mean Avatar
Archived topic from Iceteks, old topic ID:3555, old post ID:29194
Archived topic from Iceteks, old topic ID:3555, old post ID:29194