CelliesProjects / ESP32_VS1053_Stream

A streaming library for Arduino esp32 with a vs1053 mp3/aac/ogg/flac decoder. Plays http, https (insecure mode) and chunked streams and parses the metadata. Also plays ogg and mp3 from sdcard.
MIT License
40 stars 10 forks source link

Can I user ESP32 devkit v1 #37

Open hadi-mansoori opened 1 month ago

hadi-mansoori commented 1 month ago

I use this code for ESP32 DEVKIT V1 but can not played the song with a good quality after some seconds will be disconnected . I must ESP32 S2 or more for live streaming ?

CelliesProjects commented 1 month ago

The ESP32 DEVKIT V1 should work just fine. Which stream is giving you issues?

hadi-mansoori commented 1 month ago

I used ESP32 devkit v1 with this streaming server http://star.jointil.net/proxy/jrn_beat?mp=/stream but after some seconds will be disconnected or you can check this stream http://13.39.128.34:3000/stream but I test with HTML to play the streaming server it plays completely.

CelliesProjects commented 1 month ago

It seems the issue was a header thing. Should play fine now. The second stream is playing but with artifacts. That seems to be a server or transport issue.

Could you test and report if it works for you?

hadi-mansoori commented 1 month ago

Yes I'll let you know after testing .

hadi-mansoori commented 1 month ago

it played good but after some secound shows me this error . my internet is stable . [ 5533][D][ESP32_VS1053_Stream.cpp:727] loop(): startmute is 80 milliseconds streamtitle: Freq & Liquid Soul - Liquid Frequencies [ 42453][E][ESP32_VS1053_Stream.cpp:699] loop(): Stream timeout 900 ms [ 42457][D][HTTPClient.cpp:408] disconnect(): tcp is closed

eof: http://star.jointil.net/proxy/jrn_beat?mp=/stream

CelliesProjects commented 1 month ago

I just ran the stream again with and without the latest commit applied and now it runs fine both ways. The stream is running now for 10 minutes and no issues.

decoder running - starting playback
showstation: Joint Radio Beat
size: 0
codec: MP3
bitrate: 128kbps
streamtitle: 018 Hux Flux - Stack Babbler (Goa Psy 140 C Mix)
streamtitle: Sensifeel - Olympics

EDIT: also my player based on this library plays the stream fine.