chundonglinlin

Results 6 issues of chundonglinlin

**Description(描述)** > 只要使用FFmpeg内置opus,就一定爆音,这个可以重现; > Patch Commit ID: https://github.com/ossrs/srs/commit/8d61c2a064315dfa83d5b29e1068cef00d192561 > SRS Version(版本): `develop`v5.0.36 1. 编译FFmpeg * 使用FFmpeg内置opus:`--enable-decoder=opus --enable-encoder=opus` * 使用libopus库:`--enable-libopus` 2. SRS Config(配置): ``` listen 1935; max_connections 1000; daemon off; srs_log_tank...

Bug

Support publish with Server without StreamKey using OBS

when srs start up, format macro features.

### Feature HLS continuous mode: In this mode HLS sequence number is started from where it stopped last time. Old fragments are kept. Default is on. ### Configuration ``` vhost...

TransByAI

When you push hevc stream by opening `rtmp_to_rtc on`, we'll return error tips for `WebRTC not support HEVC`. ### Publish RTMP HEVC ```log [2023-02-15 17:33:40.292][ERROR][26356][5e93kr4y][4] serve error code=5036(RtcCodec)(RTC not support...

TransByAI

Filter normal read and write errors, for ignore or reduce `srs_clients_errs_total` some disconnect events. ```bash curl http://127.0.0.1:9972/metrics ``` ```bash # HELP srs_node_uname_info Labeled system information as provided by the uname...

TransByAI