Jeff Mony

Results 95 comments of Jeff Mony

https://github.com/JeffMony/MediaLocalProxyLib This project can cache M3U8's video resources.

> @JeffMony I don't think this cache the m3u8 videos, I have tried the above link, but I didn't get the result. I am searching for the same. What is...

> @JeffMony The github link you have provided for m3u8 videos cache( https://github.com/JeffMony/MediaLocalProxyLib ).Any solution I need help with this. Could you describe the problems when you use the library(https://github.com/JeffMony/MediaLocalProxyLib)...

> @JeffMony Actually I need to play video in vertical viewpager and i am using exoplayer to play m3u8 video, but I didn't find any solution to store cache for...

确实存在这样的问题。 视频点播分为两大类,分片文件和非分片文件。 分片文件: 1.如何做边下边播 2.如何实现阻塞式代理 非分片文件: 1.如何实现流量控制 2.如何实现video range控制 3.拖动进度条如何实现。 https://juejin.cn/post/6943261875714916366 可以实现你提出的几个问题。

You can try it ,https://github.com/JeffMony/JeffVideoCache

Maybe you can try it, https://github.com/JeffMony/JeffVideoCache

> 缓存只能从头开始,长视频seek的话,估计问题比较严重、 https://github.com/JeffMony/MediaLocalProxyLib 多次seek,主要的问题在于如何管理这么多的分散缓存片段,维护好这个就可以的;

https://github.com/JeffMony/MediaLocalProxyLib This project can cache M3U8 video resources. You can try it.