schreibfaul1 / ESP32-audioI2S

Play mp3 files from SD via I2S
GNU General Public License v3.0
1.05k stars 280 forks source link

OGG station play silence #633

Open mmar22 opened 8 months ago

mmar22 commented 8 months ago

My code now based on your 2.1.0 plays ok aac mp3 , but when i try ogg only silence. What is issue? Try stream.funradio.sk:8000/fun128.ogg.m3u

info PSRAM found, inputBufferSize: 283615 bytes info buffers freed, free Heap: 131104 bytes info Connect to new host: "http://stream.funradio.sk:8000/fun128.ogg.m3u" info Connect to "stream.funradio.sk" on port 8000, extension "/fun128.ogg.m3u" info Connection has been established in 20 ms, free Heap: 128196 bytes info Playlistheader: HTTP/1.0 200 OK info Playlistheader: Content-Length: 46 info Playlistheader: Connection: Keep-Alive info Playlistheader: Content-Type: audio/x-mpegurl info Switch to PLAYLISTDATA info Playlistdata: http://:@stream.funradio.sk:18000/fun128.ogg info Entry in playlist found: stream.funradio.sk:18000/fun128.ogg info buffers freed, free Heap: 113492 bytes info Connect to new host: "http://stream.funradio.sk:18000/fun128.ogg" info Connect to "stream.funradio.sk" on port 18000, extension "/fun128.ogg" info Connection has been established in 28 ms, free Heap: 110892 bytes info HTTP/1.0 200 OK info ContentType application/ogg found info date: Fri, 22 Dec 2023 07:51:37 GMT info ice-audio-info: ice-samplerate=44100;ice-bitrate=128;ice-channels=2 info icy-channels:2 info icy-name: FUN Radio Live info server: Icecast 2.4.0-kh14 info access-control-allow-origin: * info access-control-allow-headers: Origin, Accept, X-Requested-With, Content-Type, Icy-MetaData info access-control-allow-methods: GET, OPTIONS, HEAD info Switch to DATA, metaint is 0 info stream ready info buffer filled in 3 ms

mmar22 commented 8 months ago

Sorry i use esphome fork , with your code ogg plays . One OOT have you any link to 48k radios?