Roopesh Saravanan

Results 27 issues of Roopesh Saravanan

This will be useful to check whether the unit tests are not breaking if a new PR is raised.

Added workflow to automate release process. #71

Add a workflow action to automate release process.

I am trying to stream from a Dahua DVR. ``` INFO[2025-10-11T23:15:37+05:30] Run stream call=Run channel=0 func=StreamServerRunStreamDo module=core stream=b7ed034b-ef5b-47e4-8564-0223d31c8fa9 ERRO[2025-10-11T23:15:37+05:30] Stream error restart stream dial tcp 192.168.1.108:554: connect: no route to...

My use case is to view the live stream and play back the recordings that are stored on the DVR hard disk. Is this possible with Kerberos? In the README...

I see a login method. Will this work for Dahua DVR too? ``` def login(self): """Dahua RPC login. Reversed from rpcCore.js (login, getAuth & getAuthByType functions). Also referenced: https://gist.github.com/avelardi/1338d9d7be0344ab7f4280618930cd0d """...