Skip to content

Commit 1512ea3

Browse files
committed
code fix
1 parent 8cbb9fa commit 1512ea3

File tree

3 files changed

+1
-220
lines changed

3 files changed

+1
-220
lines changed

README.md

Lines changed: 1 addition & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -422,77 +422,6 @@ make
422422
make install
423423
```
424424

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).
449-
#### Release 1.2.0 (February 2018)
450-
* Bug fixes and performance enhancement
451-
* Streaming error recovery improvements
452-
* Minor API changes:
453-
* create stream APIs return shared pointers instead of unique pointers
454-
* 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.
455-
#### Release 1.1.3 (February 2018)
456-
* Added **RTSP Demo Sample**
457-
* Run the demo using:
458-
```
459-
AWS_ACCESS_KEY_ID=<MYACCESSKEYID> AWS_SECRET_ACCESS_KEY=<MYSECRETKEY> ./kinesis_video_gstreamer_sample_rtsp_app <rtspurl> <stream-name>
460-
```
461-
#### Release 1.1.2 (January 2018)
462-
* 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.
482-
* Missing cross-compile option.
483-
* Sample application/unit tests can't handle buffer pressures properly - simple print in debug log.
484-
485-
## Documentation
486-
487-
[Kinesis Video Producer SDK CPP](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-cpp.html)
488-
489-
er_sdk_path>/kinesis-video-native-build/downloads
490-
make clean
491-
./configure --prefix=$DOWNLOADS/local/ --enable-dynamic --disable-rtsp --disable-ldap --without-zlib --with-ssl=$DOWNLOADS/local/ --with-ca-bundle=/etc/ssl/cert.pem
492-
make
493-
make install
494-
```
495-
496425
----
497426
## Release notes
498427
#### Release 1.4.2 (14th June 2018)
@@ -558,5 +487,4 @@ AWS_ACCESS_KEY_ID=<MYACCESSKEYID> AWS_SECRET_ACCESS_KEY=<MYSECRETKEY> ./kinesis_
558487

559488
## Documentation
560489

561-
[Kinesis Video Producer SDK CPP](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-cpp.html)
562-
490+
[Kinesis Video Producer SDK CPP](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/producer-sdk-cpp.html)

docker_native_scripts/amazonlinux-docker/Dockerfile

Lines changed: 0 additions & 73 deletions
This file was deleted.

docker_native_scripts/amazonlinux-docker/Instructions-for-prebuilt-Dockerimages.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)