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
|
class BinExt
|
||||||
{
|
{
|
||||||
public const EXIFTOOL_VER = '12.60';
|
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';
|
public const NX_VER_MIN = '1.1';
|
||||||
|
|
||||||
/** Get the path to the temp directory */
|
/** Get the path to the temp directory */
|
||||||
|
|
|
@ -183,7 +183,6 @@ class VideoContentSetup {
|
||||||
useNetworkInformationApi: true,
|
useNetworkInformationApi: true,
|
||||||
limitRenditionByPlayerDimensions: false,
|
limitRenditionByPlayerDimensions: false,
|
||||||
handlePartialData: true,
|
handlePartialData: true,
|
||||||
calculateTimestampOffsetForEachSegment: true,
|
|
||||||
},
|
},
|
||||||
nativeAudioTracks: !overrideNative,
|
nativeAudioTracks: !overrideNative,
|
||||||
nativeVideoTracks: !overrideNative,
|
nativeVideoTracks: !overrideNative,
|
||||||
|
|
Loading…
Reference in New Issue