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).

AWS
审核人员
已提问 4 年前946 查看次数
1 回答
0
已接受的回答

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
专家
已回答 4 年前
profile picture
专家
已审核 1 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则