Micro-RTSP-Audio icon indicating copy to clipboard operation
Micro-RTSP-Audio copied to clipboard

Update README.md

Open robertoostenveld opened this issue 1 year ago • 1 comments

fixed small typo and corrected git clone command

robertoostenveld avatar Mar 03 '24 12:03 robertoostenveld

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.

robertoostenveld avatar Mar 03 '24 12:03 robertoostenveld