|
@@ -182,7 +182,7 @@ public:
|
|
|
}
|
|
|
|
|
|
pParam->eType = eVideo_Type;
|
|
|
- pParam->eWindType = eVideoSize_Type;
|
|
|
+ pParam->eWindType = eFullScreen_Type;
|
|
|
size_t uValidCount = 0;
|
|
|
for (int i = 0; i < m_stPlayConfig.nFileCnt && i < MAX_FILECOUNT; i++) {
|
|
|
char strFileName[MAX_PATH] = { 0 };
|
|
@@ -234,7 +234,7 @@ public:
|
|
|
sprintf(strNow, "%02d:%02d:%02d", ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
|
|
|
if (strcmp(strNow, m_stPlayConfig.strVideoRunTime_S) < 0 || strcmp(strNow, m_stPlayConfig.strVideoRunTime_E) >= 0)
|
|
|
{
|
|
|
- m_pHostApi->Debug("Now is %s, play video rejected!", strNow);
|
|
|
+ m_pHostApi->Debug("Now is %s, video play start time is %s, video play stop time is %s, play video rejected!", strNow, m_stPlayConfig.strVideoRunTime_S, m_stPlayConfig.strVideoRunTime_E);
|
|
|
iRet = 0;
|
|
|
return iRet;
|
|
|
}
|
|
@@ -286,7 +286,7 @@ public:
|
|
|
sprintf(strNow, "%02d:%02d:%02d", ptm->tm_hour, ptm->tm_min, ptm->tm_sec);
|
|
|
if (strcmp(strNow, m_stPlayConfig.strVideoRunTime_S) < 0 || strcmp(strNow, m_stPlayConfig.strVideoRunTime_E) >= 0)
|
|
|
{
|
|
|
- m_pHostApi->Debug("Now is %s, play video rejected!", strNow);
|
|
|
+ m_pHostApi->Debug("Now is %s, video play start time is %s, video play stop time is %s, play video rejected!", strNow, m_stPlayConfig.strVideoRunTime_S, m_stPlayConfig.strVideoRunTime_E);
|
|
|
iRet = 0;
|
|
|
return iRet;
|
|
|
}
|