From 03b14d3d0cf80ec185cfc963ad825378a6e69b81 Mon Sep 17 00:00:00 2001 From: John Varghese <126874846+John-Varghese-EH@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:44:27 +0530 Subject: [PATCH] rtsp_server --- ESP32CAM-ONVIF/rtsp_server.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ESP32CAM-ONVIF/rtsp_server.h diff --git a/ESP32CAM-ONVIF/rtsp_server.h b/ESP32CAM-ONVIF/rtsp_server.h new file mode 100644 index 0000000..8c5ff39 --- /dev/null +++ b/ESP32CAM-ONVIF/rtsp_server.h @@ -0,0 +1,4 @@ +#pragma once +void rtsp_server_start(); +void rtsp_server_loop(); +String getRTSPUrl();