This repository shows how to create a self-signed subscriber token for use with Dolby.io Real-time Streaming. See our Self-signed token guide for more information about self-signing tokens.
We can also track bandwidth usage with each of our self-signed tokens. See our Tracking with self-signed tokens guide or the README for more information.
Once created, the token can be used as the bearer token in a request to the Subscribe API
The Master Subscribe Token (MST) can be created and looked up using our REST API.
The examples provided use the Read Subscribe Token
API response to create the Self-Signed Token (SST). These can be found here
For each sample app, we have shown 3 scenarios for creating the SST.
- Creating an SST with no tracking
- Creating an SST using the MST's
TrackingId
- Creating an SST with a custom
TrackingId
All samples have been tested on Ubuntu 22.04.