Winlin
Winlin
PullRequest for SRS, [#1809](https://github.com/ossrs/srs/pull/1809).
https://github.com/ossrs/srs/pull/3408#pullrequestreview-1290922439 ```cpp vps_sps_pps_change_ = true; h265_vps_ = vps; if ((err = write_h265_vps_sps_pps(dts, pts)) != srs_success) { ```
Workaround: Force to use single thread by `--single-thread=on` as a workaround. We must use single thread for cygwin64, because there is a bug while publishing is timeout after about 25s...
> Note: Please read FAQ before file an issue, see #2716 ## Description Please description your issue here 1. SRS Version: `6.0.38` 3. SRS Config: `conf/srt.conf ` ## Replay Please...
To support multiple passphrase for SRT. It's impossible to support different passphrase for a srt_server, because passphrase is set on transport or srt_server, so you should use http callback if...
Current config priority: 1. Low: Default values. 2. Medium: Config file. 3. High: Environment variables. If config is set in dockerfile, user can only overwrite it by `docker run --env`,...
Workaround: Now we disable SRT for cygwin by default as a workaround. The stack is bellow ``` gdb: unknown target exception 0x20474343 at 0x7fff993c039c Thread 1 "srs" received signal ?,...
Duplicate the entire stack (backtrace) during coroutine creation, store the RBP in the jmpbuf, and replicate the parent RBP and stack home space containing local variables from the parent function....
**Describe the bug** When streaming to SRS using RTMP and playing back with HTTP-FLV, the CPU utilization is very high, exceeding 25%. **Version** `6.0.113` **To Reproduce** Steps to reproduce the...
For https://github.com/ossrs/srs/pull/2840