chore: update HLS segments and App.vue tweaks
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -113,7 +113,13 @@ watch([() => store.qteTimeRelax, () => store.qteSingleKey], () => {
|
|||||||
|
|
||||||
watch(() => store.preferredQuality, (q) => {
|
watch(() => store.preferredQuality, (q) => {
|
||||||
engine.videoManager.streamingQuality = q
|
engine.videoManager.streamingQuality = q
|
||||||
})
|
const scene = store.currentScene
|
||||||
|
if (scene?.streamingUrl && q) {
|
||||||
|
const url = engine.videoManager.resolveVideoUrl(scene, q)
|
||||||
|
const ct = engine.videoManager.getCurrentTime()
|
||||||
|
engine.videoManager.switchQuality(url, ct)
|
||||||
|
}
|
||||||
|
}, { immediate: true })
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
() => [
|
() => [
|
||||||
|
|||||||
Reference in New Issue
Block a user