Skip to content
Advertisement

Convert m3u8 playlist files to XML list [closed]

I was wondering if there is any way to convert an M3U8 playlist to XML using Linux shell or PHP? For example.

M3U8 Playlist file

JavaScript

XML File structure after conversion.

JavaScript

Advertisement

Answer

This is a bit (a lot, actually) of a hack (a few string replacements and splitting), but it should get you there, or close enough (in PHP):

JavaScript

And that should be your expected output.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement