0
0
Fork
You've already forked pusher
0
RTSP Pusher for embedded Linux systems
  • C++ 99.1%
  • Makefile 0.6%
  • C 0.3%
Find a file
2023年03月19日 08:36:09 +01:00
src initial commit 2023年01月05日 12:33:39 +01:00
.gitignore initial commit 2023年01月05日 12:33:39 +01:00
LICENSE initial commit 2023年01月05日 12:33:39 +01:00
Makefile Makefile: simplify 2023年03月19日 08:36:09 +01:00
README.md initial commit 2023年01月05日 12:33:39 +01:00

pusher

RTSP Pusher for embedded Linux systems

Essentially, this project is a result of merging together the following ones:

with a few major changes:

  • used Makefile instead of CMakeLists.txt (apparently libv4l2cpp no longer uses Makefile),
  • removed log4cpp dependency (not needed when running on a small embedded system),
  • removed digest (MD5) authentication (not needed in the properly secured local area network),
  • cleaned up the codebase.

This project has been tested with rtsp-simple-server.

Usage:

This project has been created with simplicity in mind. Therefore, building is as simple as running:

$ make && make install

Don't forget to adjust src/config.h file beforehand.

Credits:

This project would NOT have been possible without the following people: