Skip to content

Commit 2f7def2

Browse files
committed
aws-iot-greengrass-lite-webrtc-demo-image/README.md: add note to disable webrtc when using the ref impl.
1 parent eb29e50 commit 2f7def2

File tree

1 file changed

+6
-0
lines changed
  • meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-webrtc-demo-image

1 file changed

+6
-0
lines changed

meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-webrtc-demo-image/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,9 @@ AWS_KVS_CHANNEL_NAME:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams
7878
AWS_ACCESS_KEY_ID:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams = "xxx"
7979
AWS_SECRET_ACCESS_KEY:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams = "xxx"
8080
```
81+
82+
You should disable the webrtc service to use the beta to not have both running at a time.
83+
84+
```bash
85+
systemctl disable webrtc
86+
```

0 commit comments

Comments
 (0)