Super Mario Master
Super Mario Master
大佬你好,编译ijkplayer是根据文档提示编译的,编译后引入fijkplayer时报错啦。 @interface IJKMPMoviePlayerController : MPMoviePlayerController ^ In module 'MediaPlayer' imported from \.symlinks/plugins/fijkplayer/ios/Frameworks/IJKMediaPlayer.framework/Headers/IJKMPMoviePlayer Controller.h:25: /Applications/Xcode_12.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.4.sdk/System/Library/Frameworks/MediaPlayer.frame work/Headers/MPMoviePlayerController.h:87:12: note: 'MPMoviePlayerController' has been explicitly marked deprecated here @interface MPMoviePlayerController : NSObject ^ 1 warning...
When I play m3u8 live broadcast, an error will be reported after a short period of time. My live broadcast address is: http://39.134.115.163:8080/PLTV/88888910/224/3221225618/index.m3u8
Solve the problem that the selected start position is incorrect after scrolling the view when selecting text
Hello, I encountered an error while using this package on Android TV: system information: armeabi-v7a After I configured the controller as follows, there was only sound but no image, resulting...
I see that there seems to be a frame preview function in the QtAV package. [QtAV#438](https://github.com/wang-bin/QtAV/issues/438). Can this function of obtaining frame images of a certain time in the video...
我在使用mdk创建自定义播放器时,当我播放一个视频并设置`player.state = PlaybackState.stopped;`停止后,再次播放视频时,onStateChanged、onMediaStatus、onEvent方法无法回调。 我通过mdk创建自定义播放器,是想要复用Player实例,而不是像video_player那样每次切换视频都创建新的。 麻烦看下这是个bug吗?还是我的调用方式有问题? 这是我的代码: ```dart import 'package:flutter/material.dart'; import 'package:fvp/mdk.dart'; class MdkController { late Player player; final ValueNotifier textureId = ValueNotifier(null); MdkController() { player = Player(); player.onStateChanged((PlaybackState oldValue, PlaybackState...