asdasdsad
asdasdsad
  • 发布:2019-07-20 00:31
  • 更新:2019-07-22 11:44
  • 阅读:910

IOS 12 plus.video.VideoPlayer RTMP拉流 一直转圈

分类:uni-app

如题所示,一直转圈,换安卓就没问题。
已试过2台苹果都是转圈的。

_self.pushers = new plus.video.VideoPlayer('video', {  
					src: _self.rtmpurl,  
					top: '0px',  
					left: '0px',  
					controls: false,  
					width: '100%',  
					height: uni.getSystemInfoSync().windowHeight - 100 + 'px',  
					position: 'static'  
				});  
				_self.currentWebview.append(_self.pushers);  
				  
				setTimeout(function(){  
					_self.pushers.play();  
				},1000);
2019-07-20 00:31 负责人:无 分享
已邀请:
CLP

CLP

提供下rtmp地址,能复现的,测试的地址

该问题目前已经被锁定, 无法添加新回复