mod: 增加视频类型、兼容live布局

This commit is contained in:
guozhigq
2023-08-16 21:35:50 +08:00
parent d764f00b8a
commit 767a82eb98
3 changed files with 46 additions and 21 deletions

View File

@ -13,7 +13,7 @@ class LiveRoomController extends GetxController {
// 静音状态
RxBool volumeOff = false.obs;
PlPlayerController plPlayerController =
PlPlayerController.getInstance(controlsEnabled: false);
PlPlayerController.getInstance(videoType: 'live');
// MeeduPlayerController meeduPlayerController = MeeduPlayerController(
// colorTheme: Theme.of(Get.context!).colorScheme.primary,