Would it possible to stream from CCTV to KVS to IVS?

0

Would it be possible to stream videos from CCTV using Kinesis Video Streams and connect it Interactive Video Service (or Elemental). Where my customer wants to integrate cameras (AUTODOME IP 7000 HD (CPP4)) with their mobile applications (i.e. live or on demand videos).

1 Answer
0
Accepted Answer

Kinesis Video Streams (KVS) supports two types of video streams - the original version using its own API for ingest and delivery (not a standard protocol such as RTP, RTSP, RTMP, etc) or WebRTC. You can't mix these protocols (e.g. KVS API in, WebRTC out). A quick look at the camera specification doesn't list KVS or WebRTC as a supported protocol, so you would need something to convert the video, either using the KVS Producer SDK (for the KVS API) or WebRTC.

KVS does not currently support RTMPS output which is the only ingest protocol currently supported by IVS. Therefore, you would need an intermediate 'transmuxer' to convert the output of KVS to RTMPS. You could use MediaLive (it supports HLS input which can be provided by KVS) and RTMPS output.

AWS
EXPERT
answered 4 years ago
profile picture
EXPERT
reviewed 15 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions