Skip to content

Add rchannel queue

Vishal Mishra requested to merge vcode11/icecast-server:rchannel_queue into master
  1. Adds rchannel_queue_t to source_t, for the messages to be queued and dequeued to return channel.
  2. Adds helper functions to add, remove, get messages from queue, also to destroy queue when source is shutdown, and move rchannel messages to fallback source.

Merge request reports