From 6f8683ba9d6daaf2ba1725cbb8d5a2f33da6bcba Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Wed, 27 Nov 2019 06:51:20 +0100 Subject: [PATCH] WIP: Lots of streaming stuff --- data/index.html | 41 ++++++- include/data_sources.h | 13 +-- include/http_client_wrapper.h | 37 ++++++ include/playlist.h | 19 ++- platformio.ini | 3 +- src/data_sources.cpp | 56 ++------- src/http_client_wrapper.cpp | 210 ++++++++++++++++++++++++++++++++++ src/http_server.cpp | 1 + src/main.cpp | 49 ++++++-- src/player.cpp | 3 +- src/playlist.cpp | 197 +++++++++++++++++++++++++++++-- 11 files changed, 551 insertions(+), 78 deletions(-) create mode 100644 include/http_client_wrapper.h create mode 100644 src/http_client_wrapper.cpp diff --git a/data/index.html b/data/index.html index e4c0029..56d94fc 100644 --- a/data/index.html +++ b/data/index.html @@ -93,6 +93,20 @@ × + +
Open URL
+
+
+ + + +
+ +
+ + +
+