Questions tagged [m3u]

a computer file format that stores multimedia playlists

An M3U file is a plain text file that specifies the locations of one or more media files. The file is saved with the "M3U" or "m3u" filename extension.

Each entry carries one specification. The specification can be any one of the following:

  • an absolute local pathname; e.g., C:\My Music\Heavysets.mp3
  • a local pathname relative to the M3U file location; e.g. Heavysets.mp3
  • a URL.

The M3U file can also include comments, prefaced by the "#" character. In extended M3U, "#" also introduces extended M3U directives.

One common use of the M3U file format is creating a single-entry playlist file pointing to a stream 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 Internet radio .

143 questions
-1
votes
1 answer

Javascript display M3U playlist as text

How can I display a M3U playlist from a url like this http://siptv.app/lists/example.m3u into text using javascript? Im using phonegap so cors is not an issue
lanjes
  • 81
  • 1
  • 8
-1
votes
1 answer

How to display a M3U playlist as text in javascript

I have a M3U playlist file and I want to output the whole file as text using javascript. I found an example but it doesnt seem to work and im not sure its right for what I want to do, heres what im using. The m3u playlist is this …
lanjes
  • 81
  • 1
  • 8
-1
votes
1 answer

Icecast 2 ~ use pls or m3u on a listen.mp3 from caster.fm

Today I decided to make a Online Radio Station using a free account on caster.fm. I decided that it wasn't anything to do with them and it was more to do with general Icecast 2. I own a game server and there is a plugin to allow radio streams but in…
-1
votes
1 answer

Live Broacasting Error. creates *.m3u.m3u

Greetings & Salutations one and all I'm new to mixxx been using it for about 4hrs and its a brilliant piece of software so thanks once again for this amazing program. The issues i'm having is that it creates and double m3u.m3u. extension when I'm…
-1
votes
1 answer

Regex multiline javascript M3U list

I have this: #EXTM3U #EXTINF:-1,ABC HD http://AAAAAAAAAAAAAAA/BBBBBBBBBBBBBB/C.ts #EXTINF:-1,DEF HD http://FFFFFFFFFFFFFF/DDDDDDDDDDDDDDDDD/C.ts #EXTINF:-1,GHI HD http://SSSSSSSSSSSSSS/GGGGGGGGGGGGGG/C.ts I need a regual expression in javascript…
Polarix
  • 479
  • 4
  • 11
-1
votes
1 answer

M3u radio streaming in android using eclipse

I am developing an Android radio streaming application. I want to stream music using M#U file. Can you advise how can I achive this? Thank you
user1908850
  • 27
  • 1
  • 2
-2
votes
1 answer

How to get m3u8 url from live streaming link

how can I get direct stream link of live videos and play in VLC player. for example how should I get direct link of this…
Ari Ya
  • 1
  • 1
  • 1
-4
votes
2 answers

m3u parsing with batch script

I would like to parse Artist and title of song from m3u playlist with batch command #EXTM3U #EXTINF:151,TJR - We Wanna Party Into We Want Some Pussy (BB Tribe EDIT) \#Mixit\pjesme\TJR - We Wanna Party Into We Want Some Pussy (BeatBreaker Tribe…
Hotshot
  • 11
  • 1
  • 6
1 2 3
9
10