ZLMediaKit/tests
xiongguangjie bc1d31e148
Push force replace (#2899)
Co-authored-by: Alex <liyu7352@gmail.com>
Co-authored-by: xia-chu <771730766@qq.com>
Co-authored-by: Johnny <hellojinqiang@gmail.com>
Co-authored-by: BackT0TheFuture <10088733+BackT0TheFuture@users.noreply.github.com>
Co-authored-by: ljx0305 <ljx0305@gmail.com>
Co-authored-by: Per-Arne Andersen <per@sysx.no>
Co-authored-by: codeRATny <60806889+codeRATny@users.noreply.github.com>
Co-authored-by: 老衲不出家 <tannzh2018@outlook.com>
Co-authored-by: Kiki <haijuanchen.sun@gmail.com>
Co-authored-by: PioLing <964472638@qq.com>
Co-authored-by: dengjfzh <76604422+dengjfzh@users.noreply.github.com>
Co-authored-by: a-ucontrol <55526028+a-ucontrol@users.noreply.github.com>
Co-authored-by: 百鸣 <94030128+ixingqiao@users.noreply.github.com>
Co-authored-by: fruit Juice <2317232721@qq.com>
Co-authored-by: Luosh <fjlshyyyy@qq.com>
Co-authored-by: tbago <moonzalor@gmail.com>
Co-authored-by: Talus <xiaoxiaochenjian@gmail.com>
Co-authored-by: 朱如洪 <zhu410289616@163.com>
Co-authored-by: pedoc <pedoc@qq.com>
Co-authored-by: XiaoYan Lin <linxiaoyan87@foxmail.com>
Co-authored-by: xiangshengjye <46069012+xiangshengjye@users.noreply.github.com>
Co-authored-by: tjpgt <602950305@qq.com>
Co-authored-by: Nick <joyouswind@gmail.com>
Co-authored-by: yogo-zhangyingzhe <100331270+yogo-zhangyingzhe@users.noreply.github.com>
Co-authored-by: Xiaofeng Wang <wasphin@gmail.com>
Co-authored-by: Dw9 <xweimvp@gmail.com>
Co-authored-by: waken <33921191+mc373906408@users.noreply.github.com>
Co-authored-by: Deepslient <1154547394@qq.com>
2023-10-12 17:09:20 +08:00
..
DeviceHK Unified code style (#2137) 2022-12-02 14:43:06 +08:00
CMakeLists.txt 整理cmake 2022-08-01 16:12:52 +08:00
README.md Push force replace (#2899) 2023-10-12 17:09:20 +08:00
bom.cpp 全面整理代码,去除编译警告 2021-01-17 18:31:50 +08:00
tab.cpp 整理命名空间 (#1409) 2022-02-02 20:34:50 +08:00
test_bench_forward.cpp Push force replace (#2899) 2023-10-12 17:09:20 +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 Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_flv.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_httpApi.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_httpClient.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_pusher.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_pusherMp4.cpp Push force replace (#2899) 2023-10-12 17:09:20 +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 Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_sortor.cpp 重写jitter buffer算法,修复seq回环时可能丢包的bug 2023-03-11 10:17:31 +08:00
test_wsClient.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00
test_wsServer.cpp Push force replace (#2899) 2023-10-12 17:09:20 +08:00

README.md

此目录下的所有.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回显测试服务器