video: bump go-vod
Also disable some videojs option Signed-off-by: Varun Patil <radialapps@gmail.com>pull/888/head
parent
826388d390
commit
346e2e9bff
|
@ -9,7 +9,7 @@ use OCA\Memories\Settings\SystemConfig;
|
|||
class BinExt
|
||||
{
|
||||
public const EXIFTOOL_VER = '12.60';
|
||||
public const GOVOD_VER = '0.1.21';
|
||||
public const GOVOD_VER = '0.1.22';
|
||||
public const NX_VER_MIN = '1.1';
|
||||
|
||||
/** Get the path to the temp directory */
|
||||
|
|
|
@ -183,7 +183,6 @@ class VideoContentSetup {
|
|||
useNetworkInformationApi: true,
|
||||
limitRenditionByPlayerDimensions: false,
|
||||
handlePartialData: true,
|
||||
calculateTimestampOffsetForEachSegment: true,
|
||||
},
|
||||
nativeAudioTracks: !overrideNative,
|
||||
nativeVideoTracks: !overrideNative,
|
||||
|
|
Loading…
Reference in New Issue