💻 Environment/Context
- Schedule
- Endpoint
- Server
- Live
- Nimble
- Push
- Key
❓ Issue/Question
- How to share Nimble streaming endpoint details?
👌 Resolution/Answer
- Go to
Live>Streams - Go to
Push Receivers - Find the receiver you'd like to share details for
- Click on the
Copyicon next to the endpoint - For SRT you can paste the endpoint as is.
- The SRT key is everything that is after the equal sign “=”
Server: srt://12.345.678.91:1112?passphrase=cGW4iG9abxZGFjio0epIr59hFIZ39raV
Key: cGW4iG9abxZGFjio0epIr59hFIZ39raV

- For RTMP you'll see it contains the same string of letters duplicated
- Split the string into two pieces:
- Server: rtmp://X.XX.XX.XXX/123456/
- Key: 123456
- Split the string into two pieces:

🔖 Notes
- Some setups might require one long string instead of server / key split (likely SRT).