interconnectapp / discuss

A place to discuss interconnect
https://github.com/interconnectapp/discuss/issues
Other
29 stars 6 forks source link

Tech Resources Discussion #4

Open balupton opened 10 years ago

balupton commented 10 years ago
crito commented 10 years ago
DamonOehlman commented 10 years ago

We pretty much have all the bits you need to get this done in the rtc.io suite (https://github.com/rtc-io), but it is a little confusing to know what goes where at this stage.

I'll aim to put together some info for you and we should definitely catch up once I'm back in Sydney :)

balupton commented 10 years ago

Woot woot woot!

balupton commented 10 years ago

Wow, this makes it incredibly easy. @critio this means we could probably use WebRTC even for the MVP.

crito commented 10 years ago

Using WebRTC, screen sharing is, or will be, possible: https://html5-demos.appspot.com/static/getusermedia/screenshare.html. This demo doesn't work for me, but I saw it running in a video demo.

balupton commented 10 years ago

@crito sweet, that didn't work for me, but I enabled this chrome flag on about:flags, restarted chrome, and it now worked

ninabreznik commented 10 years ago

Secure HD video chat with your friends (and customers) on Twitter with only a web browser - NO SOFTWARE! https://twelephone.com/

DamonOehlman commented 10 years ago

Yeah, I need to put together a screensharing demo with rtc.io stuff. Just need to host a demo server over HTTPS as screensharing capabilities are only supported if the page hosting the webrtc app is hosted over SSL.