From b05c23db76665019ddfb938afccfffc27161c037 Mon Sep 17 00:00:00 2001 From: Erik Zandvliet Date: Sun, 13 Mar 2011 22:39:46 +0100 Subject: [PATCH] Test --- Connector_HTTP/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Connector_HTTP/main.cpp b/Connector_HTTP/main.cpp index 135bd9ba..c1aa124a 100644 --- a/Connector_HTTP/main.cpp +++ b/Connector_HTTP/main.cpp @@ -74,7 +74,7 @@ std::string GetMetaData( ) { amfreply.getContentP(1)->getContentP(0)->getContentP(1)->getContentP(1)->getContentP(0)->addContent(AMFType("sampletype","mp4a")); amfreply.getContentP(1)->addContent(AMFType("audiochannels",(double)2)); amfreply.getContentP(1)->addContent(AMFType("audiosamplerate",(double)44100)); - amfreply.getContentP(1)->addContent(AMFType("videoframerate",(double)251)); + amfreply.getContentP(1)->addContent(AMFType("videoframerate",(double)25)); amfreply.getContentP(1)->addContent(AMFType("aacaot",(double)2)); amfreply.getContentP(1)->addContent(AMFType("avclevel",(double)12)); amfreply.getContentP(1)->addContent(AMFType("avcprofile",(double)77));