KaraWin

Results 72 comments of KaraWin

Thanks, i will check it

Thanks, What is a power off/on from the software point of view? I can ask the processor to go to sleep, but cannot control lcd, vs1053 etc power. Sure it...

Good try but... https://github.com/espressif/esp-idf/issues/580 ;-)

'' Can you add the ability to read playlists on the network without specifying the port? I have a network storage with music. I make a playlist accessible via the...

m3u8 is more or less a HTTP Live Streaming and is difficult to decode because it basically breaks the stream down into multiple files. Only the first found is played.

Done a while ago. The list of format is char *t0 = strstr(clientPath, ".m3u"); if (t0 == NULL) t0 = strstr(clientPath, ".pls"); if (t0 == NULL) t0 = strstr(clientPath, ".xspf");...

The web page is only a cached view of the esp32 data with some facilities. - If done in the javascript, it is only available on the web page as...

The internal format is a simple json text {"Name":"RTL","URL":"streaming.radio.rtl.fr","File":"/rtl-1-48-192","Port":"80","ovol":"-4"} For historical reason, the path is named File. ovol is the relative offset volume. No php allowed (it must run on...

The PHP run on the server side.

and? Explain what you want to do.