This is an example of a video player that requires a user to first log into a page before the player is accessed.
Username and Password is both (influxis).
Once the user is logged in the player is loaded.
Next is streaming link requires a token generated link.
The token will expire after 1 minute. In order for the token to valid it must meet several requirements.
1. A password linking the server must match.
2. The publishing servers time must match the hosting servers time.
3.The generated token must match.
Comments