How to play videos in WebGL?

Hi, I use Unity 5.6.2 and the new videoplayer object, but I can’t get the video to play in a WebGL build. I have tried multiple video formats and methods and searched everywhere, but can’t find a solution. How do you play videos in WebGL with the video player component?

You already tried using URL Video?
VideoPlayer.url = “http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4”;
VideoPlayer.Play()

Hi, any answer for this? I have the same issue, play a video in a webgl exported project.