-
Notifications
You must be signed in to change notification settings - Fork 83
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
网易云音乐插件优化 #25
Comments
可惜,omxplayer 不支持流式播放mp3。 例如,这样播放是没有声音的: omxplayer http://onmw7y6f4.bkt.clouddn.com/%E6%8E%A5%E5%85%A5%E5%9B%BE%E7%81%B5.mp3 |
加参数-o both试试? |
可以尝试mplayer,支持播放暂停,增减音量,上一曲下一曲,列表播放等操作。因近期开学和军训事宜无法进行编程与调试,所以仅提供思路。 |
找到了这个python-omxplayer-wrapper,加上参数"-o both"确实可以播放流媒体了。可以去修改音乐播放插件了。 |
@jhezjkp 加 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
改播放器为Omxplayer, 原因是
ps:可以做一个本地的播放列表了,音乐也放本地。
The text was updated successfully, but these errors were encountered: