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
KVS - Add Support for More Resolution Widths (#3609)
* Add kvs producer audio, start fixing rotation issue (#1)
* MIcrophoneFrameSource builds, runs with "failed sampleRate 8000" exception
* Fix all runtime errors
* Started on 2-track streamInfo
* Construct TrackInfo, build errors fixed
* Progress, facing STATUS_MKV_INVALID_FRAME_DATA now if include audio with video
* Working, missing CPD error on playback though
* Works!! Todo: Should up the sample rate
* Begin modularizing code, not yet built nor test run
* Cleanup spaces, add to createFrameWithTrackID log
* Cleanup diffs
* Fix some importing and naming
* Rename AndroidAudioVideoMediaSource
* Add configuration class, control audio start/stop, working
* Saving attempted solutions to the issue
* Add TimeStampProvider to enforce unique timestamps
* Not cleaning junk, saving working camera 90deg rotation!
* Saving progress of fixing semi-planar case
* Fix convertByteArrayToPlanes, conversions now working perfect for semiplanar, rotation still not
* Rotation and colors work!
* Optimized rotation working, cleaned up comments.
* Turn off rotation, cleanup
* Revert EncoderFactory color format changes
* Revert "Revert EncoderFactory color format changes"
This reverts commit bfd9940.
* Revert "Add kvs producer audio, start fixing rotation issue (#1)"
This reverts commit 2355788.
* Initial fix-resolution commit
* Cleanup
* Add comments
* Apply suggestions from code review
Co-authored-by: sirknightj <sirknightj@gmail.com>
Co-authored-by: Matt Creaser <mattcreaser@gmail.com>
* Update aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/mobileconnectors/kinesisvideo/encoding/EncoderFrameSubmitter.java
Co-authored-by: sirknightj <sirknightj@gmail.com>
---------
Co-authored-by: sirknightj <sirknightj@gmail.com>
Co-authored-by: Matt Creaser <mattcreaser@gmail.com>
Co-authored-by: Matt Creaser <mattwcc@amazon.com>
Copy file name to clipboardExpand all lines: aws-android-sdk-kinesisvideo/src/main/java/com/amazonaws/mobileconnectors/kinesisvideo/encoding/EncoderFrameSubmitter.java
+70-1Lines changed: 70 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -137,10 +137,27 @@ private void copyCameraFrameIntoInputImage(final int inputBufferIndex,
0 commit comments