No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

DSLink_start.bat 207B

12345
  1. @echo off
  2. IF "%1"=="" (SET "Server=localhost:8080") ELSE (SET "Server=%1")
  3. echo Connecting to %Server%...
  4. RSTP_DSLink\bin\Release\netcoreapp3.1\RSTP_DSLink.exe --name RTSP --broker http://%Server%/conn
  5. pause