API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Video Streaming
Video Streaming
Chosen image
Home/Video Streaming/Real-Time Video/Technical requirements

View technical requirements for users

Call rooms with 1-4 attendees

Desktop
Desktop Specifications Desktop Browser
  • Processor: Intel Core i3-4xxx/i5-3xxxM+
  • RAM Memory: 1GB
  • Operating system: Windows 7SP1+/10 or macOS 10.12+
  • Graphics card: DirectX 10.0+ compatible (512Mb RAM)
  • Network: Out 1+Mbps, In 2.5+Mbps
  • Windows OS: Chrome 70+; Edge 79+; Firefox 70+; Opera 60+.
  • MacOS: Chrome 70+; Safari 12+; Firefox 70+; Opera 60+.
Mobile
Model Mobile Browser
  • iPhone 7+
  • Android 7+
  • IOS: Safari iOS 13+.
  • Android: Chrome 70+; Samsung browser, Huawei browser, Opera.

Call rooms with 5-15 attendees

Desktop
Desktop Specifications Desktop Browser
  • Processor: Intel Core i5-2xxx, i7-2xxx (from 2,7 GHz)
  • RAM Memory: 4Gb RAM
  • Operating system: Windows 8/10, macOS 10.13+
  • Graphics card: DirectX 10.0+ compatible (2Gb RAM)
  • Network: Out 1+Mbps, In 10+Mbps
  • Windows OS: Chrome 70+; Edge 79+; Firefox 70+; Opera 60+.
  • MacOS: Chrome 70+; Safari 12+; Firefox 70+; Opera 60+.
Mobile
Model Mobile Browser
  • iPhone 7+
  • Android 8+
  • IOS: Safari iOS 13+.
  • Android: Chrome 70+; Samsung browser, Huawei browser, Opera.

Operating system and Browser compatibility

Operating system and Browser compatibility

Was this article helpful?

Not a Gcore user yet?

Explore the Streaming Platform by Gcore

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });