Hi everyone,
In my project i want to enable webRTC in my browser. But i want use qt4.8 only. I can’t use qt5. so i have downloaded qtwekit2.3 which have the support for webRTC. I have complied it for qt4.8 successfully by enabling the media-stream (webRTC) (using Tools/Scripts/build-webkit —qt —media-stream —no-webkit2). I have written a sample HTML5 page for testing the new webkit.
When the getusermedia function is called error code saying NOT_SUPPORTED_ERR is giving. What can i do to make it working.
I am using ubuntu for building. Thanks in advance.
↧