mderrick / react-html5video

A customizeable HTML5 Video React component with i18n and a11y.
http://mderrick.github.io/react-html5video/
MIT License
459 stars 123 forks source link

Is there any way to support .flv format #69

Closed DinakaranS closed 7 years ago

DinakaranS commented 7 years ago

Hi,

This component is really great, is there any way to add .flv format videos files.

I am getting video can't be played in this browser error.

mderrick commented 7 years ago

This component is only intended to simply add custom controls to a HTML5 video. FLV videos are not supported in many/any browsers and I don't intend to do anything with flash I'm afraid. You might want to look at video.js (which uses flash) or look at converting your video to a more browser friendly format.