You are not logged in.
Hi, today audio in my firefox stopped working. I get these errors in terminal when I play a video in youtube.
Sandbox: seccomp sandbox violation: pid 12756, tid 15165, syscall 16, args 44 2147767296 139979683517816 0 0 0.
Sandbox: seccomp sandbox violation: pid 12756, tid 15165, syscall 16, args 44 2147767296 139979683517832 0 0 0.
[Child 12756, MediaPlayback #1] WARNING: 7f4f852f1c40 OpenCubeb() failed to init cubeb: file /build/firefox/src/mozilla-unified/dom/media/AudioStream.cpp, line 387
[Child 12756, MediaPlayback #3] WARNING: Decoder=7f4f901b8c00 [OnMediaSinkAudioError]: file /build/firefox/src/mozilla-unified/dom/media/MediaDecoderStateMachine.cpp, line 3642It is same when I try to play a song in bandcamp or soundcloud. However audio is working in flash content. Also audio is working in other applications.
I am not sure what to do. I will appreciate any help.
Thank you.
Offline
I have the exact same issue. Doesn't work if I simply play a .mp4 either and no icon is displayed in the tab. Looking at https://wiki.mozilla.org/Security/Sandbox/Seccomp the workaround to export MOZ_DISABLE_GMP_SANDBOX=1 doesn't work
Last edited by Spider.007 (2018-01-26 14:28:23)
Offline
I guess that none of you are using PulseAudio. There is a bug that will be fixed in the next release, but a patch is available:
https://bugzilla.mozilla.org/show_bug.cgi?id=1430274
Offline
I guess that none of you are using PulseAudio. There is a bug that will be fixed in the next release, but a patch is available:
https://bugzilla.mozilla.org/show_bug.cgi?id=1430274
Thanks, that's probably it. I do indeed not use PulseAudio because it installs usr/bin/pacmd which breaks my pacm<tab> autocomplete to use pacman ![]()
Offline
... because it installs usr/bin/pacmd which breaks my pacm<tab> autocomplete to use pacman
O_o
This must be the oddest reason I've ever seen to not install PulseAudio, as well as it sounds like a non-problem.
In case of bash, you could set show-all-if-ambiguous in ~/.inputrc. In Zsh I can't even see how it would break completion, and I'm sure other shells have means to deal with any such problem as well.
Offline
How about just aliasing pacm to pacman? You don't even have to hit <TAB> then ![]()
Offline
I do indeed not use PulseAudio because it installs usr/bin/pacmd which breaks my pacm<tab> autocomplete to use pacman
I like your thinking.
Offline