Sunshine: Difference between revisions

From wikinotes
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 14: Line 14:
{| class="wikitable"
{| class="wikitable"
|-
|-
| <code>~/.config/sunshine</code> || config
| <code>~/.config/sunshine</code> || config dir
|-
|  <code>~/.config/sunshine/sunshine.conf</code> || config
|-
|-
|}
|}
</blockquote><!-- Locations -->
</blockquote><!-- Locations -->
= URLs =
<blockquote>
{| class="wikitable"
|-
| <code>https://127.0.0.1:47990</code> || web ui (add programs here)
|-
| TCP? <code>https://127.0.0.1:47989</code> || listen for stream-requests
|}
</blockquote><!-- URLs -->


= Install =
= Install =
Line 25: Line 37:
aura -A sunshine
aura -A sunshine
systemctl enable avahi-daemon
systemctl enable avahi-daemon
systemctl --user enable sunshine.service
</syntaxhighlight>
</syntaxhighlight>
</blockquote><!-- Install -->
</blockquote><!-- Install -->
Line 30: Line 43:
= Usage =
= Usage =
<blockquote>
<blockquote>
Configure from web interface, can also be done with files.
</blockquote><!-- Usage -->


</blockquote><!-- Usage -->
= Configuration =
<blockquote>
== Game Launcher Examples ==
<blockquote>
<syntaxhighlight lang="bash">
# proton-ls                    # personal bin to list installed games, ids
steam steam://rungameid/570940  # run dark-souls remastered
</syntaxhighlight>
</blockquote><!-- Game Launcher Examples -->
</blockquote><!-- Configuration -->

Latest revision as of 00:44, 12 September 2022

OSS nvidia shield streaming host.

Documentation

github https://github.com/loki-47-6F-64/sunshine

Locations

~/.config/sunshine config dir
~/.config/sunshine/sunshine.conf config

URLs

https://127.0.0.1:47990 web ui (add programs here)
TCP? https://127.0.0.1:47989 listen for stream-requests

Install

# archlinux
aura -A sunshine
systemctl enable avahi-daemon
systemctl --user enable sunshine.service

Usage

Configure from web interface, can also be done with files.

Configuration

Game Launcher Examples

# proton-ls                     # personal bin to list installed games, ids
steam steam://rungameid/570940  # run dark-souls remastered