-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
关于音乐播放结构图的问题 #33
Comments
你好,结构图没有,这是我学习android做的项目,所以结构不太好的,你有什么需求可以问我的
发自网易邮箱大师
在2017年02月13日 11:45,dengzhao7053<[email protected]> 写道:
你好,请问有这个项目的结构图吗,或者流程图什么的。。。,可以让人更快地读懂这个项目
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
谢谢啦 ,我最近在做一个音乐项目,目前遇到的问题就是 快速切歌的时候感觉消耗流量挺多的 ,想限制一下下载的速度,但是播放音乐时是把音乐的url扔给MediaPlayer的,所以感觉无从下手,想请教你一下 |
可以用本地代理啊,用本地代理可以控制从网络inputstream里读取数据,remusic里也集成了个,你可以看看
发自网易邮箱大师
在2017年02月14日 16:43,dengzhao7053<[email protected]> 写道:
谢谢啦 ,我最近在做一个音乐项目,目前遇到的问题就是 快速切歌的时候感觉消耗流量挺多的 ,想限制一下下载的速度,但是播放音乐时是把音乐的url扔给MediaPlayer的,所以感觉无从下手,想请教你一下
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
是MediaPlayerProxy.java这个类吗? |
请问, |
你是指什么缓存,那个本地代理就是用来代理音视频服务的
发自网易邮箱大师
在2017年03月24日 10:56,xxss0903<[email protected]> 写道:
请问,
1、那个本地代理要发送我自己的接口的时候怎么设置呢?用了那个本地代理之后如果是播放歌曲能够,但是当有缓存需要取缓存从本地代理那里的时候发送过去请求头貌似有问题,不能正常播放了就,请问如何设置那里,谢谢!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
你好,请问有这个项目的结构图吗,或者流程图什么的。。。,可以让人更快地读懂这个项目
The text was updated successfully, but these errors were encountered: