Skip to content

Commit

Permalink
Update make commad
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Nov 23, 2024
1 parent 1738e25 commit 8deb3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ You will also need to install `pkg-config` and `CMake` and a build environment
Create a build directory in the newly checked out repository, and execute CMake from it.

```shell
mkdir -p amazon-kinesis-video-streams-webrtc-sdk-c/build; cd amazon-kinesis-video-streams-webrtc-sdk-c/build; cmake ..
mkdir -p kvs-webrtc-sdk/build; cd kvs-webrtc-sdk/build; cmake ..
```

We have provided an example of using GStreamer to capture/encode video, and then send via this library. This is only built if `pkg-config` finds
Expand Down

0 comments on commit 8deb3ba

Please sign in to comment.