selenoid icon indicating copy to clipboard operation
selenoid copied to clipboard

[Question] Can audio be record using Selenoid?

Open kumail-raza opened this issue 3 years ago • 16 comments

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?

kumail-raza avatar Aug 30 '21 20:08 kumail-raza

With chrome 86.0 and 87.0 images you can record audio. Afterward it looks to be broken somewhere.

GhaziTriki avatar Sep 07 '21 12:09 GhaziTriki

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?

lonesomewalker avatar Sep 09 '21 14:09 lonesomewalker

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

symptog avatar Sep 13 '21 21:09 symptog

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

EzrealerQAQ avatar Apr 24 '22 15:04 EzrealerQAQ

Is it because the sound card device cannot be accessed?

zhupengfarmer avatar Apr 11 '23 08:04 zhupengfarmer

@zhupengfarmer currently this feature seems to be broken. Pull requesting fixing it in Selenoid \ images are welcome.

vania-pooh avatar Apr 12 '23 07:04 vania-pooh

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.

github-actions[bot] avatar Jan 21 '24 01:01 github-actions[bot]

I haven't tried this yet but it should work with the latest release: https://github.com/aerokube/images/releases/tag/7.3.3

Juice10 avatar Jan 22 '24 15:01 Juice10

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?

GhaziTriki avatar Jan 22 '24 19:01 GhaziTriki

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.

github-actions[bot] avatar Apr 19 '24 01:04 github-actions[bot]

I tried it today with Moon and it works well

Juice10 avatar Apr 19 '24 15:04 Juice10