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

youtube or vimeo videos error #71

Closed jasan-s closed 7 years ago

jasan-s commented 7 years ago

I tried updating source in the jsfiddle example to a youtube video and vimeo video link, but I get the error that Video cannot be played in this browser

mderrick commented 7 years ago

Could you provide the exact link please?

jasan-s commented 7 years ago

@mderrick i.e https://www.youtube.com/watch?v=F_GEISRSPrY

mderrick commented 7 years ago

Do you mean you literally want to do:

<source src="https://www.youtube.com/watch?v=F_GEISRSPrY" />

If so then this will never work. This player is just a HTML5 video wrapper and takes a supported video source. There is no magic.