Hari Sanker
Hari Sanker

Reputation: 11

Play Application/octect stream in HTML video tag

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/

Upvotes: 1

Views: 340

Answers (0)

Related Questions