feat(stream)!: remove limit on concurrent sessions and allow quitting apps with active sessions (#3325)
This commit is contained in:
parent
d2be83fe20
commit
73d777fa0b
11 changed files with 56 additions and 120 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue