What is the Video Streaming Protocol used? #1029
-
What are the protocols this SDK supports? We know this supports HLS. But does it also support LL-HLS , MPEG-DASH , WebRTC or SRT? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This SDK supports the ingestion of video data into the Kinesis Video Streams backend service, hence it is agnostic to the streaming protocol used on the consumption side. On the consumption side there are 3 ways to get your video data:
LL-HLS is not currently supported. For WebRTC we have a separate class of SDKs:
This is a feature which is currently in public preview which supports ingestion of video stream data via WebRTC, to see how this works you can consult this sample: https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c/tree/Release-WebRTC-Streams-Ingestion-Public-Preview#running-the-samples, look at |
Beta Was this translation helpful? Give feedback.
-
which protocol is used for real time ingestion (the producer side), RTP? |
Beta Was this translation helpful? Give feedback.
This SDK supports the ingestion of video data into the Kinesis Video Streams backend service, hence it is agnostic to the streaming protocol used on the consumption side.
On the consumption side there are 3 ways to get your video data:
LL-HLS is not currently supported.
For WebRTC we have a separate class of SDKs: