arduino-audio-tools
Loading...
Searching...
No Matches
src
AudioTools
Communication
RTSP
RTSPPlatformEthernet.h
1
/*
2
* Author: Phil Schatzmann
3
*
4
* Based on Micro-RTSP library:
5
* https://github.com/geeksville/Micro-RTSP
6
* https://github.com/Tomp0801/Micro-RTSP-Audio
7
*
8
*/
9
#pragma once
10
#include "Ethernet.h"
11
#include "EthernetUdp.h"
12
#include "RTSPPlatform.h"
13
14
namespace
audio_tools
{
15
26
using
RTSPPlatformEthernet
=
RTSPPlatform<EthernetServer, EthernetClient, EthernetUDP>
;
27
28
}
// namespace audio_tools
audio_tools::RTSPPlatform
Template-based platform abstraction for RTSP networking.
Definition
RTSPPlatform.h:34
audio_tools
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition
AudioCodecsBase.h:10
Generated by
1.9.8