Mischa Spiegelmock

Results 220 comments of Mischa Spiegelmock

Those are up to you to set as environment variables. See https://github.com/revmischa/cloudcam/blob/master/cloudformation/deploy-stack-dev.sh Depending on your AWS setup

They're environment variables - see https://github.com/revmischa/cloudcam/blob/master/cloudformation/deploy-stack-dev.sh ``` JANUS_KMS_KEY_USER=cloudcam-ops # user which is granted permission to encrypt Janus SSL key via encrypt-ssl-key.sh JANUS_HEALTH_CHECK_ALARMS_TOPIC=JanusHealthCheckAlarms # topic for janus gateway health check alarms...

I suggest using Travis to deploy CF stacks automatically based on pushed branch, dev/stage/release. I started on this in the .travis.yml and deploy-stack-travis.sh but it's not completed. Not sure what...

I have cameras and I'm going to get @someone--else one. Specs are available online for Axis cams, I am pretty sure they have a "target bitrate" option for both encoders....

Off by a few frames is fine IMO. but more than a few seconds could be problematic

Let's specify that maybe two cameras should not be more than 2s apart. If someone has multiple cameras pointed at a scene it would be very jankity if they were...

I guess I'm wondering if NTP is good enough for our use case. The axis setup script I made enables NTP on the Axis cams automatically https://github.com/revmischa/cloudcam/blob/master/axis/cam_setup.py

I ran into this issue as well, I was expecting `prefix` to DWIM when querying

I'm using ddb-toolbox with Lambda and CDK. ddb-toolbox is the only thing holding me back on using the v2 SDK, and it causes issues with things like XRay instrumentation because...

I tried: ```ts TenantMessageEntity.update( { messageId: messageId, isSystem: "true", isRead: "true" }, {}, { SET: ["#GSI1sk = :GSI1sk"], ExpressionAttributeValues: { ":GSI1sk": "true" }, } as any //