orcasound / orcanode

Software for live-streaming and recording lossy (AAC) or lossless compressed audio (HLS, DASH, FLAC) via AWS S3 buckets. :star:
GNU Affero General Public License v3.0
34 stars 12 forks source link

Move REGION and BUCKET to .env #16

Closed dylanwishner closed 4 years ago

dylanwishner commented 4 years ago

The REGION and BUCKET variables are hard-coded into the python upload scripts. Moving these to the .env would make development easier in the future. The stream script also looks for the $AUDIO_HW_ID in the .env rather than always using the hardcoded pisound device. I've updated the example .env in the README to reflect these changes.

mcshicks commented 4 years ago

merged after testing with dylan