Ejemplo n.º 1
0
    def __init__(self, *args, **kwargs):
        SegmentedStreamWorker.__init__(self, *args, **kwargs)

        self.chunk_ranges = {}
        self.chunk_id = None
        self.chunk_id_max = None
        self.chunks = []
        self.filename_format = ""
        self.module_info_reload_time = 2
        self.process_module_info()
Ejemplo n.º 2
0
    def __init__(self, *args, **kwargs):
        SegmentedStreamWorker.__init__(self, *args, **kwargs)

        self.chunk_ranges = {}
        self.chunk_id = None
        self.chunk_id_max = None
        self.chunks = []
        self.filename_format = ""
        self.module_info_reload_time = 2
        self.process_module_info()
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     SegmentedStreamWorker.__init__(self, *args, **kwargs)
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     SegmentedStreamWorker.__init__(self, *args, **kwargs)