You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

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

2union

Posts: 4

Registered:
Feb 13, 2009

how to save video in user cache when i use pseudostreaming?

Posted: May 5, 2009

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.

Christian Ebert
Flowplayer support

Posts: 2803

Registered:
May 27, 2008

» how to save video in user cache when i use pseudostreaming?

Posted: May 5, 2009

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?

arjen

Posts: 21

Registered:
Feb 4, 2009

» » how to save video in user cache when i use pseudostreaming?

Posted: May 6, 2009

Reply to: » how to save video in user cache when i use pseudostreaming?, from blacktrash
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,