Git Product home page Git Product logo

sdk-ios's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sdk-ios's Issues

4.8.3版本播放出错:'-[EZVideoSyncPlayer logEvent:info:]: unrecognized selector sent to instance 0x10bcc3650'

如题,何解?

hik: begin send 30001 to the second IPhik: begin send 30005hik: begin send 30001 to the second IPhik: begin send 300052018-06-01 14:27:39.992184+0800 SmartHome[17466:1797112] TIC Read Status [1:0x1c0364c80]: 1:57
2018-06-01 14:27:39.993888+0800 SmartHome[17466:1797112] TIC Read Status [1:0x1c0364c80]: 1:57
2018-06-01 14:27:39.995043+0800 SmartHome[17466:1797112] TIC Read Status [1:0x1c0364c80]: 1:57
2018-06-01 14:27:40.073608+0800 SmartHome[17466:1797112] TIC Read Status [9:0x1c0375600]: 1:57
2018-06-01 14:27:40.074084+0800 SmartHome[17466:1797112] TIC Read Status [9:0x1c0375600]: 1:57
2018-06-01 14:27:40.074161+0800 SmartHome[17466:1797112] TIC Read Status [9:0x1c0375600]: 1:57
2018-06-01 14:27:57.390793+0800 SmartHome[17466:1797639] -[EZVideoSyncPlayer logEvent:info:]: unrecognized selector sent to instance 0x10bcc3650
2018-06-01 14:28:02.685464+0800 SmartHome[17466:1797639] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[EZVideoSyncPlayer logEvent:info:]: unrecognized selector sent to instance 0x10bcc3650'
*** First throw call stack:
(0x182c43d38 0x182158528 0x182c511f8 0x182c496e4 0x182b2f0dc 0x10391868c 0x103918340 0x1039157cc 0x1036e1b08 0x18360e310 0x18354e9e4 0x18353e620 0x105ba545c 0x105bb1b74 0x105ba545c 0x105bb1b74 0x105bb1a34 0x18360ffe8 0x105ba545c 0x105bb2800 0x105bb109c 0x105bb6b54 0x105bb6880 0x18286f130 0x18286ec30)
libc++abi.dylib: terminating with uncaught exception of type NSException

问题反馈须知/Instructions for problem feedback

如果在SDK集成过程或使用中遇到问题,可以通过官网创建工单来联系我们。请在工单中提供如下内容:
1.问题详细描述
2.demo启动至问题复现过程的日志

If you encounter problems during SDK integration or use, you can contact us by creating a work order on the official website. Don't feed back problems on GIT. Please provide the following in the work order:

  1. Detailed description of the problem
  2. demo log of the process from starting to reproducing the problem

官网地址/official website address:https://open.ys7.com/cn/s/index
操作引导/Operation guidance:https://www.yuque.com/u2038998/qa5rn7/tifiv5

MinimumOSVersion导致ITMS-90208

请修改info.plist文件中的MinimumOSVersion,否则上传商店会提示
ERROR ITMS-90208: "Invalid Bundle. The bundle EZOpenSDKFramework.framework does not support the minimum OS Version specified in the Info.plist.

4.8.6版本无法本地录像

这个版本你们有测过这个功能吗?无法录像【下面这两个接口没一个好使的】

/**

  • 开始本地直播流录像功能(用户自行处理存储过程)
  • @param recordDataBlock 录像回调数据(可以对数据进行分析,比较人脸识别等)
  • @return YES/NO
    */
  • (BOOL)startLocalRecord:(void (^)(NSData *data))recordDataBlock;

/**

  • 开始本地录像功能(SDK处理存储过程)
  • @param path 文件存储路径
  • @return YES/NO
    */
  • (BOOL)startLocalRecordWithPath:(NSString *)path;

EZOpenSDK 从 4.19.1 开始停止播放后重新播放会报 EZ_SDK_NEED_VALIDATECODE 的错误

4.19.1 开始

EZPlayer正常播放时, 一旦调用stopRealPlay,再次 startRealPlay 必然进 player:didPlayFailed: 代理方法

error.code == EZ_SDK_NEED_VALIDATECODE实际上摄像头并未加密

播放器创建代码:

_player = [EZPlayer createPlayerWithDeviceSerial:deviceSerial cameraNo:cameraNo];

播放器停止播放代码:

[self.player stopRealPlay];
[self.player setPlayerView:nil];

播放器再次播放代码:

[self.player setPlayerView:self.playerView.contentView];
[self.player startRealPlay];

堆栈信息:
image

Undefined symbol errors when installed via Cocoapods on Xcode 13

  • I added the library via Cocoapods
  • I disabled bitcode
  • I can import the library into my class.
  • When I try to build the project I get the following error for every class I try and use, eg. for EZPlayer I get the following error:

Undefined symbol: OBJC_CLASS$_EZPlayer

My project is written in Swift but I also tried adding the framework to an Objective-C only project and I have the same result

Failed to bind EAGLDrawable

Failed to bind EAGLDrawable: <CAEAGLLayer: 0x1c0231640> to GL_RENDERBUFFER 2
Failed to make complete framebuffer object 8cd6
iphone6s,11.0.3系统,播放页面黑屏

播放一段时间后 SDK 报错

Error Domain=error.opensdk.ys7.com Code=391009 "vtm描述符select超时" UserInfo={ezvizErrorSolution=, NSLocalizedDescription=vtm描述符select超时, ezvizErrorModuleCode=}

严重影响了使用

UIWebView

sdk中包含uiwebview类吗?导致上传到AppStore失败

为何依旧返回未在SDK标注的400902,token失效或过期 错误码?

当前版本iOS SDK的HTTP错误码中token的无效是110002,过期是110003,但是在实际使用中,在拉取设备列表时还会收到400902或其他文档已经弃用、未注明,但实际依然在使用的错误码?

使用以前老版本SDK时就出现了返回没有在SDK中标注的错误码,在网上搜索发现是服务器已弃用的错误码.
而且在使用过程中,还会不停出现未在SDK中注明的错误码出现,导致App上架后经常出现莫名其妙的播放问题,业务逻辑无法正常处理token失效或其他萤石错误情况.
换了这次的新版本SDK依然还有这种情况,而我们的客户购买了你们的产品,却认为是我们产品的问题.
请问怎样才能获取一份真正完整的错误码文档?

希望删除UIWebView

目前苹果已经不再支持UIWebview的使用,能否尽快替换为WKWebView呢?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.