Skip to main content
December 22, 2010
Answered

keep loadad stream

  • December 22, 2010
  • 1 reply
  • 525 views

hello,

Is it possible to keep loaded stream before close connection? so that server can save bandwidth when user playback without reload stream.

thanks for any suggestion.

    This topic has been closed for replies.
    Correct answer SE_0208

    That would depend upon client's buffer settings. If when you seek back and that time's data is in client's buffer no request would send to server to resend but if its not there in client's buffer - client would request server to send that data.

    Check out below links to get more information:

    Netstream Buffertime - http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html#bufferTime

    Smart Seek - http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-569139412a3743e78e-8000.html

    1 reply

    Participating Frequently
    December 22, 2010

    Your question is not that clear - can you elaborate it clearly of what exactly you are looking for (may be with an example)

    December 22, 2010

    for example, a video i have watched 5 mins, when i press time line at 2:00 to backward, does server send data again or player loads local cache?

    if server will resend data, is there any function or setting to save cache temporary?

    i'm looking for a way to prevent server resend data when user backward a watched section.

    hope i make it clearly.

    thanks.

    SE_0208Correct answer
    Participating Frequently
    December 22, 2010

    That would depend upon client's buffer settings. If when you seek back and that time's data is in client's buffer no request would send to server to resend but if its not there in client's buffer - client would request server to send that data.

    Check out below links to get more information:

    Netstream Buffertime - http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html#bufferTime

    Smart Seek - http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-569139412a3743e78e-8000.html