Fix Bug: SuperPlayer
SuperPlayer在 iOS 上无法播放 rtmp,换用 fijkplayer
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user