bugsyb
bugsyb
Once logged in, there was no captcha during last couple of months when done from browser - not sure if there ever was one (haven't seen or don't remember).
Thank you @6by9. The test with videotestsrc worked: `gst-launch-1.0 videotestsrc ! v4l2h264enc ! 'video/x-h264,level=(string)3' ! fakesink` but am still struggling with getting v4l2src working (no crash anymore) and is most...
Thank you. I did loads of reading (many nights as it is DIY project for me) and got lost with all these parameters, dependencies, etc. and it looks like some...
Thank you @6by9. Managed to get pipeline which didn't error out, but v4l2h264 doesn't seem to respect bit rate settings. At least I can't manage to get that done. Used...
Same error on Nextcloud image v24.0.6 with added aria2 and youtube-dl, though spotted when trying to go to `index.php/apps/ocdownloader/add` It seems to be duplicate of: https://github.com/e-alfred/ocdownloader/issues/248 Which effectively is: https://github.com/e-alfred/ocdownloader/pull/247...
@derritter88, did you get it working? I've NC in Docker and have been able to get containers gaining access to GPU, i.e. Tensorflow example: `docker run --gpus all -it --rm...
Hi @derritter88 , Thanks for swift response. I did take a quick look at what gets installed as part of Recognize and smells like tensorflow-webgl gets there. There is also...
Feeling is that it should be somehow reachable using token/http_callback. Just unsure how to connect it all into one: https://ossrs.net/lts/en-us/docs/v4/doc/drm#token-authentication For my use case, need a simple user/pass auth, which...
One pass would be helpful and hopefully wouldn't be that difficult to implement (though I can't do it myself as don't want to make mistake which could be catastrophic to...
Is it a problem with Raspberry Pi or all Arm64? Is it fixable on Bees side or it is Kernel level? In other words, in which direction we should try...