piyush
piyush

Reputation: 898

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

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?

Upvotes: 5

Views: 1309

Answers (1)

igracia
igracia

Reputation: 3551

Multistream is not yet supported in the WebRtcEndpoint from Kurento.

Upvotes: 4

Related Questions