]> git.sesse.net Git - cubemap/blobdiff - server.h
Fix a crash when trying to get HLS fragments from a disconnected strema.
[cubemap] / server.h
index d6e6e618c1c296fa10187c7fbd4fedb7712d4f02..0c172b5a306cc70f4fdd225d5708eaee4396b700 100644 (file)
--- a/server.h
+++ b/server.h
@@ -57,6 +57,9 @@ public:
                        const std::string &http_header,
                        const std::string &stream_header);
 
+       // Sets the given stream as unavailable (will always return 503 to new clients).
+       void set_unavailable(int stream_index);
+
        // Set that the given stream should use the given max pacing rate from now on.
        // NOTE: This should be set before any clients are connected!
        void set_pacing_rate(int stream_index, uint32_t pacing_rate);