RTSP Pusher for embedded Linux systems
| src | initial commit | |
| .gitignore | initial commit | |
| LICENSE | initial commit | |
| Makefile | Makefile: simplify | |
| README.md | initial commit | |
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
Makefileinstead ofCMakeLists.txt(apparently libv4l2cpp no longer usesMakefile), - 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: