ihmily / DouyinLiveRecorder

可循环值守和多人录制的直播录制软件,支持抖音、TikTok、快手、虎牙、斗鱼、B站、小红书、pandatv、sooplive、flextv、popkontv、twitcasting、winktv、百度、微博、酷狗、17Live、Twitch、Acfun、CHZZK等平台直播录制
MIT License
4.96k stars 602 forks source link

直播录制有问题 #694

Open liyihan1126 opened 1 month ago

liyihan1126 commented 1 month ago

项目一直打开来着的但主播开播了不会自动录制,需要关掉重启才会录,希望作者能解决一下这个小问题万分感谢

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Title: There is a problem with the live broadcast recording

The project keeps calling, but the anchor will not automatically record when it starts broadcasting. It needs to be turned off and restarted to record

SAOJSM commented 1 month ago

请用正常issue格式发文,没平台没截图没有错误讯息,实在没办法解决 可以先看log出了什么错误,再贴上来让作者解决

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Please use the normal issue format to post. There is no platform, no screenshots, and no error messages. There is really no way to solve it. You can first check the log to see what errors are there, and then post them for the author to solve.

liyihan1126 commented 1 month ago

请用正常issue格式发文,没平台没截图没有错误讯息,实在没办法解决 可以先看log出了什么错误,再贴上来让作者解决

不好意思我是小白这个平台不太会用

Issues-translate-bot commented 1 month ago

Bot detected the issue body's language is not English, translate it automatically.


Please use the normal issue format to post. There is no platform, no screenshots, and no error messages. There is really no way to solve it. You can first check the log to see what errors are there, and then post them for the author to solve.

Sorry, I'm a novice and I'm not very good at using this platform.

ihmily commented 2 weeks ago

项目一直打开来着的但主播开播了不会自动录制,需要关掉重启才会录

@liyihan1126

你说的项目一直打开 ,但不会自动录制,等待了很久都一直不会录制吗?还是说主播一开播你就去看录制工具是否开始录制吗?如果是的话,可能你是下面这情况

配置文件中有设置循环检测的时间,比如默认是180秒也就是3分钟检测一次,如果那时候刚好主播开播,但那时候没在检测,就不会立即录制。但下一个3分钟内再次检测时,检测到主播开播是会开始录制的,也就是说三分钟内一定会开始录制。

如果实在需要,你也可以将循环检测的时间减小一点,这样检测频率会更频繁。 image

Issues-translate-bot commented 2 weeks ago

Bot detected the issue body's language is not English, translate it automatically.


The project is always open, but the anchor will not automatically record when it starts broadcasting. It needs to be turned off and restarted before recording.

@liyihan1126

The project you mentioned is always open, but it will not record automatically. Doesn't it stop recording even after waiting for a long time? Or should you check to see if the recording tool starts recording as soon as the anchor starts broadcasting? If so, you may be in the following situation

There is a cycle detection time set in the configuration file. For example, the default is 180 seconds, which is a detection every 3 minutes. If the anchor happens to start broadcasting at that time, but is not detecting at that time, it will not be recorded immediately. But when it is detected again within the next three minutes, it will start recording when it is detected that the anchor has started broadcasting, which means that recording will definitely start within three minutes.

If you really need to, you can also reduce the cycle detection time so that the detection frequency will be more frequent. image