keshavdv / unifi-cam-proxy

Enable non-Ubiquiti cameras to work with Unifi NVR
MIT License
1.65k stars 230 forks source link

I've got Reolink standalone cameras working. Live views in mobile apps and web ui, and recording. #128

Closed GhostlyCrowd closed 2 years ago

GhostlyCrowd commented 2 years ago

ive got reolink standalone cameras working with recording, live view in web ui and android app. I put in a pr, i need a bit of help to polish it so its not hardcoded for the ffmpeg arguments gonna be a lot of happy people, i got the snapshot url working and i "think" motion detection.

Any input on the pr is very welcome

republicandaddy commented 2 years ago

what does your configuration look like to get it to work? I've yet to get my reolinks to do anything but snapshot images

GhostlyCrowd commented 2 years ago

what does your configuration look like to get it to work? I've yet to get my reolinks to do anything but snapshot images

Ive put in a PR for what ive done so far, its still not 100% ready because i have to manually edit the default ffmpeg args in code to get it to work as i cannot pass ```--ffmpeg-args```` to it with out it erroring.

You can check out the pr but it wont work 100% unless you also manually edit the default ffmpeg args. i did not include those in the PR as this is an unideal way to do it and didnt want to make the PR sloppy for merging and fixing before merge.

republicandaddy commented 2 years ago

Ok, then I'll wait till the official version is out and ready.

GhostlyCrowd commented 2 years ago

Ok, then I'll wait till the official version is out and ready.

you're welcome to clone my pull request and try it. the --ffmpeg-args require you to put an = in the argument so follow the example in the readme in the pr.