bderiso / pCleaner-server

Automated Audio Processing
GNU Affero General Public License v3.0
2 stars 0 forks source link

File hosting concern #49

Open bderiso opened 6 years ago

bderiso commented 6 years ago

Need to decide if we’re gonna host the podcasts. Might be something for a later stage once the auto-rss is more robust (could be an extra revenue stream as well).

Can we archive "old" files by offloading them, but retrieve them on-demand?

bderiso commented 6 years ago

roadmap: API tie-ins for soundcloud/dropbox/blubrry

bderiso commented 6 years ago

log-rotate to compress files after a specific "soak" period after an episode is released (30 days for example).

bderiso commented 6 years ago

i'll make a proof-of-concept to logrotate old podcast episodes

bderiso commented 6 years ago

@finalcommand can you do a time comparison for unzipping and serving a compressed .WAV file.

bderiso commented 6 years ago
$ time gzip Podcasts/Accidental\ Tech\ Podcast/291_\ John\'s\ Special\ Day.mp3

real    0m2.673s
user    0m2.589s
sys 0m0.073s

$ time gunzip Podcasts/Accidental\ Tech\ Podcast/29

real    0m0.377s
user    0m0.315s
sys 0m0.056s