feat: bandwidth limit modal on stream 500
This commit is contained in:
@@ -82,7 +82,7 @@ class PlayerAndroid extends PlayerBase {
|
||||
await observeProperty('sid', 'string');
|
||||
await observeProperty('demuxer-cache-time', 'double');
|
||||
} catch (e) {
|
||||
errorController.add('Initialization failed: $e');
|
||||
errorController.add(PlayerError('Initialization failed: $e'));
|
||||
rethrow;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user