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:
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:
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 Talon's web dashboard. Find its address on your network, or from the unit's front panel where fitted.
Use no more than 50% of your measured upload bandwidth.
The keyframe interval is set as GOP Size in the encoder settings. At 30 fps use 60; at 25 fps use 50.
global-live.mux.com6001500 msEncryption must be AES-128. Mux requires a 128-bit key. If the Talon offers AES-192 or AES-256, do not use them — the handshake will fail with an error that gives no indication of the real cause.
European facilities can use eu-west.live.mux.com in place of the global host.
The complete SRT URL Recast is expecting looks like this, for reference — but enter the parts in their own fields rather than pasting the whole string:
srt://global-live.mux.com:6001?streamid=YOUR_STREAM_KEY&passphrase=YOUR_SRT_PASSPHRASE
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.
rtmps://global-live.mux.com:443/appIf your firmware will not accept rtmps://, use rtmp://global-live.mux.com:5222/app.
Talon is a transport-stream encoder at heart. The SRT path wraps your output in MPEG-TS, which is exactly what Mux expects — hence the "TS over SRT" naming. No action needed, but it explains why the setting is not grouped with the RTMP options.
Multiple outputs share one uplink. If the Talon is feeding more than one destination, the 50% bandwidth headroom rule applies to the total.
Do not chase low latency. Recast streams run at standard latency (20–30 seconds) by design.
One protocol per stream input. A Recast stream input is created as either RTMP or SRT and cannot be switched afterwards.
Check the stream input is attached to a video and that the video is not a draft. The Talon will report a healthy stream while Recast rejects it.
Then wait a full 30 seconds before concluding anything.
Check the retransmission statistics. A rising rate means the link cannot carry the bitrate — reduce it, or raise the latency value.
You have 30 minutes to reconnect before Recast treats the stream as ended.
Compare the configured bitrate with what the statistics show actually leaving the unit. A gap indicates a network constraint rather than an encoder problem.
Confirm AAC-LC at 48 kHz stereo, and that the correct embedded audio pair is selected. The Talon will happily encode a silent pair without warning.
Prefer embedded SDI or HDMI audio over a discrete input so both share a clock.
Include the model and firmware version, the output type, the protocol, and a screenshot of the dashboard's stream statistics.
More detail: Recast live ingest reference