forked from begeekmyfriend/yasea
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2019 update #1
Merged
Merged
2019 update #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
Signed-off-by: Leo Ma <begeekmyfriend@gmail.com>
fix C2 may not send during rtmp handshake
1.获取Camera.PreviewCallback 回调函数内的byte数组原始图像数据 2.手机旋转时,预览结果也相应正确地旋转
设置Camera.PreviewCallback 回调函数,修改旋转角度
修复软编码时概率性崩溃(前帧的BufferInfo参数被后帧所覆盖,byteBuffer无法执行limit(int newlimit)方法)
The buffer address is forced to be aligned by allocateDirect method in ByteBuffer so the valid data may not be stored from the first byte of the buffer witch is still returned by the array method in ByteBuffer. So we need to substitute allocate method for allocate direct method when fetching the image from the camera. Signed-off-by: begeekmyfriend <begeekmyfriend@gmail.com>
Error:A problem occurred receiving StreamBegin from server
Implement Pause and Resume functionality
updated UI with pause button
Set recording hint to true
BufferOverflowException fix
setPreviewResolution surface holder size
Update SrsCameraView.java
Update SrsCameraView.java
CAMERA_ERROR_EVICTED fix
preview orientation in different directions
camera callbacks
Added 'isAllFramesUploaded' and 'getVideoFrameCacheCount' methods.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.