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

关于缓存的一点疑问 #19

Open
nyz110 opened this issue Jan 3, 2018 · 3 comments
Open

关于缓存的一点疑问 #19

nyz110 opened this issue Jan 3, 2018 · 3 comments

Comments

@nyz110
Copy link

nyz110 commented Jan 3, 2018

  • 就是开始播放后,开始下载缓存,会一直下载到全部缓存结束吗?
  • 可以暂停缓存下载吗?尤其是当网络发生切换时,当从wifi 切换到 移动网络,需要暂停播放,停止缓存,当网络切换到wifi, 继续播放,然后继续缓存
  • 可以自定义每次缓冲大小吗?当播放到当前缓存的时候,再缓冲下一个,想省流量。。。
@mayudong1
Copy link
Contributor

  1. 是的,会一直下载到全部缓存结束
    2,3暂时还没有这个功能

@nyz110
Copy link
Author

nyz110 commented Jan 5, 2018

我看你们的播放器可以设置bufferSizeMax 和 bufferTimeMax ;可以通过这个 来 实现1、2、3 的功能吗?

@mayudong1
Copy link
Contributor

播放器在播放时也会缓存数据,不过这些数据是缓存在内存中的,播放过后就释放了
对于点播来说,可以通过控制bufferSizeMax的属性来控制要不要缓存和缓存多少,当缓存了设置的大小后就停止缓存了,这个值是可以动态修改的

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

2 participants