forked from external-repos/ESP32-CAM-ONVIF
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();
|