Skip to main content

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:

  1. Go to Apps and select the target app.
  2. Click the app name to enter the detail page.
  3. Copy the Anti Leech Key.
  4. (Optional) Generate the token using the predefined token algorithm. Check Token Mechanism.
  5. (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.