RDK Resources
RDK Preferred
Code Management Facility
RDK Forums
[RDK Conferences]
RDK Support
Archives
Papers & Presentations Archive
rdkbrowser2 is the browser application based on WPE, it is integrated with following components which enables it with new features compared with legacy rdkbrowser:
Note: Currently a working injectedbundle is not available with CMF release hence servicemanager functionality such as native support for communicating with other RDK components is disabled for community released version of rdkbrowser2.
8 Comments
Kulbhushan Arora
Any idea how to launch web page using rdkbrowser2?
Z-Pavan Nandyala
rdkbrowser2 --url http://www.google.com
Kulbhushan Arora
thanks pavan...so would it required to set specific environment variables? Any dependencies on compositor - if so which compositor
Vivek Arumugam
there is a wrapper script in the box called rdkbrowser2.sh, it takes care of starting the westeros compositor and sets required environment.
So, just call rdkbrowser2.sh http://www.google.com
Vic Chen
"Note: Currently a working injectedbundle is not available with CMF release"
Is that means the current version of injectedbundle in RDKV release not work?
James G Dunn
we have been having trouble using rdkbrowser2.sh because it kills the Receiver process for some reason and still do not seem to get focus for key press events from remote. are there any examples of how to use correctly to launch html app? thanks!
Z-kathiravan
Any idea how to disable CORS mechanism in rdkbrowser2?
Deepthi Suseelan
To disable CORS:
ssh to the box, then create /opt/SetEnv.sh with following contents
and /tmp/rdkbrowser2_overrides.ini
and restart rdkbrowser2 service