Playing music on my end, with APIs of search engines
-
I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!
-
I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!
-
I want to create a web application, in which it searches the API available in various sites like playme.com,freemusicarchive.org and plays mp3 at my end. By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3. So how will I write the code for player which I have prepared in my website. I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!
Neha.prakash88 wrote:
By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3.
Probably a "redirect" url that points to something that points to your MP3. The API's will probably not be all the same for the websites you named.
Neha.prakash88 wrote:
I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!
If you are stuck on a specific problem, or if there's some code that we can review. Right now, the question is too broad.
Bastard Programmer from Hell :suss:
-
Neha.prakash88 wrote:
By using web services of these websites I am just getting the URLs which doesn't point to any specific mp3.
Probably a "redirect" url that points to something that points to your MP3. The API's will probably not be all the same for the websites you named.
Neha.prakash88 wrote:
I have searched several websites like beemp3.com they have the functionality, same I want to achieve for my website. Please help!!
If you are stuck on a specific problem, or if there's some code that we can review. Right now, the question is too broad.
Bastard Programmer from Hell :suss:
This is an XML file provided by http://freemusicarchive.org[^] in this at the place of track URl they have provided http://freemusicarchive.org/music/Alastair_Cameron/Free_Film_Music_cameronmusiccouk/gentle_marimba[^], which is opening some page which contains a mp3 file which we can listen. My problem is that I want to play that music at my website, I don't want to redirect to any any other website. I want that user just click on play button and it start playing, without showing the actual website which is hosting the song.
55860
gentle marimba
http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/gentle\_marimba
12203
Alastair Cameron
http://freemusicarchive.org/music/Alastair\_Cameron/
http://www.cameronmusic.co.uk/
10345
Free Film Music (cameronmusic.co.uk)
http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/
Creative Commons Attribution
http://creativecommons.org/licenses/by/3.0/
01:44
0
1 -
This is an XML file provided by http://freemusicarchive.org[^] in this at the place of track URl they have provided http://freemusicarchive.org/music/Alastair_Cameron/Free_Film_Music_cameronmusiccouk/gentle_marimba[^], which is opening some page which contains a mp3 file which we can listen. My problem is that I want to play that music at my website, I don't want to redirect to any any other website. I want that user just click on play button and it start playing, without showing the actual website which is hosting the song.
55860
gentle marimba
http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/gentle\_marimba
12203
Alastair Cameron
http://freemusicarchive.org/music/Alastair\_Cameron/
http://www.cameronmusic.co.uk/
10345
Free Film Music (cameronmusic.co.uk)
http://freemusicarchive.org/music/Alastair\_Cameron/Free\_Film\_Music\_cameronmusiccouk/
Creative Commons Attribution
http://creativecommons.org/licenses/by/3.0/
01:44
0
1 -
In that case you'll have to fetch the redirect-page, read it, figure out where the MP3 is actually located and then fetch that mp3.
Bastard Programmer from Hell :suss:
Those redirected pages contain some coded information, they too don't have any direct mp3 link.
-
Those redirected pages contain some coded information, they too don't have any direct mp3 link.