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> |
||
|---|---|---|
| .. | ||
| DeviceHK | ||
| CMakeLists.txt | ||
| README.md | ||
| bom.cpp | ||
| tab.cpp | ||
| test_bench_forward.cpp | ||
| test_bench_proxy.cpp | ||
| test_bench_pull.cpp | ||
| test_bench_push.cpp | ||
| test_flv.cpp | ||
| test_httpApi.cpp | ||
| test_httpClient.cpp | ||
| test_pusher.cpp | ||
| test_pusherMp4.cpp | ||
| test_rtcp_nack.cpp | ||
| test_rtp.cpp | ||
| test_server.cpp | ||
| test_sortor.cpp | ||
| test_wsClient.cpp | ||
| test_wsServer.cpp | ||
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回显测试服务器