Add video player implementation with controls, autoplay and quality settings
All checks were successful
Build and release container directly from master / release (push) Successful in 5m32s
All checks were successful
Build and release container directly from master / release (push) Successful in 5m32s
This commit is contained in:
parent
91a4ac3744
commit
9a83674a42
@ -104,6 +104,7 @@ player.on('error', function () {
|
||||
}
|
||||
});
|
||||
|
||||
/* // Temporarily disabled for WebOS MP4 test - START
|
||||
if (video_data.params.quality === 'dash') {
|
||||
console.log('[Invidious Debug] Initializing reloadSourceOnError...');
|
||||
try {
|
||||
@ -115,6 +116,7 @@ if (video_data.params.quality === 'dash') {
|
||||
console.error('[Invidious Debug] reloadSourceOnError FAILED:', e);
|
||||
}
|
||||
}
|
||||
*/ // Temporarily disabled for WebOS MP4 test - END
|
||||
|
||||
/**
|
||||
* Function for add time argument to url
|
||||
@ -310,6 +312,7 @@ if (video_data.params.autoplay) {
|
||||
});
|
||||
}
|
||||
|
||||
/* // Temporarily disabled for WebOS MP4 test - START
|
||||
if (!video_data.params.listen && video_data.params.quality === 'dash') {
|
||||
console.log('[Invidious Debug] Initializing httpSourceSelector...');
|
||||
console.log('[Invidious Debug] Player sources BEFORE httpSourceSelector init:', JSON.stringify(player.currentSources()));
|
||||
@ -356,6 +359,7 @@ if (!video_data.params.listen && video_data.params.quality === 'dash') {
|
||||
console.error('[Invidious Debug] httpSourceSelector FAILED:', e);
|
||||
}
|
||||
}
|
||||
*/ // Temporarily disabled for WebOS MP4 test - END
|
||||
|
||||
console.log('[Invidious Debug] Initializing vttThumbnails...');
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user