VideoExpertsGroup/RTSP.Player.Android

CP_ERROR_DISCONNECTED About every 2 minutes.

Closed this issue · 1 comments

why is this?

this is my Configuration:

int connectionProtocol = -1;
int connectionDetectionTime = 3000;
int connectionBufferingTime = 1000;
int decoderType = 1; 
int decoderNumberOfCpuCores = 0;
int rendererType = 1; 
int rendererEnableColorVideo = 1;
int rendererAspectRatioMode = 1;
int synchroEnable = 0;
int synchroNeedDropVideoFrames = 0;
mMediaPlayer.Open(url, connectionProtocol, connectionDetectionTime, connectionBufferingTime,
                decoderType,
                rendererType,
                synchroEnable,
                synchroNeedDropVideoFrames,
                rendererEnableColorVideo,
                rendererAspectRatioMode,
                isUrlFile(url) ? 1 : mMediaPlayer.getConfig().getDataReceiveTimeout(),
                decoderNumberOfCpuCores,
                this);

Dear @YBJAY00000,

This is a trial version, so the playback is limited to 2 minutes.
If you would like to get the full version of SDK, please ask for a quote in the email to expert@videoexpertsgroup.com
Thank you.

Regards,
Video Experts Group