-
Notifications
You must be signed in to change notification settings - Fork 19
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
Use Freerdp for h264 encoding #36
base: master
Are you sure you want to change the base?
Conversation
3c1c7f8
to
e875a99
Compare
# Build unit tests | ||
option(BUILD_TESTING "Build unit tests" OFF) | ||
|
||
# Build with OpenH264 support | ||
option(WITH_OPENH264 "Add support for H.264 encoding" ON) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer to stick with the H.264 encoder by default for now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except if I missed something you're not handling dynamic bitrate like it's done for openh264 (it's just a matter of adjusting values of the H264_CONTEXT)
e875a99
to
0c99154
Compare
@bmiklautz changed the default to current OpenH264 |
0c99154
to
0892662
Compare
Add option to use the freerdp h264 backend for frame encoding. (Requires H264 support compiled into freerdp)