Jump to content

it is possible ?


bandi94

Recommended Posts

it is possible to play a song whitout the client download it ? i mean i wanna make a music player whit a lot of song's (.mp3) now i can-t put them in server bk it will take hour's to download it now can i upoad them into a database and then the client play it from the database whitout download it ? thx

Link to comment
Stream ( internet radio ).

If what you mean is a web radio then I have another way. Put the sounds in a webhost or dedicated/vps web-server ( or what you want ) and use the url ( e.g.: http://IP/sound.mp3 ) in playSound ( e.g. : playSound ( 'http//293.283.172.21/mySound.mp3',false) ).

If only i would have done this instead :D.

In my music player, i read the sound files from server with fileRead and send 50000 bytes of sound data, then i save the data to file and playSound, and then send request to send next part of the file..

lol :(

Link to comment
Stream ( internet radio ).

If what you mean is a web radio then I have another way. Put the sounds in a webhost or dedicated/vps web-server ( or what you want ) and use the url ( e.g.: http://IP/sound.mp3 ) in playSound ( e.g. : playSound ( 'http//293.283.172.21/mySound.mp3',false) ).

If only i would have done this instead :D.

In my music player, i read the sound files from server with fileRead and send 50000 bytes of sound data, then i save the data to file and playSound, and then send request to send next part of the file..

lol :(

I think that your way is more hard for him.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...