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

Support logical names for soundcards #21

Closed mcshicks closed 3 years ago

mcshicks commented 3 years ago

We see sometimes on reboots the hw ID for sound cards move, i.e. instead of 0,1 it becomes 1,1 and ffmpeg can't open it. We should be able to use logical names like pisound from .env

mcshicks commented 3 years ago

I tested this today and it seems like it pretty much just works already. We just need to update the readme to indicate you can do it that way.

mcshicks commented 3 years ago

updated readme