VolkovLabs / business-media

The Business Media panel is a Grafana plugin that renders PNG, JPG, GIF, MP4, WEBM, MP3, OGG, and PDF files encoded in the base64 format and URL.
https://docs.volkovlabs.io
Apache License 2.0
24 stars 3 forks source link

Support for RTSP #85

Closed robynb1 closed 1 year ago

robynb1 commented 1 year ago

Would you consider adding RTSP support to your plugin?

mikhail-vl commented 1 year ago

@robynb1 I am not familiar with RTSP. Looking around, it's impossible to display RTSP directly in the browser without converting RTSP to other formats supported in the browser.

Like this one: https://medium.com/cisco-fpie/how-to-render-rtsp-streams-within-a-react-app-e7957e591075

We can look into supporting video formats using URLs in the upcoming version.

mikhail-vl commented 1 year ago

We discussed this internally and decided that adding a <video> element for video streaming is out of the scope of the Base64 plugin.

There are Community Plugins that support video and may work for video streaming.

robynb1 commented 1 year ago

:(