VideoPlayerManager icon indicating copy to clipboard operation
VideoPlayerManager copied to clipboard

The video does not play when using the HttpProxyCacheServer

Open johnernest02 opened this issue 7 years ago • 1 comments

I'm trying to use this library along with this one: https://github.com/danikula/AndroidVideoCache

This is so that the video does not get downloaded multiple times and ensure faster user experience. But the video does not load when I use it. Here is how I am using it in the List Item's playNewVideo method

videoPlayerManager.playNewVideo(currentItemMetaData, player, mProxy.getProxyUrl(getFileUrl(), mProxy.isCached(getFileUrl())));

where mProxy is an instance of the HttpProxyCacheServer

johnernest02 avatar Mar 13 '17 09:03 johnernest02

I have this problem too. @dev-JE02 did you find any solution to this problem?

babak-badnava avatar Jul 24 '18 13:07 babak-badnava