You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: