-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ptz rest api #68
Comments
Yes that would work - although there may be one problem. So in RPOS you would use rposConfig.json to point at the RTSP server inside the camera. So that should work. The only problem could be if the CCTV viewing software is unhappy sending ONVIF commands to one IP address and getting RTSP streams from another. The fix for that is to look at the Live555 project. They have a RTSP proxy. If you get something working please let me know. Would be great to include any improvements into RPOS |
thanks for reply.
i will use this system in local network, so i think it's not problem for me. but thanks for advice.
Could you explain me, i must edit this config format? https://github.com/BreeeZe/rpos/blob/master/services/ptz_service.ts I want deploy project on raspberry and get stream from ip cam. |
You need to edit the file PTZDriver.ts to use your REST API |
Hello. I have cam xiaami dafang with hack (https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks). This cam doesn't work with onvif. But have rtsp stream and ptz control by restapi command (https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks/blob/master/integration/tinycam/custom_vendors.xml). Can i use your project with rtsp stream from this cam and have ptz control using some proxy ptz->restAPI? Can i configure rpos for using ptz/restapi mode?
Thanks
The text was updated successfully, but these errors were encountered: