NodeBoy2

Results 5 issues of NodeBoy2

提交号:8e5ff60d6cb1e1d2f3a3797bf5bc16f88d47ee3e 编译失败: `g++ -c -std=c++98 -Wall -Wextra -g -O0 -DSRS_HIJACK_IO -DSRS_DISABLE_LOG -I src/app -I src/core -I src/os -I objs/st-1.9/obj -I objs/http-parser-2.1 -o objs/src/app/htl_app_srs_hijack.o src/app/htl_app_srs_hijack.cpp src/app/htl_app_srs_hijack.cpp:105:5: error: functions that differ only...

在参考动态码率代码进行测试时,发现x264动态码率没有生效。然后根据http://yeyingxian.blog.163.com/blog/static/34471242017528048918/ 这个博客,如果初始化的时候未设置i_vbv_max_bitrate和i_vbv_buffer_size,x264_encoder_reconfig中改变rc.i_bitrate不起任何作用。 在初始化设置i_vbv_max_bitrate和i_vbv_buffer_size的值之后生效。 srt_encoder中会初始化设置这两个值吗,没有找到相关实现。

想请教下,在使用ts.fetch时,固定写另外服务的ip,发现请求的还是remap配置的映射地址。是否时插件的限制? 目前我想在ats上实现自动处理302,接收到302的源站回应后,直接请求Location返回给客户端,是否可以基于ts-lua实现

***The problem of alternating increasing timestamps*** The issue at https://github.com/ossrs/srs/issues/1871 will cause the following problems: 1. Frequent triggering and direct deletion of HLS recording files. 2. Setting time_jitter off results...

Enhancement
TransByAI

**Description**' Please ensure that the markdown structure is maintained. > Long running, severe memory growth, and increased close_wait on the server. Using perf to investigate, it was found that heap_delete...

Bug
TransByAI