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:
+3
-3
@@ -8,12 +8,12 @@ function App() {
|
||||
const [useDemo, setUseDemo] = useState(true)
|
||||
|
||||
// Demo video URLs (you can replace with your own)
|
||||
const demoVideoUrl = '/s6ebilmemkac.mp4'
|
||||
const demoPoster = '/s6ebilmemkac.webp'
|
||||
const demoVideoUrl = '/player/Stormy Weather_c7e908aa/master.m3u8'
|
||||
const demoPoster = '/player/foto.jpg'
|
||||
|
||||
const demoSubtitles: SubtitleTrack[] = [
|
||||
{
|
||||
src: '/ses.srt',
|
||||
src: '/player/ses.srt',
|
||||
lang: 'tr',
|
||||
label: 'Türkçe',
|
||||
default: true,
|
||||
|
||||
Reference in New Issue
Block a user