1 Answer
- Newest
- Most votes
- Most comments
0
The input source types for Amazon IVS Low Latency and Real Time Streaming are different. As you indicated, the Low Latency mode accepts RTMP streams, where the Real Time Streaming uses WebRTC for both source and outputs. They are two separate functions within the IVS offering.
You can use IVS Stages, which uses WebRTC for sources, and send to an IVS Low Latency Channel. See this link for more details. https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/multiple-hosts.html
RTMP sources are unable to be used with Real Time Streams.
Relevant content
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
is it possible to spin an nginx on an ec2 which can convert rtmp to webrtc?
rtmp -> ec2 -> [ webrtc -> ivs realtime -> subscribers (via webrtc) ] basically publish to ivs realtime without the broadcast sdk but with server to server channel.