Skip to main content
Participant
April 23, 2006
Question

islive is set to true and mypage is blank

  • April 23, 2006
  • 1 reply
  • 248 views
hi, im streaming video over my server, everything is fine if the islive option is "false", but when i set it to "true", i can see the streaming connection on my FMS2 managment console however the webpage is just blank. no movie is displayed...

why does this happen ? anyone pls help ..

thanks
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    April 23, 2006
    When you set the stream type flag to -1, FMS will only play a live stream with the name specificed in the stream paramter of the play method. If the stream doesn't exist, FMS will create a new stream and wait for someone to start publising on it. If nobody is publishing to the stream, the subscribers don't recieve any video, although they are subscribed to the stream.

    Read the docs on netStream.play. It's all in there.