Skip to content
English
  • There are no suggestions because the search field is empty.

How Can I Change the Input Language in Deep Live Hub?

Easily Adjust the Language for Your Stream by Modifying the Ingress URL

In Deep Live Hub, the language used for input is specified by a language identifier included in the ingress URL. Follow this step-by-step guide to adjust the input language accordingly:

1. Locate the Ingress URL:

  • Open your live stream workflow settings page.
  • Navigate to the "Overview" tab and then click on "Input."
  • Here, you’ll find the system-generated ingress URLs for your stream. By default, the language identifier is set to "de" for German.

What is a Language Identifier?

The language identifier is a code added to your ingress URL that specifies the language of your stream. For example, "de" is for German, "en" for Englisch, "fr" for French,...
Make sure to use the correct identifier for the languages you want.

2. Modify the Ingress URL:

Change_Input_Language

  • Copy the ingress URL provided by the system.
  • Paste the URL into your stream encoder (e.g., OBS or Wirecast).
  • Change the language identifier (e.g., "de") to the appropriate code for the language you want to use, based on the languages supported by Deep Live Hub.

3. Ingress URL Structure:

  • Here’s how the ingress URLs are structured and where to locate the language identifier:

    • RTMP Ingress URL:
      rtmp://baseURL/endpointname-langID/streamkey
    • WebRTC Ingress URL:
      webrtc://baseURL/endpointname-langID/streamkey

    In both URLs:

    • Base URL: The base URL for the system.
    • Endpoint name: A system-generated name that combines your workflow name with a unique number.
    • langID: The language identifier you need to modify - see languages
    • Streamkey: A unique stream key (UUID) generated by the system.

Example:

If your default RTMP ingress URL is
rtmp://example.com/workflowname-123-de/streamkey
And you want to stream in English, simply replace "de" with "en": rtmp://example.com/workflowname-123-en/streamkey