Skip to main content
calmchessplayer
Inspiring
January 27, 2010
Answered

reset netStream.time

  • January 27, 2010
  • 1 reply
  • 989 views

how do i reset netStream.time for a streaming .flv that was intiatied on the server side? It just keeps incrementing on me even after the streaming .flv is done playing.

    This topic has been closed for replies.
    Correct answer

    You can't kill it... you can just abandon it. Null any server side references to it, and disconnect subscribers from the client side by nulling the reference. After a while, FMS will garbage collect the stream for you.

    1 reply

    January 27, 2010

    Do you mean a server side stream that you're playing an flv on? In that case, I don't think you can reset it... AFAIK you'll need to abandon that stream and create a new one if you want to restart the clock.

    calmchessplayer
    Inspiring
    January 27, 2010

    whats the best way to shutdown the stream that i want to destroy?

    Correct answer
    January 27, 2010

    You can't kill it... you can just abandon it. Null any server side references to it, and disconnect subscribers from the client side by nulling the reference. After a while, FMS will garbage collect the stream for you.