• Skip to Search
  • Skip to Content
  • Skip to Side Navigation
Getting StartedSDK ReferenceGlossary
  • Home
  • Getting Started
  • SDK Reference
  • Portal
  • How-To
  • Troubleshooting
  • FAQs
  • Reference
  • Glossary
How-To Guides
  • API Usage
  • Artificially lower bandwidth or bitrate
  • Set up publishing or subscribing for only audio or only video
  • Set up High Availability
  • Optimal RTMP encoder settings
  • How do I find my stream key?
  • Preventing stream sharing
  • Debug tokens in the Portal
  • Display multiple copies of the same stream
  • Find the video dimension of the stream
  • Measure timing
  • Create test input
  • Verify encoder ability to contribute via UDP
  • Manage issues with installing Phenix SDKs
  • RTSP ingest from IP cameras
  • Work with timestamps in reports
  • How do I deal with corporate firewalls?
  • How do I record streams for VOD playback?
  • How do I set up ad insertion?
  • How do closed captions work in the Phenix system?
  • How do I set up and use SRT Ingest?
  • How do I set up and use RTMP Ingest?
  • How do I set up and use replay?

How do I find my stream key?

There are a number of ways to access the stream key for an existing stream.

All methods require an Application ID and Secret. If you do not have an Application ID and secret, please contact your Phenix representative.

Customer portal

If you have a login for the customer portal at https://phenixrts.com/portal/, log in and go to the Channels or Rooms page. Copy the stream key by clicking on the copy icon next in the Stream Key column (circled in the example shown below).

copy stream key

Admin API

Stream keys are returned in the response message when Channels or Rooms are created.

After a Channel or Room has been created, you can use the Admin APIs to find information about your Channels or Rooms, as documented in the API documentation. The stream key for each Channel or Room will be included in the returned information.

Note: if using CURL, be sure to enclose your applicationId:secret in quotation marks as shown in the example below.

-u "examplecompany.com:Not.a.real.secret007gaH.E-f)z4+9"

  • If you have the Channel ID or Room ID, you can fetch information about that specific Channel or Room. Be sure to URL-encode the Channel or Room ID.

  • If you do not have the Channel ID or Room ID, you can list information about all your Channels or Rooms using List Channels or List Rooms.

Page Content
    Copyright 2023 © Phenix RTS
    Privacy Policy | Terms of Service
    v2023-01-31T21:25:10