GoodCam devices provide a REST API, RTSP server and they are also able to advertise themselves in a local network environment using mDNS and DNS-SD.
See our API documentation for more information.
It is also possible to access your devices remotely via GoodCam Cloud. See the GoodCam Cloud API documentation for more details.
The examples below demonstrate how to integrate a GoodCam camera into your application. All the examples are based on the API documentation mentioned above.
- Absolute minimum for h264 playback on web
- Absolute minimum for MJPEG playback on web
- More sophisticated web player
- WebRTC player
The links below explain some common pitfalls that you can face when integrating GoodCam APIs into your project.