Skip to content

G-Core/gcore-webrtc-sdk-js

Repository files navigation

Gcore RTC kit

Javascript frontend SDK for building apps based on Gcore RTC platform [https://gcore.com/docs/streaming-platform/api/real-time-video-api-tutorial]

Packages:

Apps

  • apps/embedded-ingest-demo A minimalistic example on the use of the rtckit library to stream from a browser, plain JavaScript
  • apps/ingest-demo A small client-side Vue.js app, featuring WebRTC stream ingestion and playback
  • apps/ingest-demo-nuxt A full-stack Nuxt.js-based example of ingesting WebRTC streams
  • apps/rtckit-node-demo A primer on using the server-side library to initialize a WebRTC stream
  • apps/webrtc-demo A demo app on a WebRTC stream ingestion and consumption. Not tied to the Gcore infrastructure, can be used to test any WebRTC server implementing WHIP and WHEP. Vue.js