# Multiple audio streams in MP4 not offered in player

**URL:** https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324
**Category:** Support
**Tags:** bitmovin-player
**Created:** [March 7, 2022, 6:06pm UTC](https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324 "2022-03-07T18:06:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![stephen.mcconnachie](https://avatars.discourse-cdn.com/v4/letter/s/d07c76/32.png) [@stephen.mcconnachie](https://community.bitmovin.com/u/stephen.mcconnachie)
#### Post date: [March 7, 2022, 6:06pm UTC](https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324/1 "2022-03-07T18:06:26Z")

</div>

I am just getting started with the Bitmovin player, and have a source MP4 with four audio streams. The Player doesn’t offer the audio streams as a selectable list.

I am assuming this is because the streams don not have the required metadata to be offered by the player, but what is the required metadata?

Should every stream have a title or a language attibute? Or both?

All the best, Stephen

---

<div class="post-metadata">

### Author: ![ludovic.michaud](https://sea1.discourse-cdn.com/flex015/user_avatar/community.bitmovin.com/ludovic.michaud/32/811_2.png) [@ludovic.michaud](https://community.bitmovin.com/u/ludovic.michaud)
#### Post date: [March 7, 2022, 6:33pm UTC](https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324/2 "2022-03-07T18:33:26Z")

</div>

Thanks for your question @stephen.mcconnachie .  
Browsers don’t really surface the secondary tracks from MP4 files, nor allow to select these. There is therefore not really a way to achieve this for Video Players either. This is rather a platform (browser) limitation than a player limitation.

The correct way to deliver multi-audio streams is to encode each audio tracks in separated segments, which allows the player to download segments only from the audio track which has been selected.

You can take a look into our player demo and sample DASH and HLS multi audio streams.

- [https://bitmovin.com/demos/multi-audio-tracks](https://bitmovin.com/demos/multi-audio-tracks)

Please let me know in case you have any additional question.

---

<div class="post-metadata">

### Author: ![stephen.mcconnachie](https://avatars.discourse-cdn.com/v4/letter/s/d07c76/32.png) [@stephen.mcconnachie](https://community.bitmovin.com/u/stephen.mcconnachie)
#### Post date: [March 8, 2022, 5:02am UTC](https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324/3 "2022-03-08T05:02:07Z")

</div>

Thanks! I’ll use that method instead.

---

<div class="post-metadata">

### Author: ![stephen.mcconnachie](https://avatars.discourse-cdn.com/v4/letter/s/d07c76/32.png) [@stephen.mcconnachie](https://community.bitmovin.com/u/stephen.mcconnachie)
#### Post date: [March 8, 2022, 5:13am UTC](https://community.bitmovin.com/t/multiple-audio-streams-in-mp4-not-offered-in-player/324/4 "2022-03-08T05:13:29Z")

</div>

I took a look at the m3u8 at [https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8](https://bitmovin-a.akamaihd.net/content/sintel/hls/playlist.m3u8), very useful thank you
