Remote debugging
On some devices it's possible to activate a remote debugging interface and control these devices remotely in a desktop browser.
To do so it's necessary to start stbapp
with the special command line flag with port number to listen.
Add the flag to the last line in the startup script /usr/local/share/app/run.sh
:
./stbapp --remote-debugging-port 9222 ...
After the startup script execution navigate to the web page in the browser:
http://your-stb-ip:9222/
WEb INspector Remote is an alternative approach for remote debugging.