---
title: "Media Format Reference"
slug: "media-format-reference"
updated: 2024-01-24T15:56:39Z
published: 2024-01-24T15:56:39Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Media Format Reference

## Supported Files

|  | **AAC** | **MP3** |
| --- | --- | --- |
| Mimetype | audio/aac | audio/mpeg |
| Chrome | HTML5 | HTML5 |
| Firefox | HTML5 | HTML5 |
| Microsoft Edge | HTML5 | HTML5 |
| Safari | HTML5 | HTML5 |
| iOS | HTML5 | HTML5 |
| Android | - | HTML5 |

> [!NOTE]
> **Note:** variable bitrate (VBR) MP3 files **are not supported**; use constant bitrate (CBR) MP3 files.

## Supported Streaming Protocols

|  | **HTTP (Progressive Download)** | **HLS** |
| --- | --- | --- |
| Chrome | HTML5 | - |
| Firefox | HTML5 | - |
| Microsoft Edge | HTML5 | HTML52 |
| Safari | HTML5 | - |
| iOS | HTML5 | HTML52 |
| Android | HTML5 | HTML53 |

1Windows 8.1+ 2HLS TS (Transport stream) 3HLS ES (Elementary stream)

## HTTPS Support

This SDK can handle HTTPS in HTML5 streams.
