Skip to main content
Inspiring
July 14, 2008
Answered

Confused about Failed to stop playing

  • July 14, 2008
  • 1 reply
  • 410 views
Has anyone seen the following log message?
x-ctx:(w)2611095
x-comment:Failed to stop playing (stream ID: 2).

From reading the docs it appears to be a warning message for category Stream with the comment Failed to stop playing (stream ID: %1$S). If anyone can shed any light onto this, I would extremely appreciate it.
    This topic has been closed for replies.
    Correct answer Barr4476
    I have figured out the issue. If Netstream.play(false) is called before ever subscribing to a real stream then you get this warning. It can cause issues if you are broadcasting streams. Ask for details.

    1 reply

    Barr4476AuthorCorrect answer
    Inspiring
    August 11, 2008
    I have figured out the issue. If Netstream.play(false) is called before ever subscribing to a real stream then you get this warning. It can cause issues if you are broadcasting streams. Ask for details.