AliPlayerSDK icon indicating copy to clipboard operation
AliPlayerSDK copied to clipboard

AliyunPlayer SDK 4.x version

Results 82 AliPlayerSDK issues
Sort by recently updated
recently updated
newest added

目前想将SDK做成一个组件使用,发现无论是直接依赖还是直接导入framework,都会报 Undefined symbol: _OBJC_CLASS_$_AliPlayer 这样的错误。我该如何修改podsepc文件才能将其做进动态组件内呢。

阿里云短视频SDK AliyunVideoSDKPro 中定义有AliPlayerView。播放器SDKAliyunPlayer中定义的也有AliPlayerView。报警告 `Class AliPlayerView is implemented in both /private/var/containers/Bundle/Application/D4110803-CB7D-404B-8B72-3638B44F3695/Video_Example.app/Frameworks/AliyunVideoSDKPro.framework/AliyunVideoSDKPro (0x106126000) and /private/var/containers/Bundle/Application/D4110803-CB7D-404B-8B72-3638B44F3695/Video_Example.app/Frameworks/AliyunPlayer.framework/AliyunPlayer (0x1052572d0). One of the two will be used. Which one is undefined.`

根据文档写的 ///: 获取凭证,进行下载设置 - (void)startDownloadWithCourseId:(NSString *)courseId CatalogId:(NSString *)catalogId { CWJWeakSelf(self) [[BCAliPlayerManager sharedInstance] getAliVedioPlayAuthWithCourseId:courseId CatalogId:catalogId SuccessBlock:^(BCAlivcPlayAuthModel * _Nonnull model) { CWJStrongSelf(self) AVPVidAuthSource *authSource = [[AVPVidAuthSource alloc] init]; self.authSource = authSource; authSource.vid...

如题,SDK中似乎没有提供播放器的UI? 项目使用swift开发,不想自己写播放器的界面,但是下载下来的Demo是OC的,里面的UI依赖太多,想抠出来很麻烦

如题: pod 'AliPlayerSDK_iOS', '~> 4.7.1' 官方的demo也是如此

视频在3.x下正常播放并安全下载。在4.x下能正常播放,不能正常下载。请问是需要在后台设置什么么? 以下是后台设置的权限: ~~~ 全局 AliyunSTSAssumeRoleAccess 系统策略 调用STS服务AssumeRole接口的权限 移除权限 全局 AliyunVODFullAccess 系统策略 管理视频点播服务(VOD)的权限 移除权限 ~~~ 以下是IOS这边的报错 1.下载时,只调用[DEFAULT_DM prepareDownloadSource:dataSource]时,报错: ~~~ 2019-09-17 15:56:59.437334+0800 KailinCollege[13070:160404] viewDidAppear: 09-17 15:56:59.730 13070 0x27547 D [11786898] [CurlDataSource]: connected...

换成4.7后,有的视频播放有进度没有画面,但是这个视频可以下载到本地相册, 有的可以播放,下载下来是m3u8(ts)格式,不能保存到本地相册