arduino-audio-tools
|
HTTP Live Streaming (HLS) More...
Classes | |
class | HLSStreamT< URLStream > |
HTTP Live Streaming using HLS: The resulting .ts data is provided via readBytes() that dynamically reload new Segments. Please note that this reloading adds a considerable delay: So if you want to play back the audio, you should buffer the content in a seaparate task. More... | |
Typedefs | |
using | HLSStreamESP32 = HLSStreamT< URLStreamESP32 > |
HLS Stream implementation using URLStreamESP32 for ESP32-specific HTTP requests. | |
HTTP Live Streaming (HLS)