Show HN: Ampache – Self-hosted personal music and video streaming server
1–10 of 28 posts
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#2This is a pretty great streaming solution but last time I used it didn't deal with as many codecs as Kodi
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#3Changelog - https://github.com/ampache/ampache/blob/master/docs/CHANGELO... This is a pretty great streaming solution but last time I used it didn't deal with as many codecs as Kodi
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#4Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#5Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#6Changelog - https://github.com/ampache/ampache/blob/master/docs/CHANGELO... This is a pretty great streaming solution but last time I used it didn't deal with as many codecs as Kodi
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#7Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#8Where am I supposed to store all the music? S3?
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#9The core server is great at cataloguing my music and streaming it to the browser, but I'm struggling on mobile playback. Any one found a good player?
Re: Show HN: Ampache – Self-hosted personal music and video streaming server
#10Where am I supposed to store all the music? S3?
I'm storing it on a personal server. S3 would be theoretically fine if you mount it as a file system but I'm not sure this would be the cheaper plan.
S3 (music files) -> Ampache server -> client
Because it would be a lot more efficient to have the option of specifying that files should be streamed directly from another host like this: S3 (music files) --->(streaming)>--------\
| \
(read metadata, manage files) `-> client
| /
| /
Ampache server -->(web interface etc.)>---/
I now realize it might be kind of a PITA to implement this because of Ampache's extensive feature set. Still, it would be really cool and an efficient way from a pricing as well as speed point of view. Of course, having a fixed IP and a server in your basement is a also decent solution when it's available to you. (hah, definitely not available to me right now)