Skip to main content
January 29, 2009
Question

Sending error message: Method not found (getStreamLength).

  • January 29, 2009
  • 1 reply
  • 2815 views
Hi, when someone connects to my stream, in the applications tab under LIVE LOG, i have :
Accepted Connection from : IPHERE
Then i get Sending error message: Method not found (getStreamLength).

It does not effect the user, but i would like to know what i need to do to fix that.

Thanks!
    This topic has been closed for replies.

    1 reply

    January 30, 2009
    The reason is that the client is invoking a function getStreamLength which is not present in the LIVE app that it is connected to.

    FLVPlayback component based client invoke this function while requesting VOD stream but NOT while requesting Live stream.
    Inspiring
    December 27, 2010

    Can we add some dummy override inline function in the live app directory so that we catch that function manually and return some arbitary default value.

    Participating Frequently
    January 3, 2011

    Yes you should be able to do that - but then its not needed for LIVE case, it would be mainly useful for DVR or VOD cases. Now even if you write inline function and return some dummy value - it might confused FLVPlayback component and you might get some odd results in client UI as it might try to resize the seek bar or something - so i would suggest if its live case - no need to resolve it as it is harmless issue.