Api for music streaming - android

I am tying to make my own android music streaming app for this i thought that i need to find some kind of api which will take parameters like music name, artist name etc. and the api will search it on youtube but instead of video(mp4) will get audio(mp3) response,
and i am stuck here.
If anyone knows about this kind of api or any other way to do this, please mention it here.
****** My other thoughts *****
can i make a node server and send my req to that server from my android app and node will fetch the video from the youtube servers and convert the mp4 to mp3 and give it back to my application in JSON, is this possible?

Related

Can i get video feed from web player into android application?

i want to be able to get video feed from a web player like JW Player .. The thing i want to achieve is an app for android that sends live camera feed to a web server then the web server should broadcast it to another android app which is the master app .. the master app can then draw something on the screen which i want it to be drawn on the video and then sending the edited video back to the server and then back to the android which was broadcasting in the first place.
i want to achieve something like this : https://www.youtube.com/watch?v=0CyKER2Wdco
i've searched and found a tutorial that uses Wowza but it's half the answer .. i still want to edit it and then back to the server and then to the android .. here's a link to it : http://www.androidhive.info/2014/06/android-streaming-live-camera-video-to-web-page/
any help will be much appreciated.
edit : i want to know if it is possible to broadcast video from android phone to webserver then apply some edit then send it back to the phone

How to cast youtube video from my android device to chromecast programatically using custom receiver?

I need to search videos via any keyword and display selected video on chromecast. I did the first part using Youtube API where I am getting video id of search content in JSON. I need custom receiver as I need to display some more stuff like image. I am able to send custom messages to a receiver . Now how to proceed further to cast selected video. I read about iframe API but still confused. Please guide me steps how to do this on both sender and receiver side.
I do not think the iframe api will help in your attempt to cast programatically, since casting is taken care of in the Cast SDK and Media Player Library. Check out this post which very clearly blocks out the steps you need take.

How to get all videos uploaded by a specific user via YouTube API

This is a simple question. We need to get all the videos uploaded to our channel in our Android application using YouTube API. According to the YouTube API v2.0 documentation this is a really easy case - https://developers.google.com/youtube/2.0/developers_guide_protocol_video_feeds#User_Uploaded_Videos.
They say that:
To ensure that the API response contains the most up-to-date
information available for the user's videos, do not use any parameters
other than start-index and max-results in your request. Requests using
other parameters, such as orderby, will return cached results.
Great! According to the above doc the URL is https://gdata.youtube.com/feeds/api/users/itcuties/uploads, but the returned result doesn't contain all of our videos. What's going on?
The question is, how to get all the videos uploaded by a given user using YouTube API?
Ok, case solved - YouTube API - Get All Videos From User limits? :)
We need to add max-results paramter - https://gdata.youtube.com/feeds/api/users/itcuties/uploads?max-results=50
Back to coding! Have a nice day!

Sound Tracking in Android

Android application Sound Track is doing some following job.
Listen the song/sound track
Search the track from server
Provide full detail about the track like movie name, album name, singer etc
My question is Which type of mechanism they are using to track a sound/song?
Record a small excerpt of the song using the microphone.
Upload it to the server
Run a matching algorithm against your excerpt and the precompiled database that you've made containing thousands of songs.
Find the best match, and send the result back to the device.
Show the information to the user

get android phone call in message

Is there any idea that how can I get phone call as an MESSAGE from server. Like some buddy record voice and save as audio file, and I can get that file in my phone as an MP3 or something like that..
Thanks
-Akash
Someone already beat you to it, if you were thinking of using Google Voice unofficial api
Though if you want to create your own VoiceMail-type service
Buy a server.
Write some web-service with api's that can upload and serve recorded content.
Create an android application that can record voice data and upload it to the server.
IANAL so I don't know if this is legal in your country.

Categories

Resources