-
Notifications
You must be signed in to change notification settings - Fork 133
Video recording with sound #321
Comments
@raduburla I think that's possible but you are the first person requesting this.
|
Hello, any progress on this? I also interested in how to record a video with sound. As I understand it is pretty straight forward to add additional flags for ffmpeg in video-recorder container but I'm not sure how to record get an internal audio channel in docker container. |
@web1991t unfortunately no progress here. If you have resources to experiment - we could provide any reasonable help. |
@aandryashin Thank you very much for the PR. It is pushing Selenoid into an upper level. |
Hi, I’m using Selenoid to record my tests screen which works pretty well. But the video recorded has no audio. I'm running Selenoid in Docker engine v20.10.11 on my mac(macOS 12.0.1) and all the settings are by default. So what else should I check? Any help appreciated, thank you. |
@vania-pooh Thanks for the reply, I tried the old version of chrome image(88.0) and it works! |
Hi,
First, thank you for this great piece of software, works out of the box like a charm.
I have a particular use case where a videoconference should be recorded and I need help figuring out if it's even posible to achieve.
As the title suggests, I need to record the selenoid browser session with sound.
Doing this on a server with no sound card might be tricky.
From my research the following steps should be taken:
enable on the host OS snd-dummy (https://superuser.com/questions/344760/how-to-create-a-dummy-sound-card-device-in-linux-server)
on the browser machine:
- install alsa-utils and define /etc/asound.conf
- install pulseaudio and add user running chrome to audio group (I don't know if this step is really required if my system does not have a sound card)
ffmpeg should be compiled with alsa support and should pick up the sound from the dummy sound card added
From all this I managed to do 1 by creating a custom docker image raduburla/chrome which works well, i think, chrome finds the sound devices and 2, the OS finds the virtual sound card.
With 3 I am unable to modify the image that records video, I might be missing some docker knowledge here.
The videos recorded by selenoid are still without sound.
I am missing something or what I am trying to achieve is not even possible?
Any help appreciated, thank you.
The text was updated successfully, but these errors were encountered: