bigo检测错误
Opened this issue · 8 comments
Hertz221 commented
运行环境
版本号:2.32
运行平台:win11
运行架构:x64
Python版本:
配置文件
{
"platform": "Bigolive",
"id": "859142915",
"interval": 50,
"name": "TongTong",
"format": "mp4"
}
]
}
复现步骤(可选)
...
错误描述
录制中出现的错误,还在播但是没录,重启后正常
错误日志
[2024-02-21 14:30:29][INFO][__main__][stream_writer:153][Bigolive][TongTong]正在录制:[2024.02.21 14.30.28][Bigolive][TongTong]#Chat .ts
[2024-02-21 14:30:29][INFO][__main__][stream_writer:153][Bigolive][Thaothao]正在录制:[2024.02.21 14.30.23][Bigolive][Thaothao]Nhảy múa 💃🏻 dance 💃🏻💃🏻💃🏻.ts
[2024-02-21 14:35:58][INFO][__main__][run_ffmpeg:167][Bigolive][Thaothao]开始ffmpeg封装:[2024.02.21 14.30.23][Bigolive][Thaothao]Nhảy múa 💃🏻 dance 💃🏻💃🏻💃🏻.ts
[2024-02-21 14:35:58][INFO][__main__][run_ffmpeg:167][Bigolive][TongTong]开始ffmpeg封装:[2024.02.21 14.30.28][Bigolive][TongTong]#Chat .ts
[2024-02-21 14:35:59][ERROR][__main__][start:58][Bigolive][Thaothao]直播检测错误
Error('ffmpeg error (see stderr output for detail)')
Traceback (most recent call last):
File "live_recorder.py", line 507, in <module>
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 636, in run_until_complete
File "asyncio\windows_events.py", line 321, in run_forever
File "asyncio\base_events.py", line 603, in run_forever
File "asyncio\base_events.py", line 1909, in _run_once
File "asyncio\events.py", line 80, in _run
> File "live_recorder.py", line 50, in start
File "live_recorder.py", line 457, in run
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 58, in run
File "live_recorder.py", line 140, in run_record
File "live_recorder.py", line 174, in run_ffmpeg
File "ffmpeg\_run.py", line 325, in run
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
[2024-02-21 14:35:59][ERROR][__main__][start:58][Bigolive][TongTong]直播检测错误
Error('ffmpeg error (see stderr output for detail)')
Traceback (most recent call last):
File "live_recorder.py", line 507, in <module>
File "asyncio\runners.py", line 44, in run
File "asyncio\base_events.py", line 636, in run_until_complete
File "asyncio\windows_events.py", line 321, in run_forever
File "asyncio\base_events.py", line 603, in run_forever
File "asyncio\base_events.py", line 1909, in _run_once
File "asyncio\events.py", line 80, in _run
> File "live_recorder.py", line 50, in start
File "live_recorder.py", line 457, in run
File "asyncio\threads.py", line 25, in to_thread
File "concurrent\futures\thread.py", line 58, in run
File "live_recorder.py", line 140, in run_record
File "live_recorder.py", line 174, in run_ffmpeg
File "ffmpeg\_run.py", line 325, in run
ffmpeg._run.Error: ffmpeg error (see stderr output for detail)
错误截图(可选)
No response
auqhjjqdo commented
ffmpeg的问题,请截图运行界面看看ffmpeg报错是什么
Hertz221 commented
上次直接关了没截图,等下次出现我再截吧
Hertz221 commented
Hertz221 commented
他会把两个主播的视频合成一个!导致花屏,完全看不了
auqhjjqdo commented
他会把两个主播的视频合成一个!导致花屏,完全看不了
你把format参数删了,不使用封装看看是不是也花屏
auqhjjqdo commented
bigolive之前也有人遇到花屏问题,但我自己测试却没出现过,所以也没修好
Hertz221 commented
花屏这个问题好像是主播网络问题。但是上面的错误是文件名是1主播,画面是2主播,不加format参数就不会转码大概没啥问题?我现在没加format参数目前好像没啥问题
auqhjjqdo commented
加了format参数会运行ffmpeg封装,封装是基于已经录制好的文件转换成format参数指定格式的文件,理论上不可能出现混流成其他主播的情况,可能是bigolive的直播流本身的问题,其他平台就不会出现混流现象,暂时无解