#pragma once #include #ifdef OPI5_BUILD QString rtspVideoUrl = "rtsp://192.168.168.91:8554/live.stream"; #else QString rtspVideoUrl = "rtsp://localhost:8554/live.stream"; #endif