Supported Encoders

Direct Camera Capture in the Browser

First, if you do not have an encoder, simply use our built in capture system.

We handle all the protocol negotiation in the browser for you.

Simply enable your camera and connect to us.

vMix

ScaleEngine is fully integrated with vMix (Windows only), which connects to your ScaleEngine account to get stream names and URLs.

From the vMix interface, select ScaleEngine as the destination, then log in with the same credentials you use to log into the control panel.

Once you are logged in, use the Streaming Settings icon in vMix to choose your stream.

Select the stream name you want in the interface, and you're all set up.

Get a vmix download.

OBS

Open Broadcaster Software is a good free encoder. It runs on Windows, Linux and Mac osX.

To stream, from the Settings Panel, put the encoder connection URL from the control panel into the "URL" field, and the stream name (found at the top of the stream manage page) into the "Stream key" field.

Get OBS

FMLE

Flash Media Live Encoder (Windows and Mac) is unmaintained and does not have a lot of features, but works well. It's been surpassed by OBS, but people still use it.

To stream, put the encoder connection URL from the control panel into the "FMS" field, and the stream name (found at the top of the stream manage page) into the "Stream" field.

FFMpeg

FFMpeg is the software that many encoders use "under the hood", and it can also be used directly to send a stream.

To stream with ffmpeg to ScaleEngine, append the stream name to the end of the rtmp url, separated by a "/". Make sure you're sending h.264 video with -c:v libx264 and aac audio.

For an account named example, with a stream named 'stream1', the line would look like:

ffmpeg -re -i input_stream -c:v libx264 -c:a aac -strict -2 -f flv 'rtmp://example-origin.secdn.net/example-origin/live?user=example_1&pass=$2a$10$rlZ7pPV1DKN63xj0JMfdueyHcaQM0%2f7P2bVAkvvjFi.ZCOfZU%2fYfC/stream1'

Add whatever flags you need to be able to set the bitrate and any other desired parameters If your source stream is already h.264, you can copy the video codec:

-c:v copy

Teradek

Teradeks work perfectly with us, specifically Vidiu and Cube.

The Teradek Vidiu needs a "Stream URL" and a "Stream Name". ScaleEngine provides all of this in our Control Panel. The Stream URL is your "Encoder connection URL", such as:

rtmp://example-origin.secdn.net/example-origin/live?user=name&pass=word

Note that you do not need to use a password at all unless you select to have it on. You will need to restart the Vidiu once you make these changes. It will go live when it reboots.

Aja Helo Plus

Aja Helo encoders are a professional choice for TV stations to stream to ScaleEngine.

The Helo Plus has two encoders, and supports two simultaneous streaming outputs, which can be sent to different destinations.

Extron

To set up your Extron to stream to ScaleEngine, please refer to the manual for your model for how to set up an RTMP push. Make sure your encoding settings are set to h.264 video and AAC audio @ 44.1kHz

The Extron asks for a server url and a stream name/key. The server URL can be found as "Encoder connection URL" on the stream manage page in the control panel, and the stream name is the name at the top of the manage page.

Make sure you leave the username and password fields blank (passwords are encoded in the URL), and the port should be set to 1935. We do support backup origins. Contact us for more information.

If you have an older Extron encoder that cannot do RTMP, we can still suport it by setting up a special RTP ingest point. Please Contact us, and we'll be happy to get you set up.

VidBlasterX

ScaleEngine is fully integrated with VidblasterX (Windows only), which connects to your ScaleEngine account to get stream names and URLs.

In VidblasterX, right click your Streamer module, and open Settings. Enter your control panel Username and Password, and Vidblaster will get the list of available streams.

Get a vidblaster download.

XVC

XVC Encoders are fully compatible as RTMP encoders to ScaleEngine origins.