locked
reading or playing m3u file RRS feed

  • Question

  • User-458598543 posted

    hello,

    i would reading or playing a m3u file as playlist with an html control on aspx - c# page ; could you give me a method !

    thanks for your contribution.

    Wednesday, August 5, 2020 6:13 PM

Answers

  • User-939850651 posted

    Hi Rednuts72,

    i would reading or playing a m3u file as playlist with an html control on aspx - c# page

    M3U is a plain text file that stores multimedia Url. If you want to read the M3U file to get a playlist, you need to extract the Url and perform corresponding operations, as the answer in this case says.

    Or you could try WPF-MediaKit and Vlc.DotNet for playing m3u8 files.

    Best regards,

    Xudong Peng

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Thursday, August 6, 2020 6:09 AM