This commit is contained in:
Erik Zandvliet 2011-03-13 19:47:17 +01:00
parent f8852f2ceb
commit c20e55b19f

View file

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