Reputation: 91
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
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