-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
render video in two views #979
Comments
I'm not sure this is possible for the standard video players. Definitely not something we'll be able to support any time soon. |
First of all the video caching problem should be fixed. How is it going on guys? |
I haven't had a chance to review the caching PR yet, it's a pretty good sized chunk of code. Having some people look it over and test it would help move towards being ready to merge. |
Yes that's the one. |
@cobarx the owner has created a fork. Now testing this to understand how does that work. Just can you please advise how I can see that the caching is done properly? Where can I check the cached data? |
@cobarx @DavitVosk I updated the pull request. You can checkout the example application and enable/disable network (or checkout the files which are persisted on the filesystem). |
I am working on a project that requires a live stream to display in two positions in my app. Is it possible to render a streaming video in more than one view without downloading it twice? Can one video be passed into another instance as it's source?
The text was updated successfully, but these errors were encountered: