mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 00:06:35 +00:00
Renamed opi_player as rtsp_ai_player
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user