burger
infomaniak
infomaniak
cloud-computing-logo
Cloud Computing
web-domain-logo
Web & Domains
event-marketing-logo
Events & Marketing
  • Our products
    • Collaborative tools icon chevron
    • Web & Domains icon chevron
    • Cloud Computing icon chevron
    • Events & Marketing icon chevron
    • Streaming icon chevron

      ksuiteCollaborative suite

      Discover the collaborative suite → Discover →
    • kSuite Professional email, sovereign cloud and AI for sustainable performance
    • kSuite The suite for secure communication, storage and sharing
    • kdrive
      kDrive Store, collaborate and share your files
    • mail service
      Mail Service Create your email addresses with your domain
    • kChat
      kChat Communicate live with your teams
    • kmeet
      kMeet Organise your meetings online in complete security
    • swisstransfer
      SwissTransfer Send your files up to 50 GB free of charge.
    • kpaste
      kPaste Share and encrypt your sensitive information
    • ksuite
      Custom Brand Control the brand image of your products
    • kChat
      Chk Link reducer & QR code generator
      Find the web hosting solution you need
    • Domain name
      Domain name Reserve your domain name at the best price
    • Site Creator
      Site Creator Create your website with ease
    • web hosting
      Web Hosting Create your website with over 100 CMS
    • web hosting
      Wordpress Hosting Create your WordPress website easily
    • Cloud Server
      Cloud Server Power up your sites with guaranteed resources
    • Node.js Hosting Create a dynamic, interactive site with Node.js
    • SSL Certificat
      SSL certificates Secure your websites with an EV or DV certificate
    • Options
    • Domain privacy
      Domain Privacy Protect your domains’ private data
    • DNS Fast Anycast
      FastAnycast DNS Speed up your site access times
    • Dyn DNS
      DynDNS Access your devices remotely
    • Dyn DNS
      Renewal Warranty Secure your domains against loss and theft
      Find the right Cloud Computing solution

      Cloud services

    • public cloud
      Public Cloud (IaaS) Create your projects in a high-end, ultra-competitive Cloud
    • Cloud Server
      VPS Cloud Create a Windows / Linux server
    • Kubernetes service Deploy your containerised apps on a large scale.
    • VPS Lite
      VPS Lite Create a Windows/Linux server at a low cost
    • Database Service Manage your databases with a managed solution
    • jelastic cloud
      Jelastic Cloud (PaaS) Create your own customised environments
    • Other services

    • llm api
      AI Tools Boost your productivity with our sovereign AI
    • swiss backup
      Swiss Backup Back up your devices in the Cloud
    • nas synology
      NAS Synology Rent a NAS in our secure data centers
    • High availibility
      Very High Availability Create a multi-data center infrastructure with customised SLAs
    • Housing
      Housing Install your servers in our data centers
    • Auth Add a privacy-friendly login method to your apps
      Infomaniak Events, the independent local events portal
      Online ticketing service with a wide choice of concerts, shows and events.
    • online shop
      Ticketing Create your ticketing service and sell tickets
    • kdrive
      Access Control Control access to your events with ease
    • kdrive
      Guest manager Automate your event invitations
    • kdrive
      Newsletter Send your newsletters at competitive prices
    • Streaming radio
      Streaming radio Create and broadcast your own live radio station online
    • streaming video
      Video-Streaming Create and broadcast live events and TV online
    • VOD and AOD
      VOD & AOD service Host and broadcast your recordings without limits
  • Resources
    documentation icon Documentation
    Guides & tutorials
    API documentation
    special offers icon Special offers
    Get started for free
    Student programme
    Become an affiliate
    partner program icon Partner programme
    Find a partner
    Become a partner
    Infomaniak Academy
    support icon Support & contact
    Contact Support
    Premium support - 24/7
    Contact our sales department
    Hiring an expert
    Migrate to Infomaniak
  • About us
    forest
    icon Ecological commitment
    We pollute. But we are taking action to reduce the footprint of our services and infrastructure
    Discover our commitment →
    icon About Infomaniak
    Our vision, our values
    Our teams
    Infomaniak is recruiting
    Press and communication
    Blog and news
    icon Security
    Data confidentiality
    Bug Bounty Programme
  • Get started for free
    Sign in
  • search-icon
    close-icon
      icon

      Would your needs exceed our solutions? To find out, contact us so that we can advise you personally.

      Our flagship products:
  • search-icon
  • Get started for free
    Sign in
Price Price
Knowledge base

1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!

Knowledge base Broadcast a video stream and multiple audio channels

    Broadcast a video stream and multiple audio channels

    This guide explains how to broadcast a live video with multiple audio tracks via the Infomaniak Video Streaming service. It does not cover VOD or an audio streaming service (used only as a complement if you choose approach A below).

     

    Preamble

    • A live Video Streaming stream does not offer selectable multi-audio tracks in a single player.
    • Two possible topologies:
      • Approach A — 1 video stream + 1..N separate audio players (language selection on the page side).
      • Approach B — N Video Streaming streams broadcasting the same image with different audio (one player per language).

     

    Method to obtain a multilingual live stream

     

    Approach A — 1 video player + separate audio players

    • General idea: you send a single live video to Infomaniak and, on your page, you add audio players (one per language). The user mutes the video player's sound and activates the audio player in the desired language.
    • Simple on the sending side: one video stream to send to Infomaniak.
    • Less simple on the page side: the user must juggle between the video player's sound (muted) and the audio player (activated). A slight delay between the image and the audio may exist.

    To do this:

    1. Retrieve the streaming address and key in the Infomaniak Manager (this is the "ingest"). Copy them into your streaming software.
    2. Start your live video from the software: Infomaniak receives the image and publishes a video player (player) that you can integrate on your site.
    3. On your web page, add the audio players (one per language). They are separate from the "Video Streaming" product: you place them right next to the video player.
    4. Provide a small language selection interface (FR/EN/ES buttons...). When the user selects a language, mute the video player and activate the corresponding audio player.
    5. Reduce the delay (if it is important to you): avoid "rewind" options and unnecessary processing that add delay; keep stable settings in your software.

    Ingest is the step of connection : Infomaniak provides you with a receiving address and a key ; you paste them into your streaming software (e.g. OBS or a hardware encoder). When you click on « Start », your video is sent to this address: Infomaniak receives it and can then stream it to viewers; without this address and this key, nothing happens on the platform.

     

    Approach B — multiple video players (one per language)

    • General idea: you create multiple live videos at Infomaniak, all with the same image, but each with a different language. On your page, the user chooses their language and you display the corresponding video player.
    • More fluid for the user: they simply choose a player « in their language ».
    • More demanding for you: multiple lives to create/maintain and more data to send in parallel.

    To do this:

    1. Create a live per language in the Infomaniak Manager. For each live, note the address and the streaming key (the « ingest »).
    2. In your streaming software, duplicate the video output and assign the correct audio track (FR, EN, etc.) to each copy. Send each copy to the address/key of the corresponding live.
    3. Let Infomaniak handle the playback qualities (resolution/quality adapted to the viewer's connection). If you prefer to handle everything yourself, it's possible but more advanced; stay simple if you're a beginner.
    4. Integrate a language selector on your page: when the user chooses « FR », you display the FR live player; if they choose « EN », you display the EN live player, etc.
    5. Check your upload connection: the more languages, the more data you send at the same time. Do a load test before the big day.

    Each language has its own live, therefore its own receiving address and its key ; you must send the same image multiple times (once per language) to Infomaniak: it's always the connection step that allows the platform to receive each version.



    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Display all FAQs for this product
    logo infomaniak
    Prices do not include VAT
    facebook
    twitter
    linkedin
    instagram

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press space Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support Sales contact API REST Report abuse WHOIS Public Cloud status Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes Infomaniak Academy

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    ©2025 Infomaniak - Legal documents - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies
    bcorp-logo
    icann-logo
    swiss
    new-iso
    swiss-hosting
    logo infomaniak
    Prices do not include VAT

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press and media Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support offer Sales contact API REST Report abuse WHOIS Public Cloud status Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes Infomaniak Academy

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    bcorp-logo
    icann-logo
    swiss
    new-iso
    swiss-hosting

    facebook
    twitter
    linkedin
    instagram
    ©2025 Infomaniak
    Contracts - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies

    Managers

    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    Your browser is outdated, security and browsability are no longer guaranteed. We recommend that you update it as soon as possible by clicking here.