Skip to content

Instantly share code, notes, and snippets.

View gllmAR's full-sized avatar

Gllmar gllmAR

View GitHub Profile
@gllmAR
gllmAR / export_macOS_developper_key_to_pfx.sh
Created May 30, 2024 16:57
export_macOS_developper_key_to_pfx.sh
#!/bin/bash
# Check if the correct number of arguments is provided
if [ "$#" -ne 1 ]; then
echo "Usage: $0 <export_password>"
exit 1
fi
# Set the export password from the arguments
EXPORT_PASSWORD="$1"
@gllmAR
gllmAR / Amcrest_RTSP_URL.md
Created April 6, 2024 17:08
Amcrest RTSP URL

The next table shows the RTSP URLs supported by Amcrest cameras: Stream RTSP URL

  • Main stream
rtsp://<user>:<pass>@<cameraip>:<port>/cam/realmonitor?channel=1&subtype=0
  • Sub stream

Keybase proof

I hereby claim:

  • I am gllmar on github.
  • I am gllmar (https://keybase.io/gllmar) on keybase.
  • I have a public key ASAUv5oJ_ffvoGNDEfc9Dl-yiqppwNoD1sXgnClnqqL3Ogo

To claim this, I am signing this object:

@gllmAR
gllmAR / kinect2.md
Last active June 3, 2017 02:28
install kinect2

kinect 2 => macOS

Mac OSX

  • install Brew

  • ouvrir un terminal (copier coller ça)