fix(tv): live playback and timeline keepalive
Disable MKV Cues seeking for live streams, fix timeline params.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user