Author: solomax
Date: Thu Mar 14 03:46:26 2013
New Revision: 1456319
URL: http://svn.apache.org/r1456319
Log:
H264Level was changed to be 5.1;
Network testing tool was fixed;
Modified:
openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx
openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx
Modified:
openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx?rev=1456319&r1=1456318&r2=1456319&view=diff
==============================================================================
---
openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx
(original)
+++
openmeetings/trunk/singlewebapp/WebContent/swf10/base/remote/baseVideoStream.lzx
Thu Mar 14 03:46:26 2013
@@ -225,7 +225,7 @@
this.attachCamera(camReference);
var h264Settings:H264VideoStreamSettings = new
H264VideoStreamSettings();
- h264Settings.setProfileLevel(H264Profile.BASELINE,
H264Level.LEVEL_1_2);
+ h264Settings.setProfileLevel(H264Profile.BASELINE,
H264Level.LEVEL_5_1);
h264Settings.setQuality(camReference.bandwidth,
camReference.quality);
h264Settings.setKeyFrameInterval(camReference.keyFrameInterval);
h264Settings.setMode(camReference.width,
camReference.height, camReference.fps);
Modified:
openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx
URL:
http://svn.apache.org/viewvc/openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx?rev=1456319&r1=1456318&r2=1456319&view=diff
==============================================================================
---
openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx
(original)
+++
openmeetings/trunk/singlewebapp/WebContent/swf10/networkTesting/networktesting.lzx
Thu Mar 14 03:46:26 2013
@@ -88,7 +88,7 @@
if (!canvas.rtmpHost) {
canvas.rtmpHost = getBrowserHost();
}
- canvas.setAttribute("rtmpPort",
settingsPtr.xpathQuery("config/rtmpPort/text()"));
+ canvas.setAttribute("rtmpPort",
settingsPtr.xpathQuery("config/rtmpport/text()"));
canvas.setAttribute("httpProtocol",
settingsPtr.xpathQuery("config/protocol/text()"));
canvas.setAttribute("httpHost",
settingsPtr.xpathQuery("config/httphostlocal/text()"));
@@ -97,8 +97,8 @@
}
canvas.setAttribute("httpPort",
settingsPtr.xpathQuery("config/red5httpport/text()"));
- canvas.setAttribute("uriContext",
settingsPtr.xpathQuery("config/uriContext/text()"));
- canvas.setAttribute("rtmpUriPath",
settingsPtr.xpathQuery("config/rtmpUriPath/text()"));
+ canvas.setAttribute("uriContext",
settingsPtr.xpathQuery("config/httpRootKey/text()"));
+ canvas.setAttribute("rtmpUriPath", canvas.uriContext +
"hibernate");
</method>
<method name="showTests">
@@ -108,7 +108,7 @@
<dataset type="http" name="settings" request="false" >
<handler name="oninit">
- this.setAttribute("src","networktesting-config.xml");
+ this.setAttribute("src","config.xml");
this.doRequest();
</handler>
<handler name="ondata">