Namespace for RTP streaming. More...
Classes | |
class | Stream |
A RTP stream to send images. More... | |
Typedefs | |
using | StreamConfigPtr = std::shared_ptr< StreamConfig > |
Convenience shared pointer for StreamConfig. | |
using | StreamPtr = std::shared_ptr< Stream > |
Convenience shared pointer for Stream. | |
Namespace for RTP streaming.
This module to stream raw images using RTP. The streams can be configured to encode the raw images before streaming. Encoding requires FFmpeg to be available on the system.