wanZzz

Results 3 comments of wanZzz

My solution: ```python class MyClient(MQTTClient): async def reconnect(self, delay=False): if not self._allow_reconnect(): return # stopping auto-reconnects during reconnect procedure is important, better do not touch :( self._temporatily_stop_reconnect() ############# My Solution...

可以的,sdk 肯定比 rtsp 方式要快,但是解码不方便,你这个延迟大的原因有很多:主码流/子码流、tcp/udp 传输、带宽,还有py本身执行效率慢,建议用其他语言试试