You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change to print logs without color, directly use printf(log_str), the same issue will occur.
Enabling 3 Ingests almost always triggers it, it can also be reproduced by using killall srs.
There is no direct closing of stdin, but instead dup2(/dev/null, stdin) is used to keep stdin file descriptor existing. There was a comment mentioning that closing stdin would cause FFMPEG to fail. Although it did not fail when tested, there might be some risks, so the dup2 method was adopted.
Description'
Please ensure that the markdown structure is maintained.
3.0.114
Replay
How to replay bug?
./objs/srs -c conf/ingest.conf
Steps to reproduce the bug:
Press
CTRL+C
to cancel.There may be no feedback, so you need to run
stty echo
to restore it.Note: It is easier to reproduce when there are multiple Ingesters.
Expected behavior (Expect)
> Describe your expectation (Please describe your expectation)
Terminal echo is normal.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: