Pimping up RTSP
In my last Arduino AudioTools Release I have integrated a RTSP server and client. The server was using RTOS tasks for the session management und a timer for timing the audio data. I decided to make things more flexible by providing different implementations for the Server and Streamer. Here is the overview of all available classes. I added a taskless server, so that we can use it w/o RTOS. Apart from the timer based standard Read more