Open robertoostenveld opened 8 months ago
FYI, on your page https://www.pschatzmann.ch/home/2022/05/02/arduino-esp32-audio-streaming-with-rtsp/ the example has
#include "AudioLibs/RTSPStream.h"
which I believe should now be
#include "AudioLibs/RTSP.h"
and RTSPSourceAudioStream should be RTSPSourceFromAudioStream.
fixed small typo and corrected
git clone
command