videojs / videojs-vr

A plugin to add 360 and VR video support to video.js.
https://videojs-vr.netlify.com/
MIT License
528 stars 143 forks source link

option to disable togglePlay #239

Closed adribarbeito closed 3 years ago

adribarbeito commented 3 years ago

Description

Feature to disable the togglePlay manually.

This functionality is useful in live events so that users cannot stop the live, but still have a controlBar available.

Specific Changes proposed

The proposed changes includes a new option disableTogglePlay to flag on the initialization of the plugin and then use it in the canvas-player-controls.

adribarbeito commented 3 years ago

Hi @brandonocasey , the changes requested were pushed.

Thanks.