theothernt / AerialViews

A screensaver for Android TV devices including Nvidia Shield, Fire TV, and Chromecast with Google TV. Inspired by Apple TV's video screensaver.
GNU General Public License v3.0
415 stars 32 forks source link

Stream Server Over HTTP/HTTPS?? #111

Closed MarshMeadow closed 11 months ago

MarshMeadow commented 11 months ago

It would be nice to stream over HTTP or HTTPS..

theothernt commented 11 months ago

Currently it's not possible to stream from any source over the internet - only from those provided in the app.

I am hoping to add WebDAV support which allow simple file sharing over HTTP/HPPS via local network or the internet.

If you run your own local server, NAS, etc - I would would look into using Samba which works well for some people.

If WedDAV support sounds interesting, I suggest following this feature request thread. I hope to make progress over the next couple of months and will post progress there.