Introduction - If you have any usage issues, please Google them yourself
The "media flow" (media_flow.h) is the top level concept that organizes the processing activities of mp4live. A media flow is a collection of media nodes (media_node.h), with forwarding rules between the nodes. Each media node is a thread within the mp4live process. Each thread has a message queue which can be used to control the threads. Currently, messages are typically only used for starting and stopping the threads, and notifying media sinks when new media frames from the media sources have become available. Other coordination between threads can be achieved via the shared configuration information data.