NathanWalker / ngTunes

:musical_note: The Community Angular 2 Music Player. :musical_note:
http://www.angulartunes.com
48 stars 11 forks source link

the songs being played are streamed or the url of the whole song file is used? #10

Open riteshbathwal opened 7 years ago

riteshbathwal commented 7 years ago

I would like to know that the songs being played are streamed or the url of the whole song file is used? If the url of the whole song file is used then there is possibility to download the file. This will not be good for security reasons as In my app I dont want to let users download the file. Playing audio directly through the sound cloud server by streaming it might prevents this. I would like to know that this app does that?

Another thing I would like to know that can you update this project with the latest version of angular i.e. the angular4 ?