Wowza Community

how to invalidate a stream key

Once i’ve issued a stream key to a user and that user completes their stream, how do i make wowza ignore that stream key from then on so they are not able to connect and add to that stream?

thanks for help, sorry if it is a newb question, but ive google several queries and not found an answer.

Hi,

How are you generating the stream key and how is it being handled in Wowza? It sounds like functionality that is covered by our SecureToken module, where you can have Wowza authorize playback requests based on a generated hash string. This hash can be based on properties such as the client IP address, and an expiry token (start time/end time).

Michelle