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( ); }