rtsp_server

This commit is contained in:
John Varghese
2025-06-03 18:44:27 +05:30
committed by GitHub
parent 6280922037
commit 03b14d3d0c

View File

@@ -0,0 +1,4 @@
#pragma once
void rtsp_server_start();
void rtsp_server_loop();
String getRTSPUrl();