Jacob Su

Results 72 comments of Jacob Su

I repeated this building failed problem at my macOS14 M2 chip machine. It take me one day to overcome the building failures. I build from the source code (manual), I...

I guess the `//ossrs.net/gif/v1/sls.gif?site=ossrs.net&path=/console/enindex` is used for statistics & analysis purpose. but pls pay attention to the path, for some one may not so match with its real path. e.g....

https://github.com/ossrs/srs/blob/427104f1dab86f5afc7d7b49b02ed27d03ef9346/trunk/src/app/srs_app_server.cpp#L333-L338 rtmp already supported listen multi endpoints, use `SrsMultipleTcpListeners` to replace the `SrsTcpListener` will resolve this issue I guess. Look the differences between `SrsMultipleTcpListeners` and `SrsTcpListener`: https://github.com/ossrs/srs/blob/427104f1dab86f5afc7d7b49b02ed27d03ef9346/trunk/src/app/srs_app_server.cpp#L574-L590 The `SrsConfig::get_http_api_listen` &...

> Nice work, your work clearly describe how this bug occurs. You are correct, it's really a bug for HTTPS API, the `get_https_api_ssl_key` is not used. Could you please file...

Another problem of SSL Key&Cert config is that to config the key&cert for `SSL` or `SSL_CTX`. https://www.openssl.org/docs/manmaster/man3/SSL_use_certificate_file.html the `SSL` is generated from `SSL_CTX`. https://github.com/ossrs/srs/blob/5eb802dacac4e685989446e51d0ed5c594f86258/trunk/src/app/srs_app_conn.cpp#L743-L754 In general, a SSL map to...

Maybe it is the web browser don't support h.264 b-frame, because baseline profile don't support b-frame, that's the reason baseline works well. @zeldan you can verify by disable the b-frame...

Sorry, I reproduced the `Stuttering` or `laggy` effect, the b-frame is `laggy` + part rect screen blur effect. How to calculate or check webrtc fps? did anyone knows? Here is...

Let APIs and WebRTC works on same endpoints would be easy, just refer the `reuse_rtc_over_server_` code will add this feature, and really make sense, if `reuse_api_over_server_` & `reuse_rtc_over_server_` can be...

Did anyone notice the taobao mirror, https://registry.npm.taobao.org, has certification expire issue now?