danylovolokh/VideoPlayerManager

The video does not play when using the HttpProxyCacheServer

Opened this issue · 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

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