Streaming videos on kinesis using kvssink

0

Hello, I'm attempting to stream my video on Kinesis using the kvssink command, but I'm encountering an error that says "WARNING: erroneous pipeline: no element 'kvssink'". Despite installing all the GStreamer plugins, the kvssink element is still missing. Can you assist me with this issue?

Enter image description here

posta un mese fa121 visualizzazioni
2 Risposte
1
Risposta accettata

Kvssink requires at least GStreamer 1.14.

Verify that the Kinesis Video GStreamer plugins are installed correctly. You can run gst-inspect-1.0 | kvssink to validate.

Make sure the AWS credentials/configuration being used by your application have the necessary permissions to access Kinesis Video Streams.

Try simplifying your GStreamer pipeline to a basic source-kvssink test case to isolate the issue. For example:

gst-launch-1.0 videotestsrc ! kvssink stream_name=test-stream

https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/examples-gstreamer-plugin-parameters.html

profile picture
ESPERTO
con risposta un mese fa
profile picture
ESPERTO
verificato un mese fa
  • Thank you very much for your help. It has finally worked.

0

The information you provided, particularly the documentation, was incredibly helpful. Thanks to it, I managed to successfully stream my video. Thank you for your assistance.

con risposta un mese 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