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