You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,14 @@ This library is licensed under the Amazon Software License.
44
44
45
45
----
46
46
### Release notes
47
+
48
+
#### Release 1.7.1 (6th Feb 2019)
49
+
* Removed kinesis_video_gstreamer_sample_rtsp_app as the kinesis_video_gstreamer_sample_app has become multi-purposed for webcams, rtsp and video files.
50
+
* stability fixes.
51
+
47
52
#### Release 1.7.0 (14th Dec 2018)
48
53
* Added support for uploading files(offline mode) to Kinesis Video Stream
The demo application `kinesis_video_gstreamer_sample_app` in the `kinesis-video-native-build` directory uses GStreamer pipeline to get video data from the camera. Launch it with a stream name and it will start streaming from the camera. The user can also supply a streaming resolution (width and height) through command line arguments.
***A.** If **resolution is provided** then the sample will try to check if the camera supports that resolution. If it does detect that the camera can support the resolution supplied in command line, then streaming starts; else, it will fail with an error message `Resolution not supported`.
125
127
***B.** If **no resolution is specified**, the demo will try to use these three resolutions **640x480, 1280x720 and 1920x1080** and will **start streaming** once the camera supported resolution is detected.
126
128
127
129
##### Running the GStreamer RTSP demo application
128
-
The GStreamer RTSP demo app will be built in `kinesis_video_gstreamer_sample_rtsp_app` in the `kinesis-video-native-build` directory. Launch it with a stream name and `rtsp_url` and it will start streaming.
130
+
`kinesis_video_gstreamer_sample_app` also supports taking a rtsp url. In the `kinesis-video-native-build` directory. Launch it with a stream name and `rtsp_url` and it will start streaming.
`kinesis_video_gstreamer_sample_app` also supports uploading a video that is either mkv, mpegts, or mp4. The file content has to be h264 encoded. In the `kinesis-video-native-build` directory. Launch it with a stream name and a path to the file and it will start streaming.
Copy file name to clipboardExpand all lines: install-instructions-windows-msvc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,4 +93,4 @@ set GST_PLUGIN_SYSTEM_PATH=C:\Users\<myuser>\Downloads\amazon-kinesis-video-stre
93
93
* Run the demo
94
94
***Example**:
95
95
* Run the sample demo application for sending **webcam video** by executing ` kinesis_video_gstreamer_sample_app.exe my-test-stream ` or
96
-
* Run the sample **RTSP demo**application for sending **IP camera video** by executing `kinesis_video_gstreamer_sample_rtsp_app.exe <rtsp_url> my-test-rtsp-stream`
96
+
* Run the sample application for sending **IP camera video** by executing `kinesis_video_gstreamer_sample_app.exe my-test-rtsp-stream <rtsp_url>`
0 commit comments