We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb29e50 commit 2f7def2Copy full SHA for 2f7def2
meta-aws-demos/recipes-core/images/aws-iot-greengrass-lite-webrtc-demo-image/README.md
@@ -78,3 +78,9 @@ AWS_KVS_CHANNEL_NAME:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams
78
AWS_ACCESS_KEY_ID:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams = "xxx"
79
AWS_SECRET_ACCESS_KEY:pn-linux-webrtc-reference-for-amazon-kinesis-video-streams = "xxx"
80
```
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