Hijin Kim

Results 1 issues of Hijin Kim

I have modified the code as follows to add RTSP retransmission. valkka-live/valkka/live/chain/multifork.py ```python def make_restream_branch(self): self.livethread2 = LiveThread( name = "live_thread2", verbose = False, rtsp_server = 8554+self.slot ) self.live_in_filter =...