We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c185dfe commit 0e1c3a0Copy full SHA for 0e1c3a0
examples/examples-communication/rtsp/communication-codec-rtsp/communication-codec-rtsp.ino
@@ -1,3 +1,13 @@
1
+/**
2
+ * @file communication-codec-rtsp.ino
3
+ * @author Phil Schatzmann
4
+ * @brief Provide Audio via RTSP using a codec. Depends on https://github.com/pschatzmann/Micro-RTSP-Audio
5
+ * @version 0.1
6
+ * @date 2022-05-02
7
+ *
8
+ * @copyright Copyright (c) 2022
9
10
+ */
11
#include "AudioTools.h"
12
#include "AudioLibs/RTSP.h"
13
#include "AudioCodecs/CodecG7xx.h"
0 commit comments