I want to develop a web a开发者_开发百科pplication which gets media files from a streaming server and plays it on my website. How can I do this using ASP.NET?
Windows Media Services should be able to help you.
If it is just for hobby then make your music directory as Virtual Directory
in your IIS and then enable permission for Directory Browsing
. When user clicks on any song or playlist then Windows Media Player/Default Player
of your machine should be able to play it automatically.
But if it is for some commercial reason then it would be better to look out for some sophisticated solution.
精彩评论