Azsde

Results 62 comments of Azsde

I wish I had found this earlier, I tinkered with the source code in order to support the nvenc codec, the speed is incredible ! I'm going to compare the...

I made an ugly patch that allow me to do so, i couldn't figure out how your recursive file finding was working, that's why my patch is ugly In helpers.js...

I actually started working on my own version, but this time a C++ /Qt one Github Repo : https://github.com/azsde/qt-h265ize So far nothing interesting, but when I find the time I'll...

@Electric1447 I've looked into ear detection based on your commits, it seems we can only do ear detection when a beacon is sent to us, and it can take a...

Using libcamera would be awesome, I have the exact same usecase.

Hi Michel, Thank you for your answer, I'll install wireshark and try to analyze incoming packets. In the meantime i'm not quite sure how I would "make connection through RTP...

I'll try this out, the thing is that the client I use is Synology's Surveillance Station, I do not have control over how it gets its content from the raspberry...

I do have the same issue regarding the max resolution: v4l2rtspserver can capture up to 1640x922, but fails for 1640x1232

After a quick debugging session, I found out why it is not behaving properly. The removal of the tracks is done by calling: del self.tracks[track_num] This causes the indexes to...