💻 Environment/Context
- Schedule
- Endpoint
- Server
- Live
- Nimble
- Push
- Key
In order for you to view the receivers, the Live > Can view page and Can manage receiver permissions should be enabled on your account.
If you're unable to follow any of the steps below, kindly reach out to your admin or refer to the Account Type Permissions Overview article for more information.
❓ Issue/Question
- How to share Nimble streaming endpoint details?
- How can I check my receiver endpoint details?
👌 Resolution/Answer
- Navigate to
Live>Streams - Select
Push Receivers - Find the receiver you'd like the 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).