Communication with ZeroMQ¶
FIXME
API reference¶
Publish a frame in ZMQ. This componente is meant to be used with nhorro/mpeg-streamer-service docker image <https://hub.docker.com/r/nhorro/mpeg-streamer-service/>.
docker run -it --rm --name videoservice --network="host" nhorro/mpeg-streamer-service http://localhost:5000/video_feed
- class videoanalytics.pipeline.sinks.zmq.ZMQPub(context, endpoint='tcp://127.0.0.1:5600')¶
- process()¶
This method is called for each active component in the pipeline.
- setup()¶
This method is called after all components from the pipeline are instanced.
- shutdown()¶
This method is called after the process finished.