Fixes Video Player "waits for metadata" #1044

Merged
IGassmann merged 3 commits from issue/1012 into master 2018-02-26 00:30:58 +01:00
Showing only changes of commit 019926059e - Show all commits

View file

@ -48,7 +48,7 @@ class VideoPlayer extends React.PureComponent {
player.append(
this.file(),
container,
{ autoplay: false, controls: true },
{ autoplay: true, controls: true },
renderMediaCallback.bind(this)
);
}