Add SRT/FLV/RTMP support and update documentation

Introduced Python scripts for SRT subtitle checking and fixing, and added comprehensive documentation covering advanced features such as protocol detection, subtitle/audio/quality management, keyboard shortcuts, and touch gestures. Updated local settings to allow new build and Python commands, added TypeScript definitions for FLV, and implemented RTMP/FLV protocol support in the player. Removed CHANGELOG.md and made various improvements to styles and example app.
This commit is contained in:
hibna
2025-11-03 02:35:56 +03:00
parent 42a12dfa8b
commit 36f83ff72c
26 changed files with 3833 additions and 1212 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
display: flex;
align-items: center;
justify-content: center;
background-color: rgba(0, 0, 0, 0.28);
background-color: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(2px);
z-index: var(--player-z-loading);
pointer-events: none;
}