ESP32-audioI2S icon indicating copy to clipboard operation
ESP32-audioI2S copied to clipboard

support esp32s3 dlna render

Open modi12jin opened this issue 3 years ago • 5 comments

@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)

modi12jin avatar May 20 '22 07:05 modi12jin

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 avatar May 20 '22 16:05 schreibfaul1

@schreibfaul1 I don't know if you've seen this

Screenshot_20220521_094529_com android chrome

https://github.com/yellobyte/SoapESP32/issues/3

modi12jin avatar May 21 '22 01:05 modi12jin

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.​

while0l1 avatar Jun 08 '22 16:06 while0l1

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.

schreibfaul1 avatar Jun 09 '22 19:06 schreibfaul1

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.

stale[bot] avatar Aug 13 '22 10:08 stale[bot]

@schreibfaul1 Someone ported the ADF framework to the Arduino platform

【我成功将ESP-ADF移植到了Arduino上,并封装成ArduinoADFSimplify库,ESP32音频开发不再有门槛-哔哩哔哩】 https://b23.tv/h1f7luY

modi12jin avatar Dec 11 '22 06:12 modi12jin

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.

schreibfaul1 avatar Dec 16 '22 20:12 schreibfaul1

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.

stale[bot] avatar Apr 14 '23 00:04 stale[bot]