So I want to work on a project for my home server using ASP.NET. My plan it to be able to play music (either stored locally, or from YouTube) on the server, and control it via a web interface built with ASP.NET. Unfortunately, I don't know how I can go about this. I don't even know if I can. I was wondering if any of you wonderful people had any suggestions.
The best solution I could think of is to do something like have another web page for the server to keep open in Firefox or something, but this feels really cheap and hackish. I'm not sure if any of this can be achieved with just ASP.NET, but I have hopes.
If it matters what kind of server I plan to run, right now I just want it to work on my local environment (Win 7). In the future I hope to just run it on Linux (don't know what version) when ASP.NET 5 releases. Feel free to make suggestions based on my needs.
Thanks in advance for your help.