From c20e55b19fc37be4ac980508a8859ce2ab2fbaa0 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Sun, 13 Mar 2011 19:47:17 +0100 Subject: [PATCH] Test --- Connector_HTTP/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Connector_HTTP/main.cpp b/Connector_HTTP/main.cpp index a2093e1e..a6c1f495 100644 --- a/Connector_HTTP/main.cpp +++ b/Connector_HTTP/main.cpp @@ -86,8 +86,8 @@ std::string GetMetaData( ) { amfreply.getContentP(1)->addContent(AMFType("frameHeight",(double)180)); amfreply.getContentP(1)->addContent(AMFType("displayWidth",(double)320)); amfreply.getContentP(1)->addContent(AMFType("displayHeight",(double)180)); - amfreply.getContentP(1)->addContent(AMFType("moovposition",(double)35506700)); - amfreply.getContentP(1)->addContent(AMFType("duration",(double)596.458)); +// amfreply.getContentP(1)->addContent(AMFType("moovposition",(double)35506700)); +// amfreply.getContentP(1)->addContent(AMFType("duration",(double)596.458)); return amfreply.Pack( ); }