You need to enable JavaScript to run this app.
导航

错误码

最近更新时间2024.04.19 14:57:37

首次发布时间2023.03.31 11:23:06

VeLivePlayerError
@interface VeLivePlayerError : NSError

直播播放错误。

成员变量

类型名称
NSIntegererrorCode
NSString*errorMsg

变量说明

errorCode

@property (nonatomic, readonly) NSInteger errorCode;

直播播放错误码。

errorMsg

@property (nonatomic, readonly, nullable) NSString* errorMsg;

直播播放错误信息。

VeLivePlayerErrorCode
typedef NS_ENUM(
    NSInteger,
    VeLivePlayerErrorCode
)

直播播放错误码。

枚举值

类型说明
VeLivePlayerNoError0没有错误。
VeLivePlayerInvalidLicense-1License 证书无效。可能证书集成错误或证书过期,请检查证书集成方式和有效性。
VeLivePlayerInvalidParameter-2调用时传入的参数不合法。请检查入参,并重新调用。
VeLivePlayerErrorRefused-3调用被拒绝。方法调用时机不合法,请检查调用时机。
VeLivePlayerErrorLibraryLoadFailed-4加载库文件失败。可能是 SDK 集成错误,请检查 SDK 集成方式。
VeLivePlayerErrorPlayUrl-100播放地址不存在或无效。可能是播放地址为空、地址格式不合法或地址长度不合法,请检查播放地址。
VeLivePlayerErrorNoStreamData-101无法获取流数据。可能是直播流不存在、直播流中断或直播已结束,请检查直播状态。
VeLivePlayerErrorInternalRetryStart-102内部播放重试。可能由于播放器内部错误触发了重试。
VeLivePlayerErrorInternalRetryFailed-103内部重试失败。内部重试次数达到最大限制,播放器停止重试,您可以尝试重新播放。
VeLivePlayerErrorDnsParseFailed-200DNS 解析失败。可能是播放地址异常或客户端网络异常,请您检查播放地址和网络情况,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorNetworkRequestFailed-201网络请求失败。请检查网络情况,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorDemuxFailed-300直播格式解封装失败。可能是使用了不支持的直播流格式和协议,或音视频流错误;请检查流格式,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorDecodeFailed-301视频解码失败。可能使用了不支持的直播流音视频格式,或解码器出错;请检查音视频格式,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorAVOutputFailed-302渲染失败。可能是音视频输出设备异常,请重试;如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorSRDeviceUnsupported-303该台设备不在超分机型白名单内,不支持超分功能。如您需要帮助,请联系火山引擎技术支持
VeLivePlayerErrorSRResolutionUnsupported-304当前分辨率高于超分的最大分辨率限制。如您需要帮助,请联系火山引擎技术支持
VeLivePlayerErrorSRFpsUnsupported-305当前帧率高于超分的最大帧率限制。如您需要帮助,请联系火山引擎技术支持
VeLivePlayerErrorSRInitFail-306超分初始化失败。请检查超分参数配置正确性和版本兼容性,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerErrorSRExecuteFail-307超分执行失败。请检查超分参数配置正确性和版本兼容性,如果故障未排除,请联系火山引擎技术支持
VeLivePlayerLicenseUnsupportedH265-308您使用的基础版 License 暂不支持 H.265 硬件解码,请登录火山引擎视频直播控制台获取高级版 License。
VeLivePlayerDRMFetchCKCFailed-400DRM 鉴权失败。
VeLivePlayerDRMFetchSPCFailed-401服务器播放上下文(SPC)生成失败。
VeLivePlayerErrorInternal-999内部错误。请联系火山引擎技术支持