From 150136c8a40be43d15f4b8e86228545731494785 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 29 Oct 2013 16:58:06 +0100 Subject: [PATCH] (Temporarily) disabled HTTP Smooth Streaming live support. --- src/connectors/conn_http_smooth.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connectors/conn_http_smooth.cpp b/src/connectors/conn_http_smooth.cpp index d67584f7..d5db7940 100644 --- a/src/connectors/conn_http_smooth.cpp +++ b/src/connectors/conn_http_smooth.cpp @@ -497,9 +497,11 @@ int main(int argc, char ** argv){ capa["methods"][0u]["handler"] = "http"; capa["methods"][0u]["type"] = "html5/application/vnd.ms-ss"; capa["methods"][0u]["priority"] = 9ll; + capa["methods"][0u]["nolive"] = 1; capa["methods"][1u]["handler"] = "http"; capa["methods"][1u]["type"] = "silverlight"; capa["methods"][1u]["priority"] = 1ll; + capa["methods"][1u]["nolive"] = 1; conf.addBasicConnectorOptions(capa); conf.parseArgs(argc, argv);