Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bigo检测错误 #89

Open
Hertz221 opened this issue Feb 21, 2024 · 8 comments
Open

bigo检测错误 #89

Hertz221 opened this issue Feb 21, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@Hertz221
Copy link

Hertz221 commented Feb 21, 2024

运行环境

版本号: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

@Hertz221 Hertz221 added the bug Something isn't working label Feb 21, 2024
@auqhjjqdo
Copy link
Owner

ffmpeg的问题,请截图运行界面看看ffmpeg报错是什么

@Hertz221
Copy link
Author

上次直接关了没截图,等下次出现我再截吧

@Hertz221
Copy link
Author

完整是这样的
PixPin_2024-02-24_14-40-21

@Hertz221
Copy link
Author

他会把两个主播的视频合成一个!导致花屏,完全看不了

@auqhjjqdo
Copy link
Owner

他会把两个主播的视频合成一个!导致花屏,完全看不了

你把format参数删了,不使用封装看看是不是也花屏

@auqhjjqdo
Copy link
Owner

bigolive之前也有人遇到花屏问题,但我自己测试却没出现过,所以也没修好

@Hertz221
Copy link
Author

花屏这个问题好像是主播网络问题。但是上面的错误是文件名是1主播,画面是2主播,不加format参数就不会转码大概没啥问题?我现在没加format参数目前好像没啥问题

@auqhjjqdo
Copy link
Owner

加了format参数会运行ffmpeg封装,封装是基于已经录制好的文件转换成format参数指定格式的文件,理论上不可能出现混流成其他主播的情况,可能是bigolive的直播流本身的问题,其他平台就不会出现混流现象,暂时无解

@stale stale bot added the wontfix This will not be worked on label Mar 29, 2024
@stale stale bot closed this as completed Apr 5, 2024
Repository owner deleted a comment from stale bot Jul 6, 2024
@auqhjjqdo auqhjjqdo removed the wontfix This will not be worked on label Jul 6, 2024
@auqhjjqdo auqhjjqdo reopened this Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants