From 9505a94a2a3bbee543a82dd0380cbdfea2ce4780 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Thu, 26 Jun 2014 14:02:15 +0200 Subject: [PATCH] Removed MistDTSCFix calls in controller_streams.cpp --- src/controller/controller_streams.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/controller/controller_streams.cpp b/src/controller/controller_streams.cpp index 7c21448e..e728f1e3 100644 --- a/src/controller/controller_streams.cpp +++ b/src/controller/controller_streams.cpp @@ -133,14 +133,6 @@ namespace Controller { return; } } - if ( data["meta"] && data["meta"].isMember("tracks") && data["meta"]["tracks"] && !DTSC::isFixed(data["meta"])){ - char * tmp_cmd[3] = {0, 0, 0}; - std::string mistfix = Util::getMyPath() + "MistDTSCFix"; - tmp_cmd[0] = (char*)mistfix.c_str(); - tmp_cmd[1] = (char*)URL.c_str(); - Util::Procs::getOutputOf(tmp_cmd); - data.removeMember("meta"); - } if (!hasViewers(name)){ if ( !data.isMember("error")){ data["error"] = "Available";