Last week held the Kranky Geek mini conference in San Francisco. While Nimble Ape couldn't be there due to already being in Ireland for Nodeconfeu, we've been catching up with the talks which are already on youtube.
Something that wasn't widely known before last week that was announced during Google's WebRTC update from Serge Lachapelle and Justin Uberti was the fact that Chrome will no longer support getUserMedia
calls from a site that's served up over http. The Chrome team are trying to roll this out before the end of 2015 in Chrome 47. That means any of your sites that leverage getUserMedia
will be required to be served up via the https protocol to work across all browsers.
Now, there were outcries on twitter about how developers would be able to develop solutions locally if the API now required https.