timerring / bilive

自动监听并录制B站直播和弹幕、自动转换xml弹幕(含普通弹幕、Super Chat、礼物等)为ass并渲染进视频,自动投稿至B站,无需GPU,兼容超低配置服务器。
10 stars 0 forks source link

[Feature] Add more options to the project #55

Open timerring opened 2 weeks ago

timerring commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Generally, the blrec is bind to the record process. It cannot get the stream url sometimes. However, there are more options to substitute the blrec in practice.

Describe the solution you'd like

Add more options to substitute blrec.

Describe alternatives you've considered

None.

Additional context

None.

timerring commented 2 weeks ago

It seems that the BiliLiveRecorder only records the flv without using ffmpeg to convert the flv into mp4. Therefore, it's hard to tell if the video is completed. I will find other related signs. Or use webhook to make the conversion.