mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #4978] ffplay fails to play anything #2844
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2844
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alkim0 on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4978
Description
Playing any video fails with ffplay under firejail's current profile.
Steps to Reproduce
Install ffmpeg and firejail and play a video file after running firecfg.
Expected behavior
It should play the video.
Actual behavior
Errors out with error code 139
Behavior without a profile
Plays video just fine.
Additional context
Adding:
to
ffplay.localresolves the problem.Environment
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)@rusty-snake commented on GitHub (Feb 25, 2022):
I can not reproduce this (Fedora Linux 35).
@ghost commented on GitHub (Feb 25, 2022):
Same here, ffplay works fine on my Arch Linux box.
I remember seeing something on issues with ffmpeg 5.x and Firefox on the Arch Linux forums. Do you happen to have ffmpeg4.4 installed?
@alkim0 commented on GitHub (Feb 28, 2022):
I do in fact have both ffmpeg4.4 and ffmpeg 2:5.0-4 installed. I would appreciate a link to the Arch Linux forums if you still have it @glitsj16 .
@ghost commented on GitHub (Feb 28, 2022):
Having ffmpeg4.4 installed alongside ffmpeg is the correct 'fix' for firefox video play on Arch Linux. Here are the links I found:
https://bbs.archlinux.org/viewtopic.php?id=274229
https://bugs.archlinux.org/task/73841
@alkim0 commented on GitHub (Feb 28, 2022):
Looking through the forums, I did actually have the issue mentioned in the forums, but restarting firefox actually fixed it for me.
However, since no one can reproduce this issue, it seems to be a configuration-specific problem, so I'll close this issue.
Thanks for the help.