You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "seba.wagner@gmail.com" <se...@gmail.com> on 2013/03/14 06:38:01 UTC

Re: svn commit: r1456319 - in /openmeetings/trunk/singlewebapp/WebContent/swf10: base/remote/baseVideoStream.lzx networkTesting/networktesting.lzx

Whats the effect of that different setting?

Thanks,
Sebastian
 Am 14.03.2013 16:48 schrieb <so...@apache.org>:

> 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">
>
>
>

Re: svn commit: r1456319 - in /openmeetings/trunk/singlewebapp/WebContent/swf10: base/remote/baseVideoStream.lzx networkTesting/networktesting.lzx

Posted by Maxim Solodovnik <so...@gmail.com>.
http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC#Levels

As I read this settings has "optional" effect if client is able to use
desired level it will use it, if not it will use the level it is capable to.


On Thu, Mar 14, 2013 at 12:38 PM, seba.wagner@gmail.com <
seba.wagner@gmail.com> wrote:

> Whats the effect of that different setting?
>
> Thanks,
> Sebastian
>  Am 14.03.2013 16:48 schrieb <so...@apache.org>:
>
> > 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">
> >
> >
> >
>



-- 
WBR
Maxim aka solomax