List of parameters
Here is the list of parameters accepted by the Nimbb Player. You can add them in your HTML code to assign values to the player on startup.
| audioquality |
Optional. Set the level of audio quality when recording. Numbers from 1 (low) to 5 (high). The higher the number, the better the audio quality but also requires more bandwidth. The default value is 3. If the microphone does not support the quality level, a lower value might be used. |
| autoplay |
Optional. While in view mode, automatically starts video playback when the Nimbb Player is loaded. Assign the value '1' to activate. |
| bgcolor |
Optional. Specify the background color in hexadecimal format (example: FFFFFF). |
| bordercolor |
Optional. Specify the border color in hexadecimal format (example: 000000). |
| disablecamera |
Optional. Disable camera so that only the audio is recorded. Assign the value '1' to activate. |
| disablemicro |
Optional. Disable microphone so that no audio is recorded. Assign the value '1' to activate. |
| disabletuning |
Optional. Disable auto-tuning of video while recording. By setting this param to '1', no compression will be done to the video and quality will stay the same. However, doing so can cause video jams if not enough bandwidth. |
| fps |
Optional. Specify the frame rate for video recording. The values of 6 to 15 are accepted. Default 15. |
| guid |
The GUID of the video to watch. Mandatory if the view mode is used. |
| key |
Optional. The developer's public key. When specified, it allows you to activate the advanced functions of the Nimbb Player so you can program it. |
| lang |
Optional. Language of the player's interface ('en' for English, 'fr' for French, 'de' for German, 'es' for Spanish and 'pt' for Portuguese). |
| logoclickurl |
Optional. Destination URL for the logo click (must be used with logoimageurl). Need a Gold or higher subscription. |
| logoimageurl |
Optional. Specify a custom logo image URL (replace the Nimbb logo). Any standard image format is supported. Need a Gold or higher subscription. |
| mirror |
Optional. Mirror the video image so that is it flipped horizontally. Assign the value '1' to activate. Works in View and Record modes. Note that the recorded video file is not mirrored. |
| mode |
Optional. Specify the mode of the player ('view' or 'record'). The default is 'view'. |
| nologo |
Optional. Hide the Nimbb logo while in playback mode. Assign the value '1' to activate. Need a Silver or higher subscription. |
| overlayurl |
Optional. Specify the URL to an overlay image to be displayed over the Nimbb Player. The image must be in 320x240 pixels format and can use transparency. Any standard image format is supported. Need a Gold or higher subscription. |
| playonclick |
Optional. In view mode, the video playback starts when the video image is clicked. Assign value '1' to activate. |
| port |
Optional. Specify on which port should the Nimbb Player connect to our servers. Possible values are 'auto', '1935', '80' and '80t' (uses HTTP tunneling). If param left empty or with "auto", Nimbb tries all possible ports. |
| quality |
Optional. Set the level of video quality when recording. Numbers from 1 (low) to 10 (high). The higher the number, the better the video quality but also requires more bandwidth. The default value is 10. |
| recordlength |
Optional. The maximum recording time of a video, in seconds. |
| redirecturl |
Optional. Specify an URL where to redirect the browser after the video has been saved. The saved guid is also posted as a parameter to the URL and can be ready inside the redirected page. |
| showcounter |
Optional. Display ('1') or hide ('0') the counter in Record mode. |
| showicons |
Optional. Display ('1') or hide ('0') the icons in the upper-right corner in Record mode (camera and sound icons). |
| showlabels |
Optional. If '1', show labels on buttons. If '0', use tooltips. If the player's width is smaller than 320 pixels,
this value is automatically set to '0'. |
| showmenu |
Optional. Display ('1') or hide ('0') the interface's menu. |
| simplepage |
Optional. If '1', display a simple Thank you page after saving the video, instead of the default sharing page. |
| textcolor |
Optional. Specify the text color in hexadecimal format (example: 000000). |
| titlecolor |
Optional. Specify the title color in hexadecimal format (example: 000000). |
| volume |
Optional. Set the video playback volume (values from 0 to 100). |
For an example of specifying parameters in your code, see our tutorial or try the Code generator.