Rahul Thakoor

Results 82 comments of Rahul Thakoor

You can find more details [here](https://github.com/balenablocks/browser#environment-variables)

Hi Yes, we were originally using the following flags when enabling GPU ``` --enable-features=WebRTC-H264WithOpenH264FFmpeg --ignore-gpu-blacklist --enable-gpu-rasterization --force-gpu-rasterization --gpu-sandbox-failures-fatal=no --enable-native-gpu-memory-buffers ``` see [here](https://github.com/balenablocks/browser/blob/4676a0230886b68afd613992a2039ee141423dc6/start.sh#L60) Now, we set the following ``` --enable-zero-copy --num-raster-threads=4...

i think it might be related to https://github.com/balenablocks/browser/blob/a42c8c0da333a707b3a5e4b7b37e67a45e10a106/src/start.sh#L49 which leaves `=` after variable names. we might need `environment=$(env | grep -v -w '_' | awk -F: '{ st = index($0,"=");print...

Hi @Evleksey can you please confirm you are using screen mirroring from control center https://github.com/rahul-thakoor/balena-rpiplay/issues/1#issuecomment-940672119 ?

hey @floion we are making changes to balenaDash and will use the browser block https://github.com/balenablocks/browser I will send PR to browser block and build image for pi3 64bit. thanks

hey @phil-d-wilson any suggestions here please?

@chrisys Does this work when setting the url using Tohora?

Hello, I would recommend posting questions on our [forums](https://forums.balena.io/). > Why does the browser block not detect the rpi camera the rpi camera requires additional settings. You can read more...

hey @phil-d-wilson this is done right? can you add a section in the readme please?