ouiouiouioui
ouiouiouioui

Reputation: 91

webrtc to rtp to hls with kurento and AWS Elemental MediaLive

I would like to create webrtc to hlt. Using Wawza is a good solution, but I cannot manage it. I want to use aws eternal medialive. I caught up with a solution with kurento mediaserver that converts webrtc to rtp and, aws converts rtp to htl.

Is it possible to create a below architecture.

browser => kurento (WebrtcEndpoint) => kurento(rtpEndpoint) => aws eternal medialive.

Upvotes: 5

Views: 940

Answers (1)

user5665147
user5665147

Reputation: 21

By the look of things, it's not possible. Kurento's RTP endpoint is SDP based, while MediaLive only supports raw RTP streams without session negotiation.

Upvotes: 2

Related Questions