Fixes Video Player "waits for metadata" #1044
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue