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 streamer there is also a streamer that uses a task instead of the timer and a taskless and timer less implementaion.
This increases the flexibility tremendously and even allows to implement a RTSP server on microcontrollers that do not support RTOS.
0 Comments