Renamed opi_player as rtsp_ai_player

This commit is contained in:
Tuomas Järvinen
2024-07-14 19:52:45 +02:00
parent 813251b170
commit 8a7d681e5b
40 changed files with 43 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#pragma once
#include <QString>
#ifdef OPI5_BUILD
//QString rtspVideoUrl = "rtsp://192.168.168.11:8554/live.stream";
QString rtspVideoUrl = "rtsp://192.168.0.25:8554/main.264";
#else
QString rtspVideoUrl = "rtsp://localhost:8554/live.stream";
#endif