Default Authentication
LLS provides a built-in anti-leech mechanism. It generates an MD5-encrypted token with a 16-character key string on the app, stream, and a 16-character key. The token is valid for 24 hours after the given timestamp.
Steps:

- Go to Apps and select the target app.
- Click the app name to enter the detail page.
- Copy the Anti Leech Key.
- (Optional) Generate the token using the predefined token algorithm. Check Token Mechanism.
- (Optional) Form the complete ingest URL. The RTMP ingest URL is composed of the schema, ingest domain, app, stream name, and query parameters (including the token). Format:
rtmp://{ingest_domain}/{app}/{stream}?token={token}&{custom_parameters}=...
Note: LLS provides a token generation tool to help generate tokens.