File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ encoding = auto
23
23
# video-encoders = none
24
24
# video-encoders = all
25
25
# video-encoders = all,-x264
26
- video-encoders = all
26
+ video-encoders = all,no-gstreamer
27
27
28
28
# Used by both the client and server for colourspace conversion:
29
29
# csc-modules = swscale, cython, libyuv
@@ -35,7 +35,7 @@ csc-modules = all
35
35
# video-decoders = vpx
36
36
# video-decoders = none
37
37
# video-decoders = all
38
- video-decoders = all
38
+ video-decoders = all,no-gstreamer
39
39
40
40
# Automatic video downscaling:
41
41
# video-scaling = 0 #same as off
Original file line number Diff line number Diff line change @@ -1277,9 +1277,9 @@ def get_defaults() -> dict[str, Any]:
1277
1277
"remote-xpra" : get_remote_run_xpra_scripts (),
1278
1278
"encodings" : ["all" ],
1279
1279
"proxy-video-encoders" : ["none" ],
1280
- "video-encoders" : ["all" ],
1280
+ "video-encoders" : ["all,no-gstreamer " ],
1281
1281
"csc-modules" : ["all" ],
1282
- "video-decoders" : ["all" ],
1282
+ "video-decoders" : ["all,no-gstreamer " ],
1283
1283
"speaker-codec" : [],
1284
1284
"microphone-codec" : [],
1285
1285
"compressors" : ["all" ],
You can’t perform that action at this time.
0 commit comments