Skip to main content

· 5 min read
Florian Limberger

Integrating streams from drones or body-cams into video meetings is a nice-to-have. Since lots of devices of this kind provide their stream via RTMP bridging RTMP to webrtc is the task to solve.

With ghost we provide a go-based webrtc client which connects to an Eyeson meeting as a client and allows to stream in and out of that meeting. This client can be easily combined with a go RTMP server to achieve this.

Cover image

· 4 min read
Stefan Benicke

From now on you can include a connection quality indicator in your custom UI. This will give your users a quick feedback about their current audio / video quality.

Cover image

In its simplest form, you can use it as a traffic-light display for good / ok / bad connection. We also provide some more details and value, like bitrate, jitter, packet loss, and round-trip time.

· 5 min read
Christoph Lipautz

Any Eyeson video conference will stay open as long as at least one participant is present, and shutdown after a short waiting time when the last user has disconnected. In case your user did miss to disconnect or is gone for some other reason, we strongly suggest to use some sort of inactivity detection and auto-shutdown in your client applications. Using the default web UI we already got you covered: Any participant will be shown a dialog if there is no action detected for a long time.

Cover image

· 3 min read
Stefan Benicke

Sending the screen capture is usualy only possible when displayed in the presentation view. This means, that only the presentation can be seen, but not the other participants.

With Screen Cam you can share your screen capture stream in a simple way instead of the camera stream. This way you can share your desktop, your browser or a browser tab (depending on the browser the client is using) as part of a meeting.

Cover image