GStarP

Results 5 comments of GStarP

I have the same issue with v4.3.1. My solution is to change config: ``` #webrtc_agent/agent.toml [webrtc] network_interfaces = [] # before it was [{name = "eth0"}] ``` ``` #portal/portal.toml [portal]...

在 req.txt 中添加一行 `Werkzeug==2.2.2`,然后重新执行 `pip3 install -r req.txt` 即可。

> Are there any quality changes(such as resolution, bitrate) of your HLS streaming when video starts to freeze in safari? Accroding to `ffprobe ${url}`, output keeps showing as bellow, no...

New progress! A temporary solution is using SRS transcode to create another 1280x720 stream, Safari can play this new stream correctly. New routes: streaming out to `rtmp://x.x.x.x/stream1` (SRS) => transcoding...

> You can use `system_prompt=SYSTEM_PROMPT.replace("\n", " ")` to reslove the problem temporarily. It works !!! Never thought the problem was here.