mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-16 02:38:02 +00:00
5 lines
85 B
C
5 lines
85 B
C
#pragma once
|
|
void rtsp_server_start();
|
|
void rtsp_server_loop();
|
|
String getRTSPUrl();
|