I checked out and built the following version of Chrome:
Version 24.0.1312.57 (178923)
following the steps listed here
I built only the "chrome" project using Visual Studio 2010.
I have a WebRTC application that runs fine on the official stable channel
Version 24.0.1312.57 m
But it crashes every time I try to access the local video stream in my version.
I was wondering if I missed something necessary to support WebRTC in my custom build of Chrome. Should WebRTC functionality "just work" in the revision that I checked out, or is there a config switch or build setting needed to support WebRTC?
I have updated the code and I'm rebuilding the browser in the event that I am hitting a bug in that particular version.
Any insight into this matter would be greatly appreciated.