Bradley S.

Results 26 comments of Bradley S.

What solved this for me was, on my remote host, checking sshd_config for `AllowTcpForwarding`. It needs to _not be set to `no`_. Commenting out the line worked. You may also...

While I personally don't have a need for coloring lines, I'd like to be able to change the output color for an individual log event, such as coloring certain currency...

I had this issue too for a long time, couldn't get it working with any computers in my house. Turns out, Remote Access needs to be enabled in the server's...

This would make the app perfect for leaving old devices around the house (or wall mounting them) and acting as a sort of intercom system.

> The goal in a future version is to drop RTMP and use rtsp-simple-server or go2rtc This would be so nice. I've been struggling to get an RTMP library working...

The only code that would hide it was all zeros up to (not including) 72bits, but it would reappear with 72bits I went through every one of the 8bit iterations...

Still hoping this gets added to the main branch!

I've tried multiple distributions for my SBC (Rock64): Ubuntu, debian, Armbian, DietPi as well as headless AND desktop versions of many of them, and am never able to get past...

Thanks for the quick rundown! I'm getting closer, slowly but surely.. installed nodejs.. ``` curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs ``` Had to manually install yarn...

It took some more work, but I got it to run! I did another clone, installed typescript, manually installed webpack and the newest audioworklet, manually installed pulseaudio, did some other...