- opencv3
- gstreamer1.0 (compile with opencv3 using
cmake
)
g++ xxx.cpp -o xxx `pkg-config --cflags --libs opencv`
- remove debug print and write code comment in send.cpp and receive.cpp
- add more functions
- use send.cpp to send video with UDP in clinet A
- use receive.cpp to receive video with UDP in client B
- remember to replace the video src in send.cpp (rtsp、local file、gstreamer pipeline both OK)
- remember to replace the IP address in send.cpp
- remove debug print
- add more comment in code