From 564ff1f69a75d36a2bf901174151a4e493669002 Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 25 Nov 2025 09:17:40 +0900 Subject: [PATCH] =?UTF-8?q?[251125]=20fix:=20HLS=20=EB=B2=84=ED=8D=BC?= =?UTF-8?q?=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🕐 커밋 시간: 2025. 11. 25. 09:17:40 📊 변경 통계: • 총 파일: 1개 • 추가: +9줄 • 삭제: -9줄 📝 수정된 파일: ~ com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx 🔧 주요 변경 내용: • 코드 정리 및 최적화 --- .../src/views/PlayerPanel/PlayerPanel.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx index 4635a566..3c8f7b3c 100644 --- a/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx +++ b/com.twin.app.shoptime/src/views/PlayerPanel/PlayerPanel.jsx @@ -2005,11 +2005,11 @@ const PlayerPanel = ({ isTabActivated, panelInfo, isOnTop, spotlightId, ...props }, tracks: [{ kind: 'subtitles', src: currentSubtitleBlob, default: true }], hlsOptions: { - // 버퍼 길이를 약간 늘려 재버퍼링 감소 - maxBufferLength: 30, - maxMaxBufferLength: 90, - liveSyncDuration: 8, - liveMaxLatencyDuration: 16, + // 버퍼 길이를 늘려 재버퍼링 감소 + maxBufferLength: 60, + maxMaxBufferLength: 180, + liveSyncDuration: 16, + liveMaxLatencyDuration: 32, }, }, youtube: YOUTUBECONFIG, @@ -2019,10 +2019,10 @@ const PlayerPanel = ({ isTabActivated, panelInfo, isOnTop, spotlightId, ...props youtube: YOUTUBECONFIG, file: { hlsOptions: { - maxBufferLength: 30, - maxMaxBufferLength: 90, - liveSyncDuration: 8, - liveMaxLatencyDuration: 16, + maxBufferLength: 60, + maxMaxBufferLength: 180, + liveSyncDuration: 16, + liveMaxLatencyDuration: 32, }, }, };