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 Risposta
0
Risposta accettata

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
ESPERTO
con risposta 4 anni fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande