10#include "RTSPSession.h"
11#include "RTSPAudioStreamer.h"
12#include "RTSPServerBase.h"
42template <
typename Platform>
50 void setOnSessionPath(
bool (*cb)(
const char* path,
void* ref),
void* ref =
nullptr) {
55 bool begin(
const char* ssid,
const char* password) {
69 operator bool() {
return this->RTSPServerBase<Platform>::operator bool(); }