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

how to cache an mp4 when using DefaultRendererBuilder #441

Closed
kherink opened this issue May 9, 2015 · 2 comments
Closed

how to cache an mp4 when using DefaultRendererBuilder #441

kherink opened this issue May 9, 2015 · 2 comments
Labels

Comments

@kherink
Copy link

kherink commented May 9, 2015

I'd like to cache the media (eg: http://html5demos.com/assets/dizzy.mp4 from samples) on the disk to avoid multiple downloads.
I think that this would be easy enough if this sample used the SmoothStreamingRendererBuilder or DashRendererBuilder where i could decorate the UriDataSource as a CacheDataSource. However, I am struggling to find a good way of doing something similar when using the DefaultRendererBuilder.
What is the correct way to approach this?

@alim-n
Copy link

alim-n commented May 9, 2015

There's more versatile cache in development (hopefully)

@ojw28
Copy link
Contributor

ojw28 commented May 11, 2015

This is tracked by #420

@ojw28 ojw28 closed this as completed May 11, 2015
@ojw28 ojw28 added the question label May 11, 2015
@google google locked and limited conversation to collaborators Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants