-
Notifications
You must be signed in to change notification settings - Fork 96
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
无声音输出,树莓派3B #13
Comments
哥们我也遇到同样问题了,看情况应该是最近这样子,早几个月前我用来听歌是ok的,现在也是没声音,是不是网易那边api变了还是啥的,有没有大神帮忙look look |
同样问题 |
同上,网页版没问题 |
现在有人解决这个问题了吗 |
啊我也是这个问题。。。 |
没解决,仍然存在中... ... |
同样遇到问题,头大!!! |
我大概知道怎么回事了 subprocess.Popen(["pkill", "mplayer"]) subprocess.Popen(["mplayer", "-slave", "-quiet", "http://blog.lxx1.com/wp-content/uploads/2016/07/shero.mp3"], shell=False, stdout=open("/dev/null","w")) 目前我把 1 、2条落实了,但是因为网易音乐地址不存在文件,所以无法播放,但是我写死一个真实存在的MP3地址"http://blog.lxx1.com/wp-content/uploads/2016/07/shero.mp3" 在代码里, 可以用微信成功播放音乐,哎, 网易云音乐的地址想办法弄弄吧 |
我在网易云音乐收藏的音乐网页明明可以播放,但是获取到的地址 404 不存在MP3文件 Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404: Not Found do_connect: could not connect to socket Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404: Not Found Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404:Not Found Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404: Not Found Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404: Not Found Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404:Not Found Couldn't resolve name for AF_INET6: m2.music.126.net Server returned 404: Not Found 我把上面的音乐链接的地址在百度上搜了一下,搜到一个一模一样的, 我在这个网站上搜了一下,外链地址都是404. 17岁 | 于小彤 | http://m2.music.126.net/fnlSRpPyfaywMNqSXzs09g==/5809819441171643.mp3 |
运行OK,
QR code有缺失,不过可以使用生成的实际图片文件,来登陆
网易云用户名登陆OK,
列表获取OK,
歌曲选择OK,
播放,显示正在播放,但是无声音输出。从log上看不出什么异常。
OMXplayer,是可以正常播放本地的MP3歌曲的,验证无问题。
不知道为什么这个微信选择歌曲无法播放了。
The text was updated successfully, but these errors were encountered: