Shehriyar Qureshi

Results 19 comments of Shehriyar Qureshi

I think we also need to fix `cargo clippy` to accept `--manifest-path`. Right now the hook already has the `-- -D warnings` appended to the entry command i.e. `cargo clippy`...

I'm getting the same error. These are the versions: **Software Version:** `AppV380E31_V1.1.3.4_20211105` **Firmware Version:** `HwV380E31_WF8_PTZ_WIFI_20201218`

@thalesmaoa I'm not sure if this is exactly the case, but I found out that my camera was sending non-compliant packets at the start of the RTSP stream. Maybe you...

> I added a bunch of comments, but this is a great first pass! Thanks for digging in; it's really nice to get contributions like this. Thanks for taking the...

Should `NalParser` ignore continuous zeros? Currently `benches/client.rs` is failing because it creates a long `0x00` bytes data, which `break_apart_nals` fails to parse because it expects that three consecutive `0x00` are...

> Apologies—I've been quite bogged down. Will look through your comments and updates tomorrow. Wishing you good health. Please take your time to recover.

Hey, can you also try running [my forked repo](https://github.com/thatdevsherry/retina) of retina? I had tried messing around with it to support my v380 camera. If it doesn't work on upstream retina...

@thalesmaoa I see that you're using `rtsp://10.254.1.223:8800`. Can you try using just `rtsp://10.254.1.223` or `rtsp://10.254.1.223:554`, since RTSP usually has port `554` assigned. I have seen `8800` open on my v380...

I have a feeling that your v380 firmware doesn't support ONVIF. Mine didn't either. I had to contact the [v380 team](mailto:[email protected]) with my cam details and they sent me a...