You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,12 @@ When flashed to an M5Stack with the Node base you can see some information on th
16
16
17
17
### Limitations
18
18
19
-
eStreamPlayer is written for playback over http.
19
+
- The audioI2S library uses a lot of RAM. eStreamPlayer will only function properly on a board with PSRAM.
20
20
21
-
The esp32 does not speak NFS or SMB which are common ways to share files over a network.
21
+
- eStreamPlayer is written for playback over http. The esp32 does not speak NFS or SMB which are common ways to share files over a network.
22
22
<br>Instead eStreamPlayer uses a php script on the server to navigate the music folders.
23
23
<br>Copy this script to the server to use your music library.
24
-
25
-
#### This is totally insecure and should only be used on a LAN!
24
+
<br>**This is totally insecure and should only be used on a LAN!**
26
25
27
26
But if you don't have a local music server you can still use eStreamPlayer to tune in to web radio stations and add your own radio stations to presets and favorites.
0 commit comments