Description of problem: Join a jitsi conference room. You can join, and you get notification sounds when someone joins or leaves the room, but you cannot hear they say. Version-Release number of selected component (if applicable): seems to be faulty since update to 73 How reproducible: 100% Steps to Reproduce: 1. open https://meet.jit.si/somenameofyourchoice 2. join that same URL using another device (android app, browser on another machine, ...) 3. using the other device, say something in the room → no audio in chrome, same the other way. You do hear the join/part sounds however, and going to the settings and playing the test audio also works. A quick look at the changes/specfile revealed that there are new patches that change media support stuff, and looking at one of them I spotted some inconsistencies/errors in those patches (but those might be unrelated) - nothing is printed on terminal or webdeveloper console. https://svnweb.mageia.org/packages/cauldron/chromium-browser-stable/current/SOURCES/chromium-40-sorenson-spark.patch?revision=1380713&view=markup is the patch where I noticed some mistakes: 171 + case kCodecMSMPEG4V2: 172 + return "msmpeg4v2"; 173 + case kCodecMSMPEG4V3: 174 + return "msmpeg4v2"; note that both return v2, while the latter should be v3 and similarily 196 + if (codec_id == "msmpeg4v2") 197 + return kCodecMSMPEG4V2; 198 + if (codec_id == "msmpeg4v2") 199 + return kCodecMSMPEG4V3; codec_id is compared against v2 twice, so the V3 is assigned on error for v2 variant and v3 gets the default result (unsupported) Those just stood out to me, but I didn't look any further, also not in the other patches, so this might be a total red-herring regarding this bug, but of course should be fixed nevertheless :-)
Assigning to our registered chromium-browser-stable maintainer.
Assignee: bugsquad => cjwCC: (none) => marja11
Going to chrome://media-internals/ in a separate tab while the non-working audio is supposed to be playing should give some more information.
media internals doesn't give any noteworthy information. I see suspended entries for the various notification sounds, and active one for apparently a stream. Only interesting thing is that it uses mono output for notification and test sounds and a stereo one for other audio. But further testing showed that while mute and camera status and raised hand all get communicated both ways, video or screen sharing also doesn't work anymore. I see local video, and also local volume meter, but nothing ends up on the other end. Also turning on video on another machine doesn't show up in chromium (I used the android app to join as another participant for testing). Not sure whether asking me for looking at media-internals did imply that it works fine for you or whether you didn't test yet yourself.. (no registration needed for meet.jit.si, everyone can create a room and join without restriction)
Closing as old as this patch is no longer used and we are already 4 years later...
Status: NEW => RESOLVEDResolution: (none) => OLD