|
@@ -165,7 +165,7 @@ public class RtspPushSrs {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
videoTS = 1000 * (System.currentTimeMillis() - startTime);
|
|
videoTS = 1000 * (System.currentTimeMillis() - startTime);
|
|
|
-// log.info("持续从视频源取帧 videoTS:{}", videoTS);
|
|
|
|
|
|
|
+ log.info("持续从视频源取帧 videoTS:{}", videoTS);
|
|
|
|
|
|
|
|
// 时间戳
|
|
// 时间戳
|
|
|
recorder.setTimestamp(videoTS);
|
|
recorder.setTimestamp(videoTS);
|