rtc-io / rtc

Build WebRTC conferencing applications with easy using rtc.io. This package provides a super-friendly entry point for working with WebRTC, dive into underling rtc.io modules for more configuration and customization opportunities
Apache License 2.0
265 stars 62 forks source link

live Video streaming #22

Closed srmurali002 closed 7 years ago

srmurali002 commented 7 years ago

I want to create a room based live video streaming website with integrated chat. Are there any modules in rtc.io that could help my purpose.

silviapfeiffer commented 7 years ago

Hi @srmurali002 - you can use the code at https://github.com/rtc-io/demo-quickconnect to create a rtc.io based video conferencing example. You have to set it all up yourself though, including the signalling server, because the demo signalling server that we used to use is currently down.

srmurali002 commented 7 years ago

But many of your examples are using a modified rtc.js file.Where can I find a full version of rtc.js.

silviapfeiffer commented 7 years ago

It's all in the npm packages with source code in this group's repositories.