Files
ESP32-CAM-ONVIF/ESP32CAM-ONVIF/rtsp_server.h
John Varghese 03b14d3d0c rtsp_server
2025-06-03 18:44:27 +05:30

5 lines
85 B
C

#pragma once
void rtsp_server_start();
void rtsp_server_loop();
String getRTSPUrl();