Metered | Blog

Metered blog

Metered blog

Add Screen Sharing to Website in 5 Easy Steps

Add Screen Sharing to Website in 5 Easy Steps

Jul 07, 2022

In this article I will explain how to embed screen sharing in your website. Adding Screen Sharing and Video chat is very useful to increase engagement, provide customer service, giving demos to prospective customers and many other use cases. Thanks to todays technology, adding screen sharing to your website is

WebRTC Live Video Streaming: Broadcast to thousands of viewers

Jul 05, 2022

In this post we will go through the steps on how you can build a WebRTC Live Streaming solution, through which you can broadcast to thousands to viewers. In this post I will show you how you can: * Build your own WebRTC Live Streaming solution * Using a pre-built WebRTC Live

How to embed video chat in WordPress in 7 easy steps

How to embed video chat in WordPress in 7 easy steps

Jul 03, 2022

Introduction In this article I am going to explain how to add video chat in your WordPress website. WordPress is an awesome CMS and the most famous one in the world. According to WordPress.com 43% of the web runs on WordPress. With a whole host of plugins and customizations

WebRTC to RTMP: How to stream your WebRTC call to RTMP

WebRTC to RTMP: How to stream your WebRTC call to RTMP

Jun 30, 2022

What is WebRTC? WebRTC is a real time video communications protocol. WebRTC allow peer-2-peer communication of audio, video and data right from the browser without requiring any plugins. WebRTC was designed to work in peer-to-peer manner, where the peers communicating with each other directly can share their audio, video and

WebRTC with Python and React: Building a Video Chat Application

WebRTC with Python and React: Building a Video Chat Application

Jun 29, 2022

In this guide we will build a video chat application using python+flask in the back-end and React + WebRTC and Metered Video SDK in front-end to build a video calling application. Our video chat application would allow users to have group video chat, with the ability to share their screen.

How to setup and configure TURN server using coTURN?

How to setup and configure TURN server using coTURN?

Jun 10, 2022

Turn server is required to relay traffic between peers when a direct connection cannot be established between them. WebRTC requires a direct connection between peers, but many times a direct connection cannot be established and a TURN server is required. In this article, we will explain how you can run