From 5ab89d61b34b5c8b53ebe85edc91604ad1f1f7ca Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Tue, 20 Apr 2021 04:11:06 -0400 Subject: [PATCH] Update IFRAME.md --- IFRAME.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IFRAME.md b/IFRAME.md index ce8b529..c3bc58d 100644 --- a/IFRAME.md +++ b/IFRAME.md @@ -17,6 +17,9 @@ iframe.allowtransparency = "false"; iframe.src = "https://obs.ninja/?webcam"; ``` +You can also make an OBS.Ninja without Javascript, using just HTML, like +`` + Adding that iframe to the DOM will reveal a simple page accessing for a user to select and share their webcam. For a developer wishing to access a remote guest's stream, this makes the ingestion of that stream into production software like OBS Studios very easy. The level of customization and control opens up opportunities, such as a pay-to-join audience option for a streaming interactive broadcast experience. An example of how this API is used by OBS.Ninja is with its Internet Speedtest, which has two OBS.Ninja IFrames on a single page. One iframe feeds video to the other iframe, and the speed at which it does this is a measure of the system's performance. Detailed stats of the connection are made available to the parent window, which displays the results.