I want to capture audio to stream in with aiortc, installed on ubuntu 22.04, using python.
I tried av.open(format='alsa', file='default') and av.open(format='pulse', file='default'), and got `ValueError: no container format 'alsa'.
So, what can I do to solve it? Thank you
Try this: