Skip to content
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
wants to merge 19 commits into
base: master
Choose a base branch
from

Conversation

ashyonline
Copy link

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.

nocturnalprelude and others added 19 commits July 17, 2014 13:00
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
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 ...
…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
@anonymous-one
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants