-
-
Notifications
You must be signed in to change notification settings - Fork 110
Advanced tips
exelix edited this page May 26, 2020
·
7 revisions
This is especially important for direct RTSP mode.
The SysDVR server supports two modes: TCP and UDP, this usually doesn't matter but I've found different programs will connect using different modes, eg. mpv will always use TCP while obs will try UDP first and then TCP. Depending on your network environment you can find one to perform worse than the other so you'll have to test which one works best for you.
In mpv you can force udp mode by running mpv rtsp://<SwitchIpAddress>:6666/ --rtsp-transport=udp.
The best streaming setups i can think of, from best to worse, are:
- Switch and PC directly connected to each other via lan. For this to work you'd need to host a dhcp server, your own 90dns instance and a server to spoof conntest.
- Switch and PC connected via lan to the same router.
- Switch connected to a near 5GHz router and PC connected via lan.