5

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.

ouiouiouioui
  • 91
  • 1
  • 7

1 Answers1

2

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.