forked from livekit/rust-sdks
-
Notifications
You must be signed in to change notification settings - Fork 0
Support/ffi v0.12.34 #2
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
Merged
Merged
Conversation
This file contains hidden or 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
Users prefer FullBand audio by default. In most cases this gives a clear boost in both voice and audio quality.
…it#433) * send silence frames * Update audio_track.cpp * Update audio_track.cpp * directly send silence
* wip * add comment
* proto * generated protobuf * stubs * Fix datatype * Fix tests * file tweak * diag * diag * synthetic * fmt * Cleanup * 3s * doc * Default::default(), * comma * Update livekit/src/rtc_engine/rtc_session.rs Co-authored-by: Théo Monnom <theo.8bits@gmail.com> --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Théo Monnom <theo.8bits@gmail.com>
* Update mod.rs * Update mod.rs
Neither X or GL related libraries are needed for livekit sdk to work in the client code.
* Add chat APIs - wip * generated protobuf * updates * fix types and build * Add conversion traits and update API * fix unwrapping * Populate timestamps and add edit support * fix default values * generated protobuf * fix match * remove explicit resolver * move conversion * error handling * no imports --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* chore: lower the log level for vaapi/nvidia codec. * fix compile. * fix benchmark for libwebrtc m137. * Modify the Cuda Context singleton. * Avoid crashes caused by decoding failure. * Removed unnecessary null checks. * tidy. * fix. * check the cuda device count. * fix.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ary path handling
…tion; enhance package structure creation and update .gitignore
…livekit_ffi into feature/add_x264_encoder
…livekit_ffi into feature/add_x264_encoder
…livekit_ffi into feature/add_x264_encoder
… WebRTC integration - Created comprehensive documentation for the LiveKit-FFI fork, outlining modifications and build steps. - Updated `generate_conan_build.sh` to use 'profile' instead of 'build_type' for consistency. - Enhanced `build_android.sh` to include profile-specific build settings. - Introduced `strip_jni_zero.sh` script to streamline the removal of unwanted symbols from the WebRTC JAR.
…livekit_ffi into feature/add_x264_encoder
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.
Update from upstream to livekit-ffi 0.12.34
Improve fork documentation.
Improve build scripts. (webrtc and livekit-ffi)
Added new VideoEncoder implementation in webrtc-sys for Android.