Chief Marlin

Results 19 comments of Chief Marlin

@gaikwadabhishek I am using aws-sdk-go-v2 and other open-source S3-compatible clients, not s3cmd. It seems you missed my main question: does this authentication method fail across other S3-compatible clients too? Your...

@gaikwadabhishek, I've repeatedly highlighted that my goal is to use AIStore as an S3-compatible server, as advertised on your page: [REST API. Comprehensive native HTTP-based API, as well as compliant...

Hi You will have to change the rtsp stream paths on the config to point to your cameras for it work https://github.com/8ff/firescrew?tab=readme-ov-file#configuration

Thats weird, i somehow missed your subsequent message, your rtsp stream doesnt seem correct, typically in rtsp username and password stored in the same part as the ip Eg: rtsp://username:[email protected]:554/h264Preview_01_sub...

Try running below command to see what ffprobe returns for stream info: ffprobe -rtsp_transport tcp -v quiet -print_format json -show_streams RTSP_URL_HERE

Try enabling debug in the config file to see why ffprobe is exiting with 1

Same issue on latest kernel in kali and debian 12, mentioned solution works! 👍 ``` cd /usr/src sudo git clone https://github.com/aircrack-ng/rtl8812au.git cd /usr/src/rtl8812au sudo git checkout 63cf0b4 sudo make dkms_install...

Probably your best bet is to install it via package manager of your linux distribution. You can take a look at this how-to, it assumes you have Ubuntu linux installed....

Try doing this manually where you run ```bash restic snapshots ``` Then copy and paste the 2 snapshot ids as follows: ```bash restic -r xxxxxx diff 6b1cc0e5 af579f9a ``` I...