TuneIn Streaming API (Unofficial)
  • API Basics
    • 👋Introduction
    • 🤔Getting Started
  • Endpoints & Streaming
    • 🔗Endpoints
      • 🌐Browse Endpoint
        • 🔭Browsing Categories
        • 🌏Browse Location IDs
        • 🔎Filter Parameter
      • 📃️ Describe Endpoint
        • 📃Response Fields & Meaning
      • 🔍Search Endpoint
        • 📂Outline Attributes & Meaning
        • 🆔Genre IDs & Meaning
      • 🎵Tune Endpoint
    • 🌊Intro to Streaming
      • 📃The .M3U Extension
      • ❓How to Stream
  • Credits, Basis & Helpful Resources
    • ⛑️Credits, Basis & Helpful Resources
Powered by GitBook
On this page
  • Understand what the .M3U extension is.
  • Simple explanation. (Self-written)
Edit on GitHub
  1. Endpoints & Streaming
  2. Intro to Streaming

The .M3U Extension

Learn about and understand the .M3U extension.

PreviousIntro to StreamingNextHow to Stream

Last updated 2 years ago

Understand what the .M3U extension is.

M3U (MP3 URL or in full) is a computer file format for a multimedia . One common use of the M3U file format is creating a single-entry playlist file pointing to a on the Internet. The created file provides easy access to that stream and is often used in downloads from a website, for emailing, and for listening to .

Although originally designed for audio files, such as , it is commonly used to point media players to audio and video sources, including online sources. M3U was originally developed by for use with their software, but numerous media players and software applications now support the format.

Source:

Simple explanation. (Self-written)

So, the .M3U format basically hosts a URL or multiple URLs of an audio stream or of mp3 files. You can extract this URL to play/stream the audio in MP3 format. It is as per Wikipedia, only a standard and does not have any formal specification.

Learn how to stream audio from .M3U files.

🌊
📃
[1]
[2]
Moving Picture Experts Group Audio Layer 3
Uniform Resource Locator
[3]
playlist
stream
Internet radio
MP3
Fraunhofer
Winplay3
[4]
Wikipedia - M3U
de-facto
❓How to Stream