Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I have recently started development of an app that uses PubNub to stream video from Android devices to a web page. What i need to do now is the same thing for IOS.
The PubNub SDK has some basic information regarding IOS development. I was wondering is anyone knows of a similar example app like they have for the Android version
There currently is no iOS WebRTC sample app. PubNub only plays the role of signal protocol in the AndroidRTC and WebRTC Sample apps so it should be relatively easy to follow those apps to create an iOS version.
For more information about the role that PubNub plays in video streaming/chat/WebRTC type apps, please see What sort of services does PubNub provide with respect to WebRTC and video chat?
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am working on Calling Solution which uses FreeSwitch for Audio/Video Calling. I am stuck with Video Conferencing system that will be run by iOS and Andriod client devices.
When I create a Video Conference Call, every user can see Video of only one user.
Then I added some canvas variables for Video Conferencing but all in vain.
I have also enabled WebRTC port in FreeSwitch.
I need an open source Video Conferencing Solution developed under Freeswitch and WebRTC and will be compatible to develop in Andriod and iOS platforms.
Does OpenVCS or telepresence Server can do trick or not? Any other solution for this problem?
If you follow the guide here you will get WebRTC with Verto demo for use in a browser, this works on google chrome for android.
https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie
From there you can probably use embedded WebRTC framework and SIP client to make WebRTC clients from something like REACT native.
You can visit the FreeSWITCH community for more info.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm building an iOS app for my boss, and I have to implement a chat. the app will run on iOS for now but in the future it's gonna run on android too, so I need a cross-platform working solution. I will develop it in Swift, on Iphone only.
once you logged in by Facebook , Twitter or email you'll be able to send messages to other users logged in the app and online. you know, waze style.
I think I cannot use iMessage since the app could be developed for Android too.
I'm trying to understand Jabber but I am totally new at it, but is it possible to make such a service in PHP?
Boss told me to look for a third party chat service, pay it and stop but I cannot find the right one.
could someone help me?
There is a really good new tool named Layer which does exactly what you are looking for.
Layer
There are many chat services availabale for both android and ios
1:Scringo
2:Firebase
3:Quickblox
i have tried with quickblox and it is really fine, easy to implement and use http://quickblox.com/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to develop an Android application that has functionality of video broadcasting and streaming from any mobile devices. I have already searched for many apis that might provide support for Android app development, but most of them have sdk's having support for Android 4.3+.
I have already looked for:
1) StreamBox
2) ustream
3) Wowza
4) KickFlip
5) Aftek
Most of them just gave support for just web side or had support for version above 4.3+. I want any help in form of tutorials or documents that can help me live video stream and give some api support for my Android app development cycle. Thanks a lot in advance
check this example application: http://www.walking-productions.com/notslop/2013/01/16/android-live-streaming-courtesy-of-javacv-and-ffmpeg/.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an app for Android and iOS, and I want to integrate video. However, if I put the video in the app, it will make the app very big. So I want to stream the video from the web. What are some good services I can use to host the videos? They are a total of about 25-30 MB. I would like to use a service with a free plan that I can start out with until I have a lot of users.
Thank you in advance.
I would look at HTTP or RTMP (Real Time Messaging Protocol) streaming via Amazon Cloudfront. They have cheap $per/GB pricing and support secured and/or authenticated access to resources.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I assume that it is possible to invoke skype or another VOIP solution by starting the appropriate activity. My question is; are there any VOIP solutions that can be used as services in some way, making it possible to write a separate app with its own user interface that just uses the VOIP functionality of the original VOIP app?
This question is similar, but talks about hooking into the audio streams. Skype has an SDK but is is currently only aimed at desktop applications.
Android 2.3 supports SIP. The API can be used to make and receive VOIP calls. See the Android developer site. There are other solutions for earlier Android OS versions, check out this question.
There is sipdroid