selenoid
selenoid copied to clipboard
[Question] Can audio be record using Selenoid?
We are looking for a solution where we need to record the automation testing along with the audio.
Using the selenium (chromedriver) we opened our webpage with a video running in it. Now I could record the video but unable the record audio of the video. Is there a possible solution?
With chrome 86.0 and 87.0 images you can record audio. Afterward it looks to be broken somewhere.
Since the Chemnitzer Linuxtage also had several issues with BBB streaming to Janus, but their papers are in german (https://chemnitzer.linux-tage.de/2021/media/programm/folien/140.pdf), i picked the 2 relevant issues from it:
- clock in containers has to be set explicit to the system clock
- kernel UDP buffer overflow when sending keyframes
Does this match?
Since the Chemnitzer Linuxtage also had several issues with BBB streaming to Janus, but their papers are in german (https://chemnitzer.linux-tage.de/2021/media/programm/folien/140.pdf), i picked the 2 relevant issues from it:
- clock in containers has to be set explicit to the system clock
- kernel UDP buffer overflow when sending keyframes
Does this match?
we started pulseaudio in the container. so chrome had a sink and we could grab it via gstreamer. https://gitlab.com/bbb-streaming/bbb-rtp-streamer
With chrome 86.0 and 87.0 images you can record audio. Afterward it looks to be broken somewhere.
which version of video-recorder image could support audio-record ,thankyou @GhaziTriki
Is it because the sound card device cannot be accessed?
@zhupengfarmer currently this feature seems to be broken. Pull requesting fixing it in Selenoid \ images are welcome.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I haven't tried this yet but it should work with the latest release: https://github.com/aerokube/images/releases/tag/7.3.3
I was about to test but the docker 1.44 update fix is not deployed to release https://github.com/aerokube/cm/issues/347.
@vania-pooh Any date to get this update too to main selenoid docker image?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I tried it today with Moon and it works well