Disable an instance
#include <mmstream/mmstream.h>
int mmstream_disable(mmstream_instance_t instance);
This function disables the specified instance. Remote clients can no longer access it and stream content.
Zero on success, a negative value on failure.