I'm on project to construct an online music site at the final stage of delivery. The MP3 audio files are openly available to download via browser inspector (absolute paths to the audio files). How can I secure them from being downloaded, yet still available to stream in a browser?
Are there any high level encryption policies to stop them from being downloaded?
Technologies used: Angular.JS, Node.JS on Sails.JS.
Please suggest to me some solutions. Thanks in advance.