Piotr Dobrowolski

Results 148 comments of Piotr Dobrowolski

This is webOS 2.x - unsupported by RootMyTV.

No response. For anyone looking for similar issue: check what/if you have any scripts in `/var/lib/webosbrew/init.d` - buggy startup scripts can stall main startup sequence, and cause failsafe mode flag...

`latest_en.bin` binary from default list is downloaded properly on Linux. What platform are you using?

Sorry for such a late reply - but have you tried disabling vsync and settings fps to 30? This *should* help on your specific platform. (it seems like either DILE_VT_WaitVsync...

https://github.com/Simon34545/lginputhook has been released on Homebrew Channel and allows for low level remote rebinding.

Unrelated to Homebrew Channel. We have **always** advised people **not** to perform any software updates.

Startup on webOS 4.5+ is supported since Homebrew Channel v0.5.1. Startup on older "patched" webOS versions is already reported in #124, still unsolved.

*Never* update your firmware, if you want to stay rooted. This has been stated on many occasions.

Seems like module is built directly into nginx in that example, but `/etc/nginx/modules-enabled/50-mod-rtmp.conf` file is created anyway for some reason. Just add that step to your dockerfile: ``` RUN rm...

Add it after the last `RUN` command in that file.