| .. | ||
| solution | ||
| CMakeLists.txt | ||
| README.md | ||
| streamer.cpp | ||
Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
Exercise
- Open project streamer
- Create Mpeg2Streamer class
- Create MjpegStreamer class
- Allow to add data to stream
- Allow to add/remove receivers
- start/stop stream
- validate data
- Make some dummy implementations that will allow to compile code