Skip to content

Instantly share code, notes, and snippets.

@clogwog
clogwog / LoadMp4DataFromKinesisStream.cs
Created March 9, 2023 05:08
Load some MP4 data between 2 datetime stamps from AWS Kinesis Video Stream
using Amazon;
using Amazon.Runtime;
using Amazon.KinesisVideo;
using Amazon.KinesisVideo.Model;
using Amazon.KinesisVideoArchivedMedia;
using Amazon.KinesisVideoArchivedMedia.Model;
using System.Configuration;
@clogwog
clogwog / jetson-rtsp-install.txt
Last active August 18, 2022 08:45
nvidia jetson install of srtclientsrc, srtserversrc, srtclientsink and srtserversink for GStreamer 1.14.5
#!/bin/sh
git clone https://github.com/Haivision/srt.git
cd srt/
git checkout v1.2.3
mkdir build
cd build
cmake ..
make
sudo make install
note: just replace [REGION] and [ACCOUNTNO] with your own account number
{
"Statement": [
{
"Action": [
"s3:GetObject",
"s3:GetObjectVersion",
"s3:GetBucketVersioning"
@clogwog
clogwog / cal_gg_pkcs11.md
Created November 26, 2021 09:04 — forked from bryan-hunt/cal_gg_pkcs11.md
Setting up ATECC608A, Cryptoauthlib PKCS11 for Greengrass HSI

Demo Setup for Cryptoauthlib PKCS11 and Greengrass on Raspberry Pi

  • Setup the Raspberry Pi for greengrass following the AWS tutorials for the Raspberry Pi. Modules 1 & 2 need to be completed before moving forward with the pkcs11 credentials.
  • Perform the steps detailed in the pkcs11 readme and stop at the "testing" section as the tests will not succeed without an initialize device.

Probing the device

An uninitialized device with the defaults provided in the readme will display the following: