feat(stream)!: remove limit on concurrent sessions and allow quitting apps with active sessions (#3325)

This commit is contained in:
Cameron Gutman 2024-10-24 19:11:50 -05:00 committed by GitHub
commit 73d777fa0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 56 additions and 120 deletions

View file

@ -186,32 +186,6 @@ editing the `conf` file in a text editor. Use the examples as reference.
</tr>
</table>
### channels
<table>
<tr>
<td>Description</td>
<td colspan="2">
Sunshine can support multiple clients streaming simultaneously,
at the cost of higher CPU and GPU usage.
@note{All connected clients share control of the same streaming session.}
@warning{Some hardware encoders may have limitations that reduce performance with multiple streams.}
</td>
</tr>
<tr>
<td>Default</td>
<td colspan="2">@code{}
1
@endcode</td>
</tr>
<tr>
<td>Example</td>
<td colspan="2">@code{}
channels = 1
@endcode</td>
</tr>
</table>
### global_prep_cmd
<table>