I’m trying to do something complicated and I need some help.
I’m able to record a session (video and audio) with python using xvfb and ffmpeg.
I just want to visit a page using selenium and record the video and audio. It’s working but when I try to run multiple instances, the audio is mixing between records.
How can achieve that? I’m using pulseaudio. I know that with alsa you can set like a interface per instance, but I don’t know how to do it.
Thanks for you support and comments.