schreibfaul1 / ESP32-audioI2S

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

小米手机自带的音乐文件怎么发送到DLNA #903

Open 1359450511 opened 1 week ago

1359450511 commented 1 week ago

就是如何进行DLNA播放,就像手机上的视频可以推送到电视机播放一样,手机的音乐怎么通过DLNA推送到ESP32-I2S audio

schreibfaul1 commented 1 week ago

Exactly, if the URL is known, a song can be played from a DLNA server. You can find out the URL with the VLC Player. image Or you can use a library to display the contents of the DLNA https://github.com/yellobyte/SoapESP32

foorschtbar commented 1 week ago

就是如何进行DLNA播放,就像手机上的视频可以推送到电视机播放一样,手机的音乐怎么通过DLNA推送到ESP32-I2S audio

@1359450511 if you open the issue in english, others with the same question would more benefit...

schreibfaul1 commented 1 week ago

This library requires a valid URL. The URL can be found out with the VLC Player, as I have described. To use the full DLNA functionality (title, album genre...) another library like the one from Yellbyte is required.