Encoder settings for Videon

Last updated:
September 3, 2026

Before you start

In Recast for Business, open Stream Inputs and choose + Stream Input. Pick RTMP or SRT — the choice is fixed once the input is created.

Recast then shows the values your encoder needs. Copy them from there rather than retyping them:

  • RTMP STREAM URLSRT STREAM URL
  • STREAM KEYSTREAM ID
  • SRT input shows: PASSPHRASE

Note that an SRT input labels its credential STREAM ID, not Stream Key. It is the same value, under the name SRT uses for it.

Then confirm all three of these, or your stream will be refused:

  1. The stream input exists and you have its credentials
  2. The stream input is attached to a video
  3. That video is not a draft

A new stream input is switched off. Recast switches it on only when it is attached to a live, non-draft video.

Configuration is done through the unit's web interface. Find its address from your network, or from the device's display where fitted.

Settings for Recast

  • Great — Resolution: 1080p · FPS: 30 · Video bitrate: 5000 kbps
  • Good — Resolution: 720p · FPS: 30 · Video bitrate: 3500 kbps
  • Works — Resolution: 480p · FPS: 30 · Video bitrate: 1000 kbps
  • Video codec — H.264 (AVC)
  • Profile — Main
  • Rate control — CBR
  • Keyframe interval — 2 seconds
  • Audio codec — AAC-LC
  • Audio bitrate — 128 kbps
  • Audio sample rate — 48 kHz
  • Audio channels — Stereo

Use no more than 50% of your measured upload bandwidth.

Encode in H.264, not HEVC. Videon units support HEVC and it is tempting on a constrained link, but Mux's live ingest expects H.264. Set it explicitly.

These are set under Encoder Control → Encoders. The keyframe interval appears as GOP Size or Keyframe Interval; at 30 fps use 60, at 25 fps use 50.

SRT setup

  1. Open the web interface and go to Encoder Control → Outputs.
  2. Choose one of the SRT output slots — SRT 1, SRT 2 or SRT 3.
  3. Set Call Mode to Caller. Mux listens; the unit calls.
  4. Fill in:
    • URL / Hostglobal-live.mux.com
    • Port6001
    • Stream ID — Your Recast STREAM ID
    • Passphrase — Your Recast PASSPHRASE
    • Key length / Encryption128-bit (pbkeylen 16)
    • Latency500 ms
  1. Select the encoder you configured as the source for this output.
  2. Apply, then start the output.

Key length must be 128-bit. Mux requires it, and 256-bit fails the handshake with an error that does not point at the cause. This is the most common SRT mistake across all encoders.

Do not put the stream key in the URL field as a query parameter. Videon takes host and port as discrete values and will not parse ?streamid= out of them — that is what the dedicated Stream ID field is for.

European facilities can use eu-west.live.mux.com instead of the global host.

RTMP setup

Which URL? Recast displays rtmp://global-live.mux.com:5222/app as your RTMP STREAM URL, and that works. This guide uses rtmps:// on port 443 instead: it is the same Mux ingest wrapped in TLS, so your stream key is not sent in clear text, and port 443 passes through restrictive venue networks that block port 5222. Use whichever your encoder supports.

  1. Go to Encoder Control → Outputs.
  2. Choose an RTMP output slot.
  3. Fill in:
    • URLrtmps://global-live.mux.com:443/app
    • Stream Name / Key — Your Recast Stream Key
  1. Select the encoder as the source.
  2. Apply, then start the output.

If your firmware will not accept rtmps://, use rtmp://global-live.mux.com:5222/app.

Confirm you're live

  1. Start the output and check its status in the web interface — it should show as connected or streaming.
  2. Open the output's statistics. For SRT you want a stable connection with a low retransmission rate.
  3. Open the video in Recast. Allow 20 to 30 seconds — standard latency means that delay is expected.

Known quirks

Three SRT outputs, one uplink. The unit can run several outputs at once, but they share your connection. The 50% bandwidth headroom rule applies to the total of everything the unit is sending, not to the Recast output alone.

Outputs need a source assigned. An output with no encoder selected will appear configured but send nothing, and the symptom is a stream that connects and then shows no video. Check the source assignment before anything else.

HEVC is not supported by Mux live ingest. Set H.264 explicitly on the encoder feeding this output.

Do not chase low latency. Recast streams run at standard latency (20–30 seconds) by design. Videon hardware can do very low latency point-to-point, but that is not what is happening here.

One protocol per stream input. A Recast stream input is created as either RTMP or SRT and cannot be switched afterwards.

Troubleshooting

Output shows as connected, but Recast shows nothing

Check the stream input is attached to a video and that the video is not a draft. The unit will report a healthy output while Recast rejects it.

Then check the output has an encoder assigned as its source — an unassigned output connects and sends nothing.

Then wait a full 30 seconds before concluding anything.

SRT handshake fails

  1. Key length not 128-bit — Mux requires it
  2. Stream ID empty or wrong — it must be the Recast Stream Key exactly
  3. Stream key placed in the URL field — move it to Stream ID
  4. Passphrase wrong — re-copy it from Recast
  5. Protocol mismatch — an SRT Recast input needs SRT
  6. UDP 6001 blocked — test with the RTMP path

Stream connects then drops

Check the SRT statistics. A rising retransmission rate means the link cannot sustain the bitrate — reduce it, or raise the latency to give SRT more room.

You have 30 minutes to reconnect before Recast treats the stream as ended.

Viewers see stuttering

Compare the encoder's configured bitrate with what the output statistics report actually leaving the unit. A gap between them means the network is the constraint; no gap means look at the source signal instead.

Audio missing or out of sync

Confirm the audio encoder is AAC-LC at 48 kHz stereo, and that the correct embedded audio pair is selected.

Prefer embedded SDI or HDMI audio over a discrete input so audio and video share a clock.

Getting help

Include the model and firmware version, which output slot you used, the protocol, and a screenshot of the output statistics page.

More detail: Recast live ingest reference

Sources

Support Guides

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.