RTMP Ingest
A component that listens for RTMP input on the address specified.
Component Configuration
Option | Description | Required |
---|---|---|
id |
A unique identifier for the component instance |
✓ |
displayName |
The name shown in the Studio UI of this component |
✓ |
port |
The port this RTMP input will listen on (default: 1935) |
✗ |
ssl |
Optional: SSL |
✗ |
appName |
Name of the app (default: "norsk") |
✗ |
streamNames |
List of stream names to assign to the accepted streams (default: ["camera1"]) |
✗ |
streamMappings |
Advanced stream mapping for this input |
✗ |
initialState |
The ingest state of this component on start-up (default: "enabled") |
✗ |
notes |
Additional notes about this component |
✗ |