Tag: WebRTC

"Only a life lived for others is a life worthwhile." – Albert Einstein

Anatomy of Pay-Per-View Application Development

What is Pay-Per-View? Pay-per-view is a video monetization technique widely popular in television and web broadcasts, be it private or public. For private broadcasts, pay-per-view can be a crucial way to capture revenue from their content. Pay-per-view schemes are applicable to both live as well as recorded content. The Pay-Per-View Business Model PPV systems are …

Using PubSub in live streaming applications

The live streaming market is growing exponentially fast and as per informed sources, the global Live Streaming Market is projected to reach USD 534.37 Billion by 2030, growing continually at 29.3% CAGR throughout the forecast period. This means we are going to see tremendous opportunities in this industry for developers and business owners as they …

Get notified when the server’s memory usage crosses a certain threshold

System administration is very crucial in managing servers. most when we have demanding applications running on a server we will want to keep track of the system usage at all times. While system administrators can require a lot of knowledge in setting up things, Reaction Engine & its reaction rules have a lot to offer …

Browser Headers

Capture browser user-agent & other useful information for a WebRTC session in Wowza

Capturing browser information (User-Agent string) is sometimes vital for logging system usage statistics as well as sometimes for security purposes. Along with this, there are many other useful pieces of information provided by browser headers. While other protocols such as RTMP, RTSP can provide limited information about the client, HLS & WebRTC can make use …

client-ip-address

Three Ways of fetching client IP address for a WebRTC session in Wowza Streaming Engine

In the latest Wowza Java API, there are several different ways to pull the remote client’s IP address for a WebRTC session. I have been experimenting with these a little so thought of sharing them. Logging out all three of them side by side shows that they have the same values. RTPSession mostly abstracts everything. …