Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to send multiple media streams from one client using kurento client/utils API's?

Tags:

I want to send 2 media streams to the webrtc peer. I am using kurento media server and kurento client API's. Kurento client APIs allows me to set options before creating webRTC peer connection. where we can specify local stream to be sent to the client.

It does not provide a way to send multiple streams from one client. I tried to add tracks from one stream to another and then send the stream. But when I do that media server crashes.

Is there any way I can achieve this?

like image 438
piyush Avatar asked Jul 09 '16 13:07

piyush


1 Answers

Multistream is not yet supported in the WebRtcEndpoint from Kurento.

like image 159
igracia Avatar answered Sep 28 '22 02:09

igracia