You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to view live video in Grafana, but the native <video> tag does not support it. I need to import an external js file, such as: <script src="//vjs.zencdn.net/7.10.2/video.min.js" ></script>, can it be achieved?
The text was updated successfully, but these errors were encountered:
I want to view live video in Grafana, but the native
<video>
tag does not support it. I need to import an external js file, such as:<script src="//vjs.zencdn.net/7.10.2/video.min.js" ></script>
, can it be achieved?The text was updated successfully, but these errors were encountered: