pschatzmann / Micro-RTSP-Audio

A RTSP audio server intended for the ESP32
37 stars 5 forks source link

Update README.md #7

Open robertoostenveld opened 7 months ago

robertoostenveld commented 7 months ago

fixed small typo and corrected git clone command

robertoostenveld commented 7 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.