play_rtsp.bat备份
2024-2-29 乱云飞
echo off setlocal enabledelayedexpansion :----------------------------------------------------------- if not "%~1"=="" (set "url=%~1"&goto :play) if exist "qie.conf" (for /f "skip=1 tokens=*" %%a in (qie.conf) do (set "url=%%a"&goto :play)) set "url=http://bakevision.tpddns.cn:5555/0.m3u8" :----------------------------------------------------------- :play cd /d %~dp0 nircmd.exe setdisplay 1920 1080 32 start play_rtsp.dll -fullscreen --title=VirtualCamera --no-window-dragging !url! tasklist | find /i "osd.exe" || start C:\ezsoft\lib\osd.exe ping -n 3 127.0.0.1 >NUL taskkill /f /im "play_mp4.dll" endlocal exit本文链接:http://80c.cc/ez/755.html
发表评论: