Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to develop voice and video call through our application users in android like Wechat Application. How can i doing this?
I have searched in Google but i didn't get any exact reference or samples. Can anyone explain and give some sample source and references for doing this functionality?
And I have few confusion about SIP and VOIP which one im going to use for support android versions 2.2 to higher versions applications?
Lumincall is an open source SIP. its under GPL licence so you wont Have to pay for it.
Linphone is an open source Voice Over IP.its also nder GPL licence so you wont Have to pay for it.
you can get the source code of these app. it may help you
You can use Jingle for video calling. voice call can also be done using jingle. But mostly in Android, SIP Protocol is used for voice calling since it is comes with android.
Voice call over SIP Protocol
You can also look into this sample implementation of SIP in Android.
SIP Protocol Implemetation
You can find some Jingle Documentations here
Jingle Specifications link
Maybe create socket communication over your server.(Leave stream) I development basicly two years ago. I send computer's camera views to phone screen via internet before. (Real time video stream)
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am working on casting application. I am able to cast local videos from my app on TV using chromecast device.
Now I want to cast(mirror) complete android phone on the TV. I know Android provides this as a default feature by using Cast feature in quick Settings where user has to explicitly connect to a Chrome Cast device available.
How can I do the same from my application? I have tried using MediaProjection API to capture screen and save it.
Can anybody show me direction how to do that?
If you mean turning on mirroring programmatically from your app to mirror your phone, you cannot do that. If you want to limit that to your own app, then the closest thing would be to use the RemoteDisplay apis. Using those APIs, you can create a view in your own app and project that on your Cast device, see this tutorial.
The Google Cast SDK lets you extend your Android, Chrome or iOS app to control a TV or sound system. It supports many media formats, protocols and codecs to ease integration. Use Google's Official Cast SDK
and Sample can be found here.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to create Android app, that will enable users to stream in real time audio and video from their phone to specified server. In addition, that server should save such recording to some file, to view it latter, but now it's not so important.
My question is: are there any simple or well documented ways of streaming video to remote server (not via wi-fi, I guess it can be important info)
I'm not sure how well Android handles WebRTC currently but I recommend you check it out! It uses Web-Protocols alongside Javascript/HTML5 components to stream-video/audio in real-time via the web-browser. I use it in 2 of my projects for similar applications. The only thing that differentiates is that you are wanting to store the video on your server.I'm guessing would also be possible but I haven't tried it! You can find all the documentation here.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I want to create an social app to share photos, videos that are taken from android mobile(like live streaming). I am new to android. I want to know what server is best suited for my android project to work as a back end. I searched in internet and found Google App engine to work as back end. I also found some other BaaS services AWS SDK, Windows Azure,Parser,StackMob to work as Back end. Is Google App engine enough to create a live streaming social app in android.
Thanks in Advance.
Can any one tell me what server is best suited to work for a social app and can you tell me the things that are must to develop a social app in android.
I don't know exactly what you are trying to achieve.
But 4 months ago I was working on Live Video Streaming app and we were using WOWZA Server. (commorcial)
And I also found during R&D of my project that Wowza is very good for Live Streaming.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I am working on a android application in which i have to implement peer to peer voice chat. I found in android this is possible in API level 12 or above because Google added android.net.rtp package in API level 12. By using this package we can implement peer to peer voice chat and video chat. But I need to implement this for API level 8. Now my questions are:
How i can implement this peer to peer voice chat for API level 8.
Is Jmf (java media framework) is compatible with android.
Is any other API available for android to implement this idea.
I suggest have a look at PJSIP opensource SIP stack. It isn't officially ported to Android, but some people have succeeded in using it on Android and have posted patches too.
http://trac.pjsip.org/repos/wiki/Getting-Started/Android
The "csipsimple" project seems to be under active development.
http://sipdroid.org/ might be helpful too.
HTH
Also f/oss is Linphone
Consider the reflections in RFC 7081, too
Possibly: tunnel your sip/rtp to overcome carrier inanities -- not merely the IPv4 flavor.
For additional inspiration: http://SipSorcery.com , http://Anveo.com , prism-break , F-Droid
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
We are already using jabber smack api for chating in our application.
now we are planing to upgrade my app by adding voice/video chat.
I think its possible by using the jingle jabber smack but i am not getting any api's or sample code in jave for jingle.
can any one please help me on this.
Well, the Beem Project is working on this too. Maybe you find here some hints about jingle implementation in Java and Android.
But providing voice and video calls via XMPP is not so trival. smacks jingle branch is pretty old and I am not sure if the API reflects the current state of the jingle specification. But it was implemented as a Google SoC project. This may a hint of a solid API. You have to try yourself.
You can use Quickblox for android thay are handling video chat
http://quickblox.com/