LTTS Lightning refapp 2Epam Lightning refapp 2
Issues/ChallengesAnalysis/Fix providedFile name

Issues/Challenges

Analysis/Fix providedFile name
Lighting  compilation
issue 
Did node_modules analysis and then created build setup for lighting application.
[Both recipe file created by Damian]
https://code.rdkcentral.com/r/#/c/components/generic/rdk-oe/meta-cmf-video-restricted/+/38330/4..25/recipes-extended/refapp/refapp2_git.bb
reused from LTTS refapp 2 https://code.rdkcentral.com/r/c/components/generic/rdk-oe/meta-cmf-video-restricted/+/38330/25/recipes-extended/refapp/refapp2-epam_git.bb
Not able to communicate to
rmf streamer (lighttpd server via CORS policy issue)
Did RCA and found  that is Cross-Origin Resource (CORP). Proxy config added.https://code.rdkcentral.com/r/#/c/components/generic/rdk-oe/meta-cmf-video-restricted/+/38330/4..25/recipes-extended/refapp/refapp2_git.bb
reused from LTTS refapp 2https://code.rdkcentral.com/r/c/components/generic/rdk-oe/meta-cmf-video-restricted/+/38330/25/recipes-extended/refapp/refapp2-epam_git.bb
Lighting application platform changed from spark environment to WPE environment.We referred runAppManager.sh then we choosed lighttpd webserver and change the config into appmanager_git.bbappendhttps://code.rdkcentral.com/r/c/components/generic/rdk-oe/meta-cmf-video-restricted/+/38330/25/recipes-extended/appmanager/appmanager_git.bbappend


Background transparency issue, was not able to see video playing in backgroundDid RCA and found the root cause.
Solution added with help of pure javascript.
 
lighting framework do not have solution upto current version. So we created issue request https://github.com/rdkcentral/Lightning-CLI/issues/77 solution added with help of pure javascript.
https://github.com/LibertyGlobal/refapp/blob/lightning/src/application/application.js
reused from LTTS refapp 2https://github.com/LibertyGlobal/
refapp/blob/lightning2/src/App.js
Black screen occurs while running through runAppmanagerchanged export XDG_RUNTIME_DIR="/run" to export XDG_RUNTIME_DIR="/tmp"




  • No labels