Reputation: 21
I am working on an ASP.NET MVC application with JavaScript and have integrated Dahua cameras. I need to preview .DAV
video files directly on a web page, but since .DAV
is a proprietary format used by Dahua, standard HTML5 players do not support it.
What are the best ways to display .DAV
videos in a web browser? Are there any libraries, JavaScript players, or Dahua SDKs that can help with this? Alternatively, is there a way to convert .DAV
files on the server and stream them in a web-friendly format?
Upvotes: 0
Views: 24