AudioIntercom.lib libGetHDSign.lib opensslwrap.lib SystemTransform.lib hlog.lib libPPVClient2.lib paho-mqtt3c.lib TTSClient.lib hpr.lib MidPage.lib PlayCtrl.lib pthreadVC2.lib udt.lib libCASClient.lib miniupnpc.lib PushClient.lib libcurl.lib NetStream.lib ssleay32.lib streamclient_lib.lib ...
60053The resolution of added device is not supported. 60054The account for added device is locked. 60055Getting stream for the added device error. 60056Deleting device failed. 60057The deleted device has no linkage.Check whether there's linkage between IPC and NVR....
{ *; } -keep class com.idea.fifaalarmclock.entity.*** -keep class com.google.gson.stream.** { *; } # OkHttp # JSR 305 annotations are for embedding nullability information. -dontwarn javax.annotation.** # A resource is loaded with a relative path so the package of this class must ...
importokhttp3.OkHttpClient;importokhttp3.Request;importokhttp3.Response;publicclassYingShiApi{privatefinalStringapiKey="YOUR_API_KEY";// 替换为实际的 API KeyprivatefinalStringsecret="YOUR_SECRET";// 替换为实际的 SecretprivatefinalOkHttpClientclient=newOkHttpClient();publicStringgetVideoStreamUrl(Stri...
final EZProbeDeviceInfoResult result = EZOpenSDK.getInstance().probeDeviceInfo(mDeviceSerial,deviceType); if (result.getBaseException() == null){ //查询成功,添加设备 return; }else{ switch (result.getBaseException().getErrorCode()){ case 120023: // TODO: 2018/6/25 设备不在线,未被用户添加...
呼叫时不传 param.serverIp = SERVER_DOMAIN param.serverPort = SERVER_PORT param.selfClientType = EvcParamValueEnum.EvcClientType.ANDROID_PHONE // 固定 param.otherClientType = EvcParamValueEnum.EvcClientType.CHILD_WATCH // 固定 param.streamType = EvcParamValueEnum.EvcStreamType.VIDEO_TALK // 固定...
如果需要获取EZOpenSDK内部缓存的accesstoken,调用方法EZOpenSDK.getInstance().getEZAccessToken(),得到EZAccessToken对象,包含accessToken和过去时间,拿accessToken自己去调用萤石api的需要考虑accessToken过期的情况EZOpenSDK.getInstance().getEZAccessToken(); 直播...
呼叫时不传 param.serverIp = SERVER_DOMAIN param.serverPort = SERVER_PORT param.selfClientType = EvcParamValueEnum.EvcClientType.ANDROID_PHONE // 固定 param.otherClientType = EvcParamValueEnum.EvcClientType.CHILD_WATCH // 固定 param.streamType = EvcParamValueEnum.EvcStreamType.VIDEO_TALK // 固定...