forked from neutrinolabs/xrdp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further changes to selectable H.264 support
- Fix CI errors - tconfig_load_gfx() removes H.264 from the supported codec list if significant errors are found loading the H.264 configuration - tconfig_load_gfx() always produces a usable config, even if the specified file can't be loaded
- Loading branch information
1 parent
1ac216d
commit 5351511
Showing
5 changed files
with
122 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[codec] | ||
order = [ "H.264", "RFX" ] | ||
|
||
[x264.lan] | ||
[x264.wan] | ||
[x264.broadband_high] | ||
[x264.satellite] | ||
[x264.broadband_low] | ||
[x264.modem] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters