Skip to content

Commit cc1c78f

Browse files
authored
update readme (#1608)
* update readme * update description
1 parent 10a9aae commit cc1c78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ After executing `make` you will have the following sample applications in your `
169169
* `kvsWebrtcClientMaster` - This application sends sample H264/Opus frames (path: `/samples/h264SampleFrames` and `/samples/opusSampleFrames`) via WebRTC. It also accepts incoming audio, if enabled in the browser. When checked in the browser, it prints the metadata of the received audio packets in your terminal.
170170
* `kvsWebrtcClientViewer` - This application accepts sample H264/Opus frames and prints them out.
171171
* `kvsWebrtcClientMasterGstSample` - This application sends sample H264/Opus frames from a GStreamer pipeline. It also will playback incoming audio via an `autoaudiosink`.
172-
* `kvsWebrtcClientStorageSession` - This application uses `kvsWebrtcClientMasterGstSample` as a base and demotrates the functionality of storage for WebRTC.
172+
* `kvsWebRTCClientBasicStorageSession` - This application ingests sample video & audio frames and demonstrates how to store WebRTC media in Kinesis Video Streams
173173

174174
Run any of the sample applications by passing to it the name that you want to give to your signaling channel. The application creates the signaling channel using the name you provide. For example, to create a signaling channel called myChannel and to start sending sample H264/Opus frames via this channel, run the following command from `build/` directory:
175175

0 commit comments

Comments
 (0)