Fix Bug: SuperPlayer

SuperPlayer在 iOS 上无法播放 rtmp,换用 fijkplayer
This commit is contained in:
2022-04-30 19:40:11 +08:00
parent fc8f56e491
commit 078447dc58
8 changed files with 107 additions and 167 deletions
-2
View File
@@ -2145,7 +2145,6 @@ Future getDwspUrlNew(
print('判断_dwspUrl是否是视频地址?');
print('_dwspUrl : ${_dwspUrl}');
if (!isVideoUrl(_dwspUrl)) {
print('_dwspUrl非视频地址?');
Fluttertoast.showToast(
msg: '获取 $getingDwmc 点位视频地址失败,请稍后重试。',
toastLength: Toast.LENGTH_SHORT,
@@ -2154,7 +2153,6 @@ Future getDwspUrlNew(
//正在获取点位视频标志,禁止重入
getingDwVideo = false;
} else {
print('_dwspUrl非视频地址?');
print('开始播放视频地址');
playUrl(index: indexRecord, url: _dwspUrl, context: context);
}