I'm taking about situation when user watched the full video, from begin to the end, after then user push "play again" button, and video must be downloaded again. It's not correctly for server load and for users consumed bandwidth.
how to save video in user cache when i use pseudostreaming? Created May 5, 2009
This thread is solved
Views: 7322 Replies: 3 Last reply Aug 8, 2011
You must login first before you can use this feature
Reply to:
how to save video in user cache when i use pseudostreaming?, from
2union
If you stream, the video is not downloaded, that's partly what streaming is about (plus that you can jump to any point in the video without downloading first).
Can't you offer a non-streaming alternative for full-length viewers?
Can't you offer a non-streaming alternative for full-length viewers?
Hi,
The pseudo-streaming modules 'should' set the caching HTTP response headers (ETag, Last-Modified, etc...). If they do that correctly than the next time you play an already fully played movie it will be played from your browser's cache.
Not all pseudo-streaming implementations add these headers though, so YMMV.
Regards,
The pseudo-streaming modules 'should' set the caching HTTP response headers (ETag, Last-Modified, etc...). If they do that correctly than the next time you play an already fully played movie it will be played from your browser's cache.
Not all pseudo-streaming implementations add these headers though, so YMMV.
Regards,