Using token authorization to view stream in VLC

There is no api. Follow through https://www.wowza.com/docs/how-to-protect-streaming-using-securetoken-in-wowza-streaming-engine

  1. You enable secure token with a selected hash algorithm
  2. Follow the hash generation guide and con at string in proper order and generate a hash using the selected algorithm in any programming language. This happens on your app server.
  3. Make request to wowza in the described format passing in all relevant parameters as shown in examples.
  4. Wowza knows algorithm selected , shared secret and prefix to expect. It will identify the parameters from query and generate hash on its own to verify against the hash you passed in.