def __init__(self,singsock,connhandler,readlinecallback,videoHTTPServer): InstanceConnection.__init__(self, singsock, connhandler, readlinecallback) self.bgapp = connhandler self.videoHTTPServer = videoHTTPServer self.urlpath = None self.cstreaminfo = {} self.shutteddown = False
def __init__(self,singsock,connhandler,readlinecallback,videoHTTPServer): InstanceConnection.__init__(self, singsock, connhandler, readlinecallback) self.bgapp = connhandler self.videoHTTPServer = videoHTTPServer self.urlpath = None self.cstreaminfo = {} self.shutteddown = False self.supportedvodevents = [VODEVENT_START,VODEVENT_PAUSE,VODEVENT_RESUME]
def __init__(self, singsock, connhandler, readlinecallback, videoHTTPServer): InstanceConnection.__init__(self, singsock, connhandler, readlinecallback) self.bgapp = connhandler self.videoHTTPServer = videoHTTPServer self.urlpath = None self.cstreaminfo = {} self.shutteddown = False self.supportedvodevents = [ VODEVENT_START, VODEVENT_PAUSE, VODEVENT_RESUME ]