Skip to content

Commit 1e6a6a4

Browse files
committed
RTSP w/o tasks
1 parent ae2516f commit 1e6a6a4

18 files changed

+602
-612
lines changed

src/AudioTools/Communication/RTSP.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@
1212
#include "AudioTools/CoreAudio/AudioStreams.h"
1313
#include "RTSP/IAudioSource.h"
1414
#include "RTSP/RTSPServer.h"
15+
#include "RTSP/RTSPServerTaskless.h"
1516
#include "RTSP/RTSPAudioSource.h"
1617
#include "RTSP/RTSPFormat.h"
1718
#include "RTSP/RTSPOutput.h"
1819
#include "RTSP/RTSPAudioStreamer.h"
20+
#include "RTSP/RTSPAudioStreamerUsingTask.h"
1921
#include "RTSP/RTSPClient.h"
2022
#ifdef ESP32
2123
#include "RTSP/RTSPPlatformWiFi.h"

src/AudioTools/Communication/RTSP/IAudioSource.h

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
/*
2-
* Author: Thomas Pfitzinger
3-
* github: https://github.com/Tomp0801/Micro-RTSP-Audio
4-
*
5-
* Based on Micro-RTSP library for video streaming by Kevin Hester:
2+
* Author: Phil Schatzmann
63
*
4+
* Based on Micro-RTSP library:
75
* https://github.com/geeksville/Micro-RTSP
6+
* https://github.com/Tomp0801/Micro-RTSP-Audio
87
*
9-
* Copyright 2018 S. Kevin Hester-Chow, [email protected] (MIT License)
108
*/
11-
129
#pragma once
1310

1411
#include "RTSPFormat.h"

src/AudioTools/Communication/RTSP/RTSPAudioSource.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
#pragma once
210

311
#include "AudioTools/CoreAudio/AudioStreams.h"

0 commit comments

Comments
 (0)