ZLMediaKit/tests
Jovial Young a13b8417e5
修复rtmps默认端口不对导致无法推/拉流问题 (#2996)
在使用rtmps推流或者拉流时,端口被默认设置成了1935,正确的端口应该是443.
2023-11-19 14:37:04 +08:00
..
DeviceHK Unified code style (#2137) 2022-12-02 14:43:06 +08:00
bom.cpp 全面整理代码,去除编译警告 2021-01-17 18:31:50 +08:00
CMakeLists.txt 整理cmake 2022-08-01 16:12:52 +08:00
README.md Modify the readme description (#2859) 2023-10-12 14:38:45 +08:00
tab.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
test_bench_forward.cpp 修复HLS点播时下载切片过快的bug (#2635 #2628) 2023-07-08 10:18:09 +08:00
test_bench_proxy.cpp 全面整理转协议相关配置文件 2022-11-12 23:56:28 +08:00
test_bench_pull.cpp Header refactor (#2115) 2022-11-29 11:07:13 +08:00
test_bench_push.cpp 优化函数命名风格 2023-06-10 14:55:40 +08:00
test_flv.cpp 新增支持http-flv播放器 (#2562) 2023-06-17 10:29:27 +08:00
test_httpApi.cpp 优化Parser代码命名 2023-06-10 14:55:40 +08:00
test_httpClient.cpp 优化Parser代码命名 2023-06-10 14:55:40 +08:00
test_pusher.cpp Replace the tuple (vhost/app/stream) with MediaTuple. (#2560) 2023-06-17 10:28:01 +08:00
test_pusherMp4.cpp 修复rtmps默认端口不对导致无法推/拉流问题 (#2996) 2023-11-19 14:37:04 +08:00
test_rtcp_nack.cpp 优化webrtc nack算法:#2249 2023-02-25 00:19:00 +08:00
test_rtp.cpp test_rtp avoid crash when exit 2023-04-07 23:34:41 +08:00
test_server.cpp Replace the tuple (vhost/app/stream) with MediaTuple. (#2560) 2023-06-17 10:28:01 +08:00
test_sortor.cpp 重写jitter buffer算法,修复seq回环时可能丢包的bug 2023-03-11 10:17:31 +08:00
test_wsClient.cpp 更新zltoolkit,适配最新代码 2023-04-28 22:04:09 +08:00
test_wsServer.cpp websocket服务器支持在创建器中指定消息类型 2023-10-23 20:59:37 +08:00

此目录下的所有.cpp文件将被编译成可执行程序(不包含此目录下的子目录). 子目录DeviceHK为海康IPC的适配程序,需要先下载海康的SDK才能编译, 由于操作麻烦,所以仅把源码放在这里仅供参考.

  • test_benchmark.cpp

    rtsp/rtmp性能测试客户端

  • test_httpApi.cpp

    http api 测试服务器

  • test_httpClient.cpp

    http 测试客户端

  • test_player.cpp

    rtsp/rtmp带视频渲染的客户端

  • test_pusher.cpp

    先拉流再推流的测试客户端

  • test_pusherMp4.cpp

    解复用mp4文件再推流的测试客户端

  • test_server.cpp

    rtsp/rtmp/http等服务器

  • test_wsClient.cpp

    websocket测试客户端

  • test_wsServer.cpp

    websocket回显测试服务器