DEV Community

Discussion on: Video tag is not working with avi format?

Collapse
 
kapilsoni101 profile image
kapil soni

Sir thanks for ur reply sir,what I do for play avi format video
Sir it's if tried above code for avi format video.
I have tried with multiple Angualr7 video player but nothing worked for me.tell me any other way to play avi format video?

Collapse
 
leobm profile image
Felix Wittmann • Edited

The html video element can't play the avi video format.
Another idea I have: Upload your avi video to youtube and use
a angular library like
npmjs.com/package/ngx-youtube-player
or
npmjs.com/package/ngx-embed-video
to embed the youtube video into your site.