Play FLV video in mediaelement.js

How to do to play .FLV video in mediaelement.js file?

This is for an internal application and I only need to play MP4 and FLV videos with Google Chrome and mediaelement.js

+3


source to share


1 answer


Just paste <video src="path/to/myvideo.flv" id="myvideo" controls="controls" preload="true"></video>

in your code and create a media element object outside of the video id.



+9


source







All Articles