fix(tv): live playback and timeline keepalive

Disable MKV Cues seeking for live streams, fix timeline params.
This commit is contained in:
edde746
2026-02-14 03:33:58 +01:00
parent fa06f23b42
commit b3ff48feca
7 changed files with 73 additions and 13 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ class PlayerNative extends PlayerBase {
}
@override
Future<void> open(Media media, {bool play = true}) async {
Future<void> open(Media media, {bool play = true, bool isLive = false}) async {
checkDisposed();
await _ensureInitialized();