Skip to main content
October 15, 2010
Answered

how to release camera after stop streaming to FMS

  • October 15, 2010
  • 1 reply
  • 469 views

When stop streaming, i close NetStream, close NetConnection, clear video, and remove any event listoner on camera. After these actions, the camera is still in used. What's the problem?

thanks.

    This topic has been closed for replies.
    Correct answer Petro_O__Bochan

    Hi, you drop connection to the web camera by issuing either vid.attachCamera(null); or vid.attachVideo(null); command.

    1 reply

    Petro_O__Bochan
    Petro_O__BochanCorrect answer
    Inspiring
    October 15, 2010

    Hi, you drop connection to the web camera by issuing either vid.attachCamera(null); or vid.attachVideo(null); command.

    October 18, 2010

    it works

    thanks