srs-bench icon indicating copy to clipboard operation
srs-bench copied to clipboard

SB(SRS Bench) is a set of benchmark and regression test tools, for SRS and other media servers, supports HTTP-FLV, RTMP, HLS, WebRTC and GB28181.

Results 41 srs-bench issues
Sort by recently updated
recently updated
newest added

rtmp流媒体点播并发测试 ./sb_rtmp_load 提示rtmp client connect tcUrl failed.errno=104(Connection reset by peer) 和rtmp client dump url failed. ret=104 errno=104(Connection reset by peer)

[2022-07-22 07:11:23.258][11][error] rtmp client publish url failed. ret=104 errno=104(Connection reset by peer) [2022-07-22 07:11:23.592][173][error] rtmp client handshake failed. ret=104 errno=104(Connection reset by peer) [2022-07-22 07:11:23.592][173][error] rtmp client publish url failed....

./configure 报错内容 Is OSX: NO st-1.9t is ok. build http-parser-2.1 cc -I. -DHTTP_PARSER_STRICT=1 -Wall -Wextra -Werror -O0 -g -c http_parser.c http_parser.c: In function ‘http_parser_parse_url’: http_parser.c:2093:18: error: this statement may fall...

I think HTTPS is not working correctly. Are you planning to support it?

执行命令: ./sb_http_load -c 1 -r https://xxxxx.xxx.xxx/xxxx/xxxxxx.flv 结果: [error] read body from server failed. ret=104 errno=104(Connection reset by peer) [error] parse response header failed. ret=104 errno=104(Connection reset by peer) [error] http...

ubuntu 18.04 message: ``` http_parser.c: In function ‘http_parser_parse_url’: http_parser.c:2093:18: error: this statement may fall through [-Werror=implicit-fallthrough=] found_at = 1; ~~~~~~~~~^~~ http_parser.c:2096:7: note: here case s_req_server: ^~~~ cc1: all warnings being...

Apple M1芯片编译过不了,报如下错误: building for macOS-arm64 but attempting to link with file built for macOS-x86_64 ST不支持ARM架构的芯片? #if defined(__amd64__) || defined(__x86_64__) #define JB_SP 12 #define MD_GET_SP(_t) *((long *)&((_t)->context[JB_SP])) #else #error Unknown CPU...

fix creating offer SDP has duplicate numbers error.

操作系统:windows 编译器 go 1.13.4 amd64 源码均为最新版 srs-bench调试结果(offer2.sdp返回值) m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 102 121 127 120 125 107 108 109 127 120 123 118 116 pion/webrtc调试结果...

读取源音频/视频文件,都放在不同的readVideoTrackFromDisk/readAudioTrackFromDisk的协程中,也就是有多少个协程,就创建了多少个读取文件的句柄,不太合理。 推荐ingester类(读取文件) --> channel ---->peer connection send 只有一个地方读取源文件。