RHoKAustralia / umbo

https://www.umbo.com.au/
MIT License
4 stars 1 forks source link

Add Audio/Video sharing to therapy session page #12

Open pierd opened 5 years ago

pierd commented 5 years ago

Depends on #8

pierd commented 5 years ago

WebRTC samples can be useful here: https://github.com/webrtc/samples

pierd commented 5 years ago

Another option: https://www.twilio.com/video/pricing

pierd commented 5 years ago

I did a bit more research and we would need a signalling channel (that will be the same for chat system) and we can’t get that for free (we need an extra instance to host redis)

dav-armour commented 5 years ago

https://unboxed.co/blog/actioncable-on-aws/ They seem to be using postgresql instead of redis. Don't understand most of that article so can't tell if that's viable. https://www.cmgresearch.com/2017/05/11/step-7-action-cable-on-elastic-beanstalk.html He uses ElastiCache to do the redis part which we can get free for 12 months.