Play Application/octect stream in HTML video tag

149 views Asked by At

We are trying to play video from a VMS system in HTML, we do have an https videoFileDownload link which gives the file, my plan is to use fetch api to get the video and use blob url to play in tag. However, the blob data url getting created is of type application/octect stream(which is actually an avi file). How can I convert this blob url to avi and get it played in video tag/

0

There are 0 answers