开发者

Silverlight3: Play files from a .m3u playlist

开发者 https://www.devze.com 2022-12-09 16:47 出处:网络
开发者_高级运维Hy, does anyone already figured out a way to play .m3u files with Silverlight? I didn\'t find a way to do so, and I don\'t think that it\'s natively supported by SL.

开发者_高级运维Hy,

does anyone already figured out a way to play .m3u files with Silverlight?

I didn't find a way to do so, and I don't think that it's natively supported by SL. Any ideas how to manage the playback?

Thanks for your answers!


A m3u playlist is just a text file, with a very simple format (see Wikipedia for details). So yo can just parse it to retrieve the path to the audio files, then read the files normally.

0

精彩评论

暂无评论...
验证码 换一张
取 消