mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 00:39:56 +02:00
back to debian, better firefox support
This commit is contained in:
parent
e4a554830d
commit
56464778f2
13 changed files with 251 additions and 210 deletions
|
@ -30,7 +30,12 @@ import (
|
|||
gstreamer1.0-tools \
|
||||
gstreamer1.0-x \
|
||||
gstreamer1.0-alsa \
|
||||
gstreamer1.0-pulseaudio
|
||||
gstreamer1.0-pulseaudio
|
||||
|
||||
gst-inspect-1.0 --version
|
||||
gst-inspect-1.0 plugin
|
||||
gst-launch-1.0 ximagesrc show-pointer=true use-damage=false ! video/x-raw,framerate=30/1 ! videoconvert ! queue ! vp8enc error-resilient=partitions keyframe-max-dist=10 auto-alt-ref=true cpu-used=5 deadline=1 ! autovideosink
|
||||
gst-launch-1.0 pulsesrc ! audioconvert ! opusenc ! autoaudiosink
|
||||
*/
|
||||
|
||||
// Pipeline is a wrapper for a GStreamer Pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue