Blackmagic Web Presenter supports the most popular streaming platforms. Plus the built in hardware streaming engine has been designed for live streaming at professional broadcast quality. That means you get a self contained solution for live streaming that works without dropped frames. You only need to connect it to the internet! Setup is easy, as the Web Presenter Utility software lets you select the streaming platform and update the streaming key. The utility works on Mac and Windows and connects directly via USB or remotely via Ethernet. If you're technically minded, you can even manually update the XML settings file to change specific settings or to add new streaming platforms.
YouTube is the most dominant live streaming platform globally and you can connect multiple web presenters to both the primary and secondary YouTube servers, allowing for full redundancy. Simply create your channel and Blackmagic Web Presenter will connect and live stream to YouTube's servers.
Facebook makes it easy to share live streams with friends and professional networks. This means as you start your live stream, the number of viewers can multiply dramatically as each viewer can share your show with others via their social networks. Viewer counts can keep growing as you live stream!
Twitter supports live streaming so you can create live content that you can broadcast across the globe. You can use Blackmagic Web Presenter as the source input for your Twitter video stream then tweet out the link to your audience and let them start watching.
If you're streaming from a remote location, or you need a backup for the main Ethernet connection, you can plug in an Apple or Android phone to connect to the internet via mobile data. For convenience, there are USB connections on both the front and rear panel that can be used for tethering phones. Plus it works with the latest high speed 5G phones, as well as 4G phones! Blackmagic Web Presenter will auto detect when a phone is connected and switch its internet connection to use it. You can select Ethernet or phone priority, which makes phone internet backup fully automatic. Plus, by using phone tethering and mobile data, Web Presenter becomes the perfect remote location streaming solution!
Blackmagic Web Presenter features two USB connections that operate as a simple webcam source. That means you can plug into any computer and work with any video software. The software is tricked into thinking the web presenter is a common webcam, but it's really a broadcast quality SDI video source! That guarantees compatibility with any video software in full resolution 1080 HD or even 2160p Ultra HD quality, depending on the model! Imagine connecting web presenter to a camera and then Skype or Zoom calling your client with live video of a shoot! Web Presenter works with any video software including Zoom, Microsoft Teams, Skype, Open Broadcaster, XSplit Broadcaster and more
Traditional broadcast transmitters are critical equipment in a television station, however now the streaming server is just as critical because millions of viewers can be watching globally! To help, Blackmagic Web Presenter includes a feature rich technical monitoring output. The graphics based monitoring output includes a video view, audio meters with accurate ballistics, trend graphs for codec data rates and cache fill, plus a summary of the streaming settings and detailed SDI technical information. Plus the technical monitoring output works in full 1080 HD and outputs to both SDI and HDMI. That means you can use an SDI router for monitoring multiple units, or connect a simple HDMI TV!
Serious broadcasters love redundancy because it increases reliability. Blackmagic Web Presenter includes redundant features to help ensure you stay online. You get dual internet connections, so you can connect to the internet using the built in Ethernet or a tethered phone for 5G or 4G mobile data. Plus the internet automatically switches in case of an outage! Or you can use 2 separate units to stream to both the primary and secondary YouTube servers. With both AC and DC inputs, you can use a broadcast battery pack for redundant power. There are even front panel buttons and menus, plus the Blackmagic Web Presenter Utility software for control.
While Blackmagic Web Presenter can send video to a wide range of streaming services, it can also be used as a private broadcast SDI video link between studios! The ATEM Streaming Bridge is a video converter that lets you receive the H.264 stream from Blackmagic Web Presenter and then convert it back to SDI video. This means you can send video between remote locations across your local Ethernet network, or via the internet globally! That's all possible due to the built in H.264 hardware codec that decodes the Web Presenter stream. Imagine setting up multiple television studios and using ATEM Streaming Bridge and Web Presenter for video links between sites.
Blackmagic Web Presenter is based on the modular Teranex Mini design allowing desktop or rack use. It includes a built in AC power supply, plus a 4 pin 12V DC connection for backup power or battery operation. The extremely portable design is only 5.5 inches wide, which means you can mount 3 in a single rack unit, perfect when you need to stream to multiple independent services all at the same time. Plus you can combine Blackmagic Web Presenter with other products such as the ATEM 1 M/E Constellation HD switcher for a live production and streaming solution in a single rack unit. The front panel includes a USB connection, so you can plug in a computer for quick local setting changes.
All items on this website are copyright Blackmagic Design Pty. Ltd. 2024, all rights reserved. All trademarks are property of their respective owners. MSRP includes duties, but excludes sales tax and shipping costs. This website uses remarketing services to advertise on third party websites to previous visitors to our site. You can opt out at any time by changing cookie settings. Privacy Policy
After installing Guacamole, you need to configure users and connections beforeGuacamole will work. This chapter covers general configuration of Guacamole andthe use of its default authentication method.
The search directory for libraries required by any Guacamole extensions.Guacamole will make the .jar files within this directory available toall extensions. If your extensions require additional libraries, such asdatabase drivers, this is the proper place to put them.
Specifying the full path to an alternative directory with the environmentvariable GUACAMOLE_HOME. Be sure to consult the documentation for yourservlet container to determine how to properly set environment variables.
The Guacamole web application uses one main configuration file calledguacamole.properties. This file is the common location for all configurationproperties read by Guacamole or any extension of Guacamole, includingauthentication providers.
In previous releases, this file had to be in the classpath of your servletcontainer. Now, the location of guacamole.properties can be explicitlydefined with environment variables or system properties, and the classpath isonly used as a last resort. When searching for guacamole.properties,Guacamole will check, in order:
The guacamole.properties file is optional and is used to configure Guacamolein situations where the defaults are insufficient, or to provide additionalconfiguration information for extensions. There are several standard propertiesthat are always available for use:
The maximum number of bytes to accept within the entity body of anyparticular HTTP request, where 0 indicates that no limit should beapplied. If omitted, requests will be limited to 2097152 bytes (2 MB) bydefault. This limit does not apply to file uploads.
As English is the fallback language, used whenever a translation key ismissing from the chosen language, English should only be omitted from thislist if you are absolutely positive that no strings are missing.
The corresponding JSON of any built-in languages not listed here willstill be available over HTTP, but the Guacamole interface will not usethem, nor will they be used automatically based on local browser language.If omitted, all defined languages will be available.
When searching for a configuration property in the environment, the nameof the property is first transformed by converting all lower casecharacters to their upper case equivalents, and by replacing all hyphencharacters (-) with underscore characters (_). For example, theguacd-hostname property would be transformed to GUACD_HOSTNAME whensearching the environment.
A comma-separated list of the namespaces of all extensions that should beloaded in a specific order. The special value * can be used in lieu of anamespace to represent all extensions that are not listed. All extensionsexplicitly listed will be sorted in the order given, while all extensionsnot explicitly listed will be sorted by their filenames.
If unsure which namespaces apply or the order that your extensions areloaded, check the Guacamole logs. The namespaces and load order of allinstalled extensions are logged by Guacamole during startup:
Note that if you enable this option, you must also configure guacd to useSSL via command line options. These options are documented in the manpageof guacd. You will need an SSL certificate and private key.
A comma-separated list of the identifiers of authentication providers thatshould be allowed to fail internally without aborting the authenticationprocess. For example, to request that Guacamole ignore failures due to theLDAP directory or MySQL server being unexpectedly down, allowing otherauthentication providers to continue functioning:
b1e95dc632