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
+1-73Lines changed: 1 addition & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -422,77 +422,6 @@ make
422
422
make install
423
423
```
424
424
425
-
----
426
-
## Release notes
427
-
#### Release 1.4.1 (8th May 2018)
428
-
* Update log4cplus download link in install-script
429
-
#### Release 1.4.0 (25th April 2018)
430
-
* Fix for crash caused by latest Mac tool chain issue
431
-
* Fix for callbacks returning incorrect custom data in gstreamer sample app
432
-
* Support for custom logger
433
-
* Fix for multiple callbacks when triggering connection staleness
434
-
#### Release 1.3.1 (5th April 2018)
435
-
* Fixed video source negotiation error caused by camera with fractional fps
436
-
* Docker suport for RTSP streaming
437
-
#### Release 1.3.0 (15th March 2018)
438
-
* Fixed producer intermittent termination issue for some edge cases involving re-streaming on error.
439
-
#### Release 1.2.3 (1st March 2018)
440
-
* Updated install-script to fix the local certificate trust issue for curl.
441
-
* Added steps in README troubleshooting section for curl trust issues.
442
-
#### Release 1.2.2 (March 2018)
443
-
* Remove open-source dependencies from KinesisVideoProducerJNI native library. java-install-script can be used to build KinesisVideoProducerJNI native library fast.
444
-
* README note improved.
445
-
#### Release 1.2.1 (February 2018)
446
-
* Bug fix for producer timestamp *video playback* in the console should be fixed if proper timestamp is provided to SDK. Current setting in sample app uses Gstreamer frame timecode and relative timestamp (used by SDK).
447
-
*`install-script` is updated to automatically detect OS version and avoid dependency issue on Mac High Sierra and Ubuntu 17.10.
448
-
* Known issue: Producer timestamp mode *video playback in console* will not work if GStreamer demoapp is configured to use frame timecode and absolute timestamp (used by SDK).
* Addition of StreamClosed callback to notify the caller application when the stream is finished draining the existing buffered frames before closing in the graceful termination case.
* Allowed devices to output h.264 streams directly
463
-
* The user can also supply a streaming resolution through command line arguments.
464
-
* If resolution is provided then the sample will try to check if the camera supports that resolution. If it does then streaming starts; else, it will fail with an error msg "Resolution not supported"
465
-
* If no resolution is specified, the demo will try to use resolutions 1920x1080, 1280x720 and 640x480 in that order (highest resolution first)and will start streaming once the camera supported resolution is detected.
466
-
* Known issues:
467
-
* When streaming on raspberry pi. Some green artifacts might be observed on the preview screen. Reducing the resolution can fix the issue.
468
-
#### Release 1.1.1 (December 2017)
469
-
* Fix USB webcam support
470
-
* Known issues:
471
-
* If USB webcam doesn't support 720p, then gstreamer negotiation will fail. Trying lower resolution as mentioned in Troubleshooting may fix this issue.
472
-
#### Release 1.1.0 (December 2017)
473
-
* Addition of a received application ACK notification callback
474
-
* Lifecycle management improvements
475
-
* Exposed failure on progressive back-off/retry logic
476
-
* Hardening/fixing various edge-cases
477
-
* Fixing Raspberry PI frame dropping issue
478
-
#### Release 1.0.0 (November 2017)
479
-
* First release of the Amazon Kinesis Video Producer SDK for Cpp.
480
-
* Known issues:
481
-
* Missing build scripts for Windows-based systems.
0 commit comments