I have successfully connected two kinds of Yoosee (Chinese) cameras to Xeoma.
One camera is brand Wuhan Morntrip model YQ8 (indoor, with basic PTZ, sound), the other is brand Techege model JW-IPC-BT522SW (outdoor, fixed, no sound).
Note: Yoosee compatible cameras claim to be compatible with onvif v2.
1. Defining the cameras
The cameras were not auto detected by Xeoma (but maybe due to point 2), so I had to declare them manually.
Main stream and sound are "rtsp://<ip>/onvif"
Preview stream is "rtsp://<ip>/onvif2"
2. Crash of the cameras
After 2 or 3 days of operations the cameras crashed (all ot them, not all at the same time, sometimes restarting, sometimes not). They crashed more or less every two days.
After investigation I saw that my firewall was blocking some UDP flows, from a "random" ports of each camera to a "random" port of the Xeoma server. I suspect that blocking this flow led to memory leaks in the camera software.
Anyway, I have no more crash after allowing this flow (together with rtsp of course).
Good to know.
(Note: I didn't retry the auto-detection with the ports open.)
3. PTZ
I didn't succeed in having Xeoma detecting the PTZ, despite trying the various ports that are documented in the Yoosee FAQ:
· What's the port number for ONVIF?
o ONVIF port: 5000; Device discovery port: 3702
· What's the RTSP URL address?
o rtsp://IPadr:554/onvif1
o Main stream rtsp://IPadr:554/onvif1
o Sub-stream rtsp://IPadr:554/onvif2
Maybe the PTZ of the cameras is not compatible with onvif. I don't know. I can't know.
Any help to progress on this subject is welcome.