Mobile Camera video streaming in Grafana dashboard

0

Hi All, We have an App and have a requirement of streaming Mobile camera video on to a Dashboard in AWS like Grafana. I am not sure how to achieve this, we are using kinesis video stream for streaming from our React App. how can I make the video stream on to Grafana Dashboard. I looked at Twin maker video integration in here: https://docs.aws.amazon.com/iot-twinmaker/latest/guide/video-integration.html but it is for green grass having gateway installed.

can Anyone share their knowledge here, Thank you.

2개 답변
1
수락된 답변

The Amazon Kinesis webrtc SDK contains a simple HTML+Javascript test page that you can use to create a new or connect to an existing signaling channel and use it as a master or viewer.

Try to make it run as instructed here on your local machine. The sample only use html and javascipt so it is easy to embed into existing webapps e.g React or dashboard solution like Grafana.

profile pictureAWS
전문가
Jan_B
답변함 2년 전
  • Hi Jan, Thank you for your knowledge share, but how to embed this in AWS managed Grafana, the html text component there is not working. We need to disable_sanitize_html in grafana config file in order to render html codes but AWS does not give us that flexibility to altr config files

  • You are right, Amazon Managed Grafana currently has not built-in plugin/datasource that integrates with Amazon Kinesis Video for Webrtc. You can of course host your own Grafana instance on EC2 and develop a custom plugin.

1

Managed Grafana allows you to display video from KVS using TwinMaker but without using the Greengrass connector. Add a com.amazon.kvs.video component to the TwinMaker workspace and configure it with the Kinesis Video Stream name. You can then select this component in the Grafana Twin Maker Video Player plugin.

Please note that this solution does not work for WebRTC streams.

Cheers,

Massimiliano

AWS
전문가
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠