A Stream is an access object: it binds a protocol server, connection role and identity rule. Create it before handing URLs or stream keys to encoders and receivers.
開始前の準備
A running SRT or RTMP server.
The intended role: publisher sends media; receiver consumes it.
A planned stream ID, stream key or allowed host that does not collide with another connection.
設定の説明
運用者に必要なコントロールだけを説明し、内部フィールド名や実装イベントは表示しません。
Identity
Name the connection and choose its server.
- Name
Operator-facing name for the encoder, feed or receiver.
- Active
Allow the connection object to be used after it is saved.
- Protocol
Choose SRT or RTMP to match the owning server and client.
- Streaming server
Select the existing server that accepts this connection.
Access
Grant only the role and identity the client needs.
- Role
Publisher sends a feed; receiver reads a feed.
- Stream ID or stream key
Stable media identifier used by the client connection.
- Allowed host
Optional IP-based restriction for the connecting client.
安全な初回ワークフロー
- 01
Open Streams and choose the same protocol as the target server.
- 02
Select the running server and choose Publisher or Receiver.
- 03
Set the stream identity or permitted host required by the server access policy.
- 04
Save and start the Stream.
- 05
Use the generated connection details in one real encoder or receiver and verify media.
ワークフロー例
Give a remote encoder publisher-only access
An external operator should send one feed but must not receive other feeds.
Create a receiver for a monitored output
A decoder or confidence monitor should read one named stream.
構築手順
- 1
Create a Receiver Stream on the server that owns the live feed.
- 2
Use the expected stream identity and optional receiver host restriction.
- 3
Connect the decoder with the generated receiver details.
- 4
Confirm playback and server-side connection state.
結果を確認
- The intended publisher or receiver connects with its assigned role.
- An incorrect stream identity is rejected when explicit access is enabled.
- The owning server and live statistics show the expected connection.
トラブルシューティング
A valid client is rejected
確認項目- Compare protocol and selected server.
- Check role, stream identity and host restriction exactly.
Correct the single mismatched access value; do not enable allow-all as a diagnostic shortcut.