-
Notifications
You must be signed in to change notification settings - Fork 224
播放地址
fengxing edited this page Sep 19, 2018
·
1 revision
SuperPlayerModel
播放器支持2种播放方式
示例代码
SuperPlayerModel *model = [SuperPlayerModel new];
model.videoURL = @"http://200024424.vod.myqcloud.com/200024424_709ae516bdf811e6ad39991f76a4df69.f20.mp4";
videoURL支持多种格式,包括mp4、hls、mp3、aac点播文件,也支持rtmp、flv直播地址。
fileid是腾讯云的点播文件id,SuperPlayerModel提供快捷播放入口
model.appId = 1252463788;
model.fileId = @"4564972819219071679";