-
Notifications
You must be signed in to change notification settings - Fork 133
Recording with audio #413
Comments
@bonigarcia try more recent video recorder image. |
@vania-pooh I though that version of |
@bonigarcia in your example command you have: |
Yes, I though the tag Do you mean that I should use |
@bonigarcia just checked. Should work with 7.1 and recent browser images. Please try with previous Chrome versions like 91.0. So far as we can see Chrome 92.0 have GPU-related issue. Not sure whether this influences sound recording. |
@vania-pooh I have tried with Chrome 91.0, and different setups and recorders (7.1 and latest-release), but I didn't manage to record the sound. I have also tried to use in-memory filesystem (tmpfs) and shared memory, but still, no luck.
I think the problem is not in recorder, since the media info of the recording file shows an audio track (but it seems is basically silence):
On the other side, as explained in my original post, there are errors related to the sound in the browser container (both in Chrome 91 and 92):
|
@vania-pooh Any update regarding fixing it for the next release of chrome? |
@GhaziTriki not yet. Instead of just summoning us to the issue, you could meanwhile do your own investigation. That's open-source. |
@vania-pooh I am not a sys admin expert. Since Aerokube implemented it I thought you would have a better idea about how to bring it back to the product, since having audio working is critical to have in Selenoid. We are planning to do some investigation of course. |
Looks like #646 fixed it for me! |
Let's close then. |
I'm trying to record a browser in Docker container using the Aerokube images when in the browser some audio is being played (e.g., in a YouTube video or a WebRTC application). Is this possible?
The steps I made to try to achieve it are the following:
172.17.0.2
):At the end of this process, I have the recording in the file
myrecording.mp4
, but this media file does not have audio track. Besides, I can see the following errors in the browser container:I don't know the source of the first group of errors (
Failed to connect to the bus: Failed to connect to socket
). Any idea about that?Then, it seems there are some problems related with the audio (
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
).Is there any issue in the browser (or recorder) or perhaps I am doing something wrong? Thanks in advance.
PS: Is this issue somehow related to #403?
The text was updated successfully, but these errors were encountered: