This website requires JavaScript.
Explore
Help
Sign In
mirror
/
Sunshine
Watch
1
Star
0
Fork
0
You've already forked Sunshine
mirror of
https://github.com/LizardByte/Sunshine.git
synced
2024-11-18 11:10:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
8a853fc79d
Sunshine
/
src_assets
/
macos
/
assets
/
apps.json
7 lines
74 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial support for MacOS This commit introduces initial support for MacOS as third major host platform. It relies on the VideoToolbox framework for audio and video processing, which enables hardware accelerated processing of the stream on most platforms. Audio capturing requires third party tools as MacOS does not offer the recording of the audio output like the other platforms do. The commit enables most features offered by Sunshine for MacOS with the big exception of gamepad support. The patch sets was tested by a few volunteers, which allowed to remove some of the early bugs. However, several bugs especially regarding corner cases have probably not surfaced yet. Besides instructions how to build from source, the commit also adds a Portfile that allows a more easy installation. After available on the release branch, a pull request for the Portfile in the MacPorts project is planned. Signed-off-by: Anselm Busse <anselm.busse@outlook.com>
2022-02-24 20:09:00 +00:00
{
Update apps.json - reformat `apps.json` files - use `sed` to add required prefixes for flatpak build
2022-10-26 18:53:27 +00:00
"env"
:
{
"PATH"
:
"$(PATH):$(HOME)/.local/bin"
}
,
"apps"
:
[
]
Initial support for MacOS This commit introduces initial support for MacOS as third major host platform. It relies on the VideoToolbox framework for audio and video processing, which enables hardware accelerated processing of the stream on most platforms. Audio capturing requires third party tools as MacOS does not offer the recording of the audio output like the other platforms do. The commit enables most features offered by Sunshine for MacOS with the big exception of gamepad support. The patch sets was tested by a few volunteers, which allowed to remove some of the early bugs. However, several bugs especially regarding corner cases have probably not surfaced yet. Besides instructions how to build from source, the commit also adds a Portfile that allows a more easy installation. After available on the release branch, a pull request for the Portfile in the MacPorts project is planned. Signed-off-by: Anselm Busse <anselm.busse@outlook.com>
2022-02-24 20:09:00 +00:00
}
Reference in New Issue
Copy Permalink