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

- test_benchmark.cpp
夏楚 committed
6
    
7 8 9
    rtsp/rtmp性能测试客户端
    
- test_httpApi.cpp
夏楚 committed
10
  
11 12 13
  http api 测试服务器
 
- test_httpClient.cpp
夏楚 committed
14
   
15 16 17
   http 测试客户端

- test_player.cpp
夏楚 committed
18
   
19 20 21
   rtsp/rtmp带视频渲染的客户端

- test_pusher.cpp
夏楚 committed
22
   
23 24 25
   先拉流再推流的测试客户端
 
- test_pusherMp4.cpp
夏楚 committed
26
   
27 28 29
   解复用mp4文件再推流的测试客户端
 
- test_server.cpp
夏楚 committed
30
   
31 32 33
   rtsp/rtmp/http等服务器
 
- test_wsClient.cpp
夏楚 committed
34 35
  
  websocket测试客户端
36 37
 
- test_wsServer.cpp
夏楚 committed
38
   
39 40 41
   websocket回显测试服务器