Azure Video Analyzer provides a platform to build intelligent video applications that span the edge and the cloud. It offers the capability to capture, record, and analyze live video along with publishing the results - video and/or video analytics.
We have recently released a video player widget which can be used to play back the video that has been stored in the Video Analyzer service. In this blog, we will talk about:
Learn more on how to implement the Video Analyzer player widget in your application.
Video Analyzer provides you with the necessary capabilities to deliver streams via HLS or MPEG-DASH protocols to playback devices (clients). You would use the Video Analyzer player widget to obtain the client API endpoint and the playback authorization token and use these in client apps to playback the video and inference metadata.
The widget can be installed using npm or yarn and this will allow you to include it in your own client-side application.
See our sample code here. The sample code contains a ReactJS app that will enable you to view videos using the AVA widget player.
The zone drawer widget is designed as an overlay on top of the player widget to provide additional functionality. It is designed for two scenarios.
This code here shows how to create the zone drawer widget as an HTML tag, then configure the widget with existing data and load the widget using Javascript.
Detailed instructions:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.