-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Changes to be used with own client #87
Open
ashyonline
wants to merge
19
commits into
fyhertz:master
Choose a base branch
from
ashyonline:changes-to-be-used-with-own-client
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes to be used with own client #87
ashyonline
wants to merge
19
commits into
fyhertz:master
from
ashyonline:changes-to-be-used-with-own-client
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
This trick will avoid to have stretched video preview when starting the camera
This trick will avoid to have stretched video preview when starting the camera
enabling autofocus
Update VideoStream.java
Update Session.java
Update VideoStream.java
Update VideoStream.java
Allow for generating SDPs that target a user-defined port for the video ...
Fix a bug preventing the size of the PPS from being written into STAP-A ...
…ed) piece of code
…od and a high resolution before changing the mode to use MediaRecorder
* Added info to logs * Fixed null pointer exception * Added constants to define Camera Picture, Preview and SurfaceView sizes and use them * Added method to list information about media codecs available on the device * Changed method to encode using MediaCodec with surface to avoid the encoding framerate to be changed
DragoonAethis
added a commit
to DragoonAethis/libstreaming
that referenced
this pull request
Dec 12, 2018
The formula used to find the nearest resolution is a bit broken. Port of: fyhertz/pull/87/commits/5334d8209777cd42407a7960664db7119694a795
Thanks for some of these... I know this is quite an old post but at least the fix for the calculation of the resolution solved an issue for us where anything besides 176x144 would stream garbage. |
Qingfung
approved these changes
Apr 27, 2021
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.
We are working on an open source Android streaming client that for now is only working using RTP as transport protocol and only decodes H264 encoded video.
While we were working on this project, we used libstreaming as streaming server so we found some issues that needed to be fixed. Also, we added some functionality or logs that made easier our job.
Notice we've merged most of the libstreaming pull requests available at the moment we started working with libstreaming. This may be outdated.