I am currently working on an ip-camera project. Initially we decided to use live 555 as a streaming server, but later on we had a requirement to make the camera ONVIF compliant.
I'm not sure about this, but live 555 is not an ONVIF compliant yet. The only relevant link i could find regarding onvif is this. Our camera is running embedded Linux, so we are looking for ONVIF compliant open source streaming server.
If someone can tell:
1) Live 555 has no ONVIF specific features however it does share the RTSP/RTP standard with ONVIF. So you could certainly create an ONVIF server that incorporates live 555 to handle the streaming at RTSP level but you would have to implement the ONVIF specific parts yourself.
2) Never come across any such open source server.