Closed jiangmaoliang closed 3 years ago
Settings" -> "Output" -> Advanced -> Select "Baseline" for the profile. WebRTC does not support B-frames.
TRANS_BY_GPT3
"Settings" -> "Output" -> Advanced -> Select "Baseline" in the profile, WebRTC does not support B-frames.
Thank you, it works. Just set B-frames to 0.
TRANS_BY_GPT3
I have already modified the OBS streaming method, but there is still some lag, although it has indeed reduced a lot. The WebRTC playback will lag once every about 1 minute, but it will continue playing after a while. The playback is smooth when using RTMP. I tested it on an internal network, so there should be no network issues. There are no error reports from the backend. Have you encountered this situation before? I am using this clock website: http://www.daojishiqi.com/bjtime.asp
TRANS_BY_GPT3
Description'
Please ensure that you maintain the markdown structure.
http_server { enabled on; listen 8080; dir ./objs/nginx/html; }
http_api { enabled on; listen 1985; } stats { network 0; } rtc_server { enabled on; listen 8000; candidate 192.168.100.46; }
vhost defaultVhost { rtc { enabled on; bframe discard; } http_remux { enabled on; mount [vhost]/[app]/[stream].flv; } }