mirror of
https://github.com/John-Varghese-EH/ESP32-CAM-ONVIF.git
synced 2025-11-11 16:26:22 +00:00
7 lines
107 B
C
7 lines
107 B
C
#pragma once
|
|
#include <Arduino.h>
|
|
|
|
void rtsp_server_start();
|
|
void rtsp_server_loop();
|
|
String getRTSPUrl();
|