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.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
54 Points
206 Posts
reading or playing m3u file
Aug 05, 2020 06:13 PM|Rednuts72|LINK
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.
Contributor
2080 Points
664 Posts
Re: reading or playing m3u file
Aug 06, 2020 06:09 AM|XuDong Peng|LINK
Hi Rednuts72,
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