Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/hardware/vr/meta/quest-pro/steamlink.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Admonition from '@theme/Admonition';
import {TroubleShootTable} from '@site/src/components/Utils.tsx'
import ReactPlayer from 'react-player'

# SteamLink

Expand Down Expand Up @@ -45,6 +46,13 @@ Changing either the input or output port to 9015 **WILL CAUSE PROBLEMS AND NOTHI
Those VRCFT port settings are for communication with *VRChat*, **not** SteamLink.
:::

### Setup Video

If following videos if more your style, you can follow through this video tutorial made by a VRCFT community member:

<div class="row" style={{display: 'flex', justifyContent:'center', alignItems:'center'}}>
<ReactPlayer controls url='https://www.youtube.com/watch?v=qS15HGgNcEs'/>
</div>

## Troubleshooting

Expand Down
10 changes: 10 additions & 0 deletions docs/hardware/vr/meta/quest-pro/virtual-desktop.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Admonition from '@theme/Admonition';
import {TroubleShootTable} from '@site/src/components/Utils.tsx'
import ReactPlayer from 'react-player'

# Virtual Desktop

Expand Down Expand Up @@ -29,6 +30,15 @@ Please refer to Virtual Desktop's built-in setup instructions to get started wit
To let the Virtual Desktop VRCFT module properly initialize, make sure to start VRCFT with the Virtual Desktop module installed *after* you start the Virtual Desktop Streamer program on the PC.
:::

### Setup Video

If following videos if more your style, you can follow through this video tutorial made by a VRCFT community member:

<div class="row" style={{display: 'flex', justifyContent:'center', alignItems:'center'}}>
<ReactPlayer controls url='https://www.youtube.com/watch?v=ZnSkpbghtGY'/>
</div>


## Tips and Tricks

<details>
Expand Down