You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
解决视频播放页面退出后还在获取视频流的问题
R:\FlutterProject\FlutterProject61-hyzp_ybqx_with_ios\hyzp_ybqx\lib\widget\my_superplayer.dart
@override
void dispose() {
Playing = false;
// 云台控制代码:1:停止动作、3:启动雨刷、11:焦距变大、12:焦距变小
setSphericalCameraDio(id: widget.id, dwip: widget.dwip, cmdCode: 1);
_playerController.release(); // 必须显示释放视频播放资源,否则即使退出视频播放页面后台还在获取视频流
super.dispose();
}
|
7 months ago | |
|---|---|---|
| Scrshot-03-OK | 4 years ago | |
| android | 7 months ago | |
| assets | 2 years ago | |
| ios | 4 years ago | |
| lib | 7 months ago | |
| test | 4 years ago | |
| .gitignore | 4 years ago | |
| .metadata | 4 years ago | |
| README.md | 4 years ago | |
| hyzp_yibin-Commit136-已经通过修改 flutter_bmfmap_1.0.2,实现加载外部存储中的.png带文本的标识图标.png | 4 years ago | |
| pubspec.lock | 2 years ago | |
| pubspec.yaml | 2 years ago | |
README.md
hyzp_ybqx
HeiYanZhuaPai_qx_name Flutter application .
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.