How to approach streaming audio files from a website
Hello everyone. So I wanted to make a project which might hopefully end up in my resume if it turns out to be decent.Basically, I wanted to create something like Mixcloud using ASP.NET Core - basically a website for streaming mixes / music. My plan is to start simple and small and build on it and add functionality as I go.
What seems to be the biggest issue right now is playing the music files. What I had in mind was storing all audio files in a database and retrieving / playing them as needed. I am still pretty much a beginner so that is all I can think of right now. Could anyone give their thoughts on how would you approach or just discuss the pros/cons of my current idea.
I'm assuming that I could use Entity Framework to store files to a DB and pull them from DB as needed. Please let me know your thoughts.
0 comments:
Post a Comment