Kurento Android client

1,470 views
Skip to first unread message

Андрій Дзигар

unread,
Oct 29, 2015, 8:24:41 AM10/29/15
to kurento
How to connect to kurento one2many web app from android app?

Ivan Gracia

unread,
Oct 29, 2015, 8:37:32 AM10/29/15
to Kurento Public
You'll need to implement the signaling protocol of the tutorial, which is quite simple. You have to kind of messages:
  • Client to server messages, handled here
  • Server to client messages, handled here 
You need to make your client able to send and receive those messages, and also be able to use WebRTC.

Ivan Gracia



On Thu, Oct 29, 2015 at 1:24 PM, Андрій Дзигар <dziga...@gmail.com> wrote:
How to connect to kurento one2many web app from android app?

--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Андрій Дзигар

unread,
Oct 30, 2015, 5:31:49 AM10/30/15
to kurento
Kurento Android SDK is not supported.(( How to connect without it ? (Simple example, if possible)
I need to user URL connection or something else ? Sorry for the stupid questions, I'm newbie in this.



четверг, 29 октября 2015 г., 14:37:32 UTC+2 пользователь igracia написал:

Ivan Gracia

unread,
Oct 30, 2015, 10:15:31 AM10/30/15
to Kurento Public
I've answered in Stackoverflow. Cross-posting in different forums is normally considered rude. Also, this question has been answered quite a number of times in this list, and also in Stackoverflow. Google is your friend :-)

KANDS has nothing to do with connecting to the demos, and I'm afraid that the first answer is still valid: you'll have to implement the signaling protocol of each demo yourself, if you want to have a native Android app. Please have a look at the documentation if you are a newbie to this, so you understand how the architecture that the tutorials are based on is. The one you've mentioned is the third one in this diagram

Inline image 1

That's why KANDS won't help you, as KANDS was connecting directly to the KMS.

Ivan Gracia


Андрій Дзигар

unread,
Oct 30, 2015, 4:39:06 PM10/30/15
to kurento
igracia, please tell me, kurento media server can work on other linux distributive except Ubuntu 14.04 LTS ?

пятница, 30 октября 2015 г., 16:15:31 UTC+2 пользователь igracia написал:

Ivan Gracia

unread,
Oct 31, 2015, 3:29:48 PM10/31/15
to kurento
Yes, but you'll have to compile that yourself, as the reference and supported district is Ubuntu 14.04

Андрій Дзигар

unread,
Nov 3, 2015, 2:59:37 PM11/3/15
to kurento
igracia, tell me please, whether it is possible to realize the connection to the java kurento client  from mobile application that is implemented using apache cordova or phonegap frameworks ? 

суббота, 31 октября 2015 г., 21:29:48 UTC+2 пользователь igracia написал:

Ivan Gracia

unread,
Nov 3, 2015, 3:04:27 PM11/3/15
to kurento
Yea, but you will be connecting to the app server where the client is running. You will be implementing your own signaling protocol.

Андрій Дзигар

unread,
Nov 13, 2015, 7:37:15 AM11/13/15
to kurento
If I  develop the android native app for connect to Java Kurento client should I use kurento client libs or I can develop this app with another WebRTC libs without Kurento libs ?
 
вторник, 3 ноября 2015 г., 22:04:27 UTC+2 пользователь igracia написал:

Ivan Gracia

unread,
Nov 13, 2015, 7:48:34 AM11/13/15
to Kurento Public
Watch out, as kurento-client is not a webrtc library, it's a library for controlling the kurento media server. You will need some sort of webrtc library, besides whatever signaling/control library you are using. You will have to implement any signaling protocol that you server uses, if you are connecting to an app server of your own, it's up to you what you use. If you are connecting directly to KMS, you can use the kruento-client. Again, please have a look at the links I've sent you, and also estudy that diagram to know which architecture you want to have. That will define what you need.

Ivan Gracia


Reply all
Reply to author
Forward
0 new messages