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

render video in two views #979

Closed
kailenwinfrey opened this issue Mar 29, 2018 · 8 comments
Closed

render video in two views #979

kailenwinfrey opened this issue Mar 29, 2018 · 8 comments

Comments

@kailenwinfrey
Copy link

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?

@djw27
Copy link

djw27 commented May 2, 2018

No, this wouldn't be possible without first downloading the video to the filesystem. Related: #955 & #99

@cobarx
Copy link
Contributor

cobarx commented Jun 3, 2018

I'm not sure this is possible for the standard video players. Definitely not something we'll be able to support any time soon.

@cobarx cobarx closed this as completed Jun 3, 2018
@DavitVosk
Copy link

First of all the video caching problem should be fixed. How is it going on guys?

@cobarx
Copy link
Contributor

cobarx commented Jun 5, 2018

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.

@DavitVosk
Copy link

Hi @cobarx. You are speaking about PR with #955?

@cobarx
Copy link
Contributor

cobarx commented Jun 6, 2018

Yes that's the one.

@DavitVosk
Copy link

DavitVosk commented Jun 6, 2018

@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?

@n1ru4l
Copy link
Contributor

n1ru4l commented Jul 17, 2018

@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).

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

5 participants