mirror of
https://github.com/hkmadao/rtsp2rtmp.git
synced 2025-09-26 19:31:19 +08:00
4 lines
152 B
Plaintext
4 lines
152 B
Plaintext
Dim WinScriptHost
|
|
Set WinScriptHost = CreateObject("WScript.Shell")
|
|
WinScriptHost.Run Chr(34) & "rtsp2rtmp.exe" & Chr(34), 0
|
|
Set WinScriptHost = Nothing |