valkka-live icon indicating copy to clipboard operation
valkka-live copied to clipboard

OpenSource Video Surveillance Program

Results 2 valkka-live issues
Sort by recently updated
recently updated
newest added

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 =...

Please note I'm using google colab, as per instructions in "https://github.com/elsampsa/valkka-core" and can not get past the first statement: ![image](https://github.com/user-attachments/assets/2e54df9a-6ffb-4a3d-a678-7740dc47c230) It is 8 minutes and counting ! (after pressing Enter)...