From ae5e8541f6e06e64c28719467cdf366ac57aff31 Mon Sep 17 00:00:00 2001 From: Comment Date: Sun, 16 Feb 2014 22:44:26 +0000 Subject: video proxy issue --- rotord/src/rotor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rotord/src') diff --git a/rotord/src/rotor.h b/rotord/src/rotor.h index 8499408..0053146 100644 --- a/rotord/src/rotor.h +++ b/rotord/src/rotor.h @@ -796,7 +796,7 @@ namespace Rotor { if (h>0&&h<721){ Poco::Path path(filename); std::string stub(path.getBaseName()+".proxies/"); - std::string suffix(path.getExtension()); + std::string suffix="mp4"; //(path.getExtension()); std::string pathto="/"; for (int i=0;ivalue< defer - if (attributes["filename"]->value!="") { - isLoaded=load(media_path+attributes["filename"]->value,720); - } + //if (attributes["filename"]->value!="") { + // isLoaded=load(media_path+attributes["filename"]->value,720); + //} }; ~Video_loader(){}; -- cgit v1.2.3