Fritz FABO
Published © MIT

Raspberry Pi IP Cam AWS and HLS Streaming

Stream your Pi Cam outside your home network without port forwarding. This tutorial is beginner friendly.

BeginnerProtip24 hours10,701
Raspberry Pi IP Cam AWS and HLS Streaming

Things used in this project

Story

Read more

Schematics

Synoptic

Code

JSON policy

JSON
This policy gives your user permission to create and write data to Kinesis video streams.
{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
      "Action": [
      "kinesisvideo:DescribeStream",
      "kinesisvideo:CreateStream",
      "kinesisvideo:GetDataEndpoint",
      "kinesisvideo:PutMedia"
    ],
    "Resource": [
      "*"
    ]
  }]
}

wpa_supplicant.conf

ActionScript
Provide Wi-Fi information to your Raspberry Pi
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
ssid="<YOUR_WIFI_SSID>"
scan_ssid=1
key_mgmt=WPA-PSK
psk="<YOUR_WIFI_PASSWORD>"
}

Credits

Fritz FABO

Fritz FABO

1 project • 6 followers
Maker, Doer, Builder, Explorer. I'm new to this.

Comments