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
Related
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?
Totally new to Azure and the services it offers, I face many questions about the "Speech" service and the bots that can be created on the Microsoft platform. Currently developing an Android mobile application I'd like to realize the following behavior:
The user records a voice file from the app (using MediaRecorder), this part is ok
Once the recording is finished, this file is sent to Azure function(via an HTTP POST).
The file is translated into Text
The text is sent (step 7) to the bot which reacts accordingly by executing an HTTP request.
Scheme of the process I explained
First of all I wanted to know if this scenario is possible or if I have to use the Speech SDK on my Android application.
Moreover if this scenario is possible, how do I send the text to the chatbot? I've checked this link but it doesn't seem very relevant to me.
NB: My bot has been completely created using "Bot Framework Composer" for the moment, no code has been written, I just wanted to know if my scenario is plausible and above all possible.
Go through your steps, and I think it can be implemented. If you want to send text to bot, you can refer to this request.
Before that, you may need to start a conversation and get the conversationId.
We want to use an android app(not developed by us) as a data source for our app(developed by us). The user of our app will input the data, that data will be input to the app that we want to be our data source. There, data will be matched to the existing data in the app. If matched, the output will be displayed on the console of our app.
The question is, it is possible to use other android app into the app you want to build such that your user will not know that the other app is working in the background. How would that be possible?
Thanks in advance.
Got a pretty hectic task for myself here and i'm done with googling it ..
Im presently working on an app that has to take an
input , (String )(EditText) from the user end .
Use that string and pass it on to a webview , so that the search is done based on this string , (for eg: lets take youtube as an example so the passed content is a Songs name).
Once the search has been made the app has to pickup the url of the present search made .... i.e in youtube when we search for something we get the url as
"https://www.youtube.com/watch?v=zS4F49XqLWo" so the app has to store this url .
Paste the url onto another site and then Click on some buttons on that site (The major problem part -- how do i get the app to automatically click on buttons on another site ??)
Im just a novice at Android Development , espacially at the html side of it ... so kindly bear with me !!...
I want to setup One to one Video with voice call using Open TokBox. I want to setup it in Android and Server Side is dotNET. I found sample project and it is working fine but it is like multi broadcasting. And It finds if any user is online.
Rather than this, I want that One user call another user from Android Device. And if that another user is online then he gets notification about call else it shows offline user. This can happen with many users same way.
Its like skype but only one to one. So, as I know I will need to create new session id at dotNET server side.
Please help me to perform this task perfectly.