ESP32-audioI2S
ESP32-audioI2S copied to clipboard
support esp32s3 dlna render
@schreibfaul1 Hi! Are you planning to support the DLNA media renderer?(Since the S3 doesn't have classic bluetooth, I thought of playing the music from the phone via the DLNA media renderer)
I can't tell yet. The DLNA media protocol would be possible and I believe that is implemented in the Espressif Audio Development Framework.
@schreibfaul1 I don't know if you've seen this

https://github.com/yellobyte/SoapESP32/issues/3
I have implemented a simple but also buggy DLNA render using this library and ESP32SSDP. I have implemented some basic DLNA render functions such as play, pause, set volume, etc., but there is still a lot of work to make it work perfectly. Your can check it out at ESP32-DLNA-Render. Remember, there are still some bugs and I don't have time to fix them right now.
DLNA is a good thing. Unfortunately, the ESP32 DLNA renderer cannot find my media server in the home network. I can see the multicast and also the replies to it, but the media server is ignored. I'll figure out why later, thanks for sharing. Soap32 finds the media server immediately and also displays the directories.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@schreibfaul1 Someone ported the ADF framework to the Arduino platform
【我成功将ESP-ADF移植到了Arduino上,并封装成ArduinoADFSimplify库,ESP32音频开发不再有门槛-哔哩哔哩】 https://b23.tv/h1f7luY
Hello modi12jin, DLNA is complex and I can't integrate the function into the library. You will find a DLNA complete project in the 'Examples' folder. I created this in a hurry, I'm sure there are still many errors in it. But it works for me.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.