skip to main |
skip to sidebar
RSS Feeds
"Write Codes, Save Lives!" with #OpenMRS
"Write Codes, Save Lives!" with #OpenMRS
9:39 PM | Friday, August 23, 2013
Posted by harshadura
Hello everyone,
Its almost the end of a ninth week of GSoC 2013. yeap! more than 2 months has been passed already. In this week i have worked for the Patient Narratives video stream capturing feature. It wasn't that much easy task. The WebRTC mediastream API isn't that much of mature tool yet. (Its actually an ongoing project by Mozilla and Chrome team) But this the most suitable option to use in my project -- since its a web based, Open source tool.
Basically WebRTC API will allow developers to create apps (which will capture web-cam video/audio recording, Streaming and things like that) simply using the power of HTML5 and JavaScript. The main advantage of using WebRTC technology is, the user will not have trouble to install Video capture softwares/drivers since it uses the Web as the platform. So everything will be take cared by the web browser. Currently latest versions of Chrome and Firefox browsers support the WebRTC technology.
Here's a quick demo about how WebRTC works : http://harshadura.github.io/record-rtc-together/
Post a Comment