|
@@ -342,7 +342,7 @@ public class LiveRoomServiceImpl implements LiveRoomService {
|
|
RTCRequest.RecordStart recordStart = RTCRequest.RecordStart.builder()
|
|
RTCRequest.RecordStart recordStart = RTCRequest.RecordStart.builder()
|
|
.streamName(streamId)
|
|
.streamName(streamId)
|
|
.extra("")
|
|
.extra("")
|
|
- .endTime(DateTime.now().plusHours(23).getMillis())
|
|
|
|
|
|
+ .endTime(DateTime.now().plusHours(23).getMillis() / 1000)
|
|
.build();
|
|
.build();
|
|
// 创建录制任务失败,重试3次后,发送IM消息通知主播老师
|
|
// 创建录制任务失败,重试3次后,发送IM消息通知主播老师
|
|
int maxRetry = 0;
|
|
int maxRetry = 0;
|