Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1359450511 opened this issue Nov 11, 2024 · 3 comments
Open

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

1359450511 opened this issue Nov 11, 2024 · 3 comments

Comments

@1359450511
Copy link

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

@schreibfaul1
Copy link
Owner

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
Copy link

foorschtbar commented Nov 13, 2024

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

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

@schreibfaul1
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants