EastonLiu
EastonLiu
./objs/sb_hls_load -r http://172.20.100.229:80/vod/coship,YF103273.m3u8?fmt=123_2000k_123 [2017-03-06 09:02:51.827][0][trace] params url=http://172.20.100.229:80/vod/coship,YF103273.m3u8?fmt=123_2000k_123, vod=0, threads=1, start=5.00, delay=-1.00, error=3.00, report=30.00, count=0 [2017-03-06 09:02:51.828][0][trace] create thread for task #1 success [2017-03-06 09:02:51.828] [report] [28280] threads:0 alive:0 duration:0 tduration:0...
源码中第445行: def is_enabled(self): """Returns whether the element is enabled.""" elem = self.__get_element(self.k, self.v) return elem.is_selected() 返回错误,返回写成 return elem.is_selected() 应该是 return elem.is_enabled()