[Bug 288249] x11/cinnamon: fix screen recording function
| Newsgroups | gmane.os.freebsd.devel.gnome |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288249
Bug ID: 288249
Summary: x11/cinnamon: fix screen recording function
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
Created attachment 262181
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=262181&action=edit
port patch
There is a feature in cinnamon to record desktop.
By default it can be activated by Shift+Ctrl+Alt+R.
The red dot in the tray will indicate that recording is in progress.
Once Shift+Ctrl+Alt+R is pressed again the video file will appear by default in
~/Videos.
Screen recording relies on gstreamer's vpx in particular.
If it's missing the error like this appear in ~/.xsession-errors
> ** (cinnamon:71729): WARNING **: 21:12:21.414: CinnamonRecorder: failed to parse pipeline: no element "vp8enc"
So add vpx plugin as a dependency to make it work.
--
You are receiving this mail because:
You are the assignee for the bug.