reAudioPlayer / source

[deprecated] reAudioPlayer Apollo - Source
https://reap.ml/
GNU General Public License v3.0
0 stars 0 forks source link

Integrate File Download via Local Network (web client) #1

Open dxstiny opened 3 years ago

dxstiny commented 3 years ago

Youtube Endpoint Websocket/REST returns link to mp3, thus it can be downloaded from anywhere in the local network (mobile as well)

dxstiny commented 3 years ago

Websocket wrapper / rest api returns id; can be used to check progress, will point to download file (api/youtube/download/{id}) might create progress subscription for websocket wrapper

dxstiny commented 3 years ago

https://stackoverflow.com/questions/54385072/how-to-play-audio-as-its-being-received-over-a-network