Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Video daemon * resurrected the codes * cargo fix * fix large packet size * Fix connection packet * Increase uni stream size limit * fixes * Clippy and fmt * No doctest * use same versions * allow lint * Same version * Update ui * Revert unrelated change * Simplify logic * Revert "Simplify logic" This reverts commit 6168c00. * Move logic to function * Return conditional * clippy * Use api base image * panic * Data is at least being decoded * removing image parsing * check in yuyv parser * got it to encode with profile 0 * got camera to work, color space looks good * install wasm-bindgen-test * updated many libraries until everything compiled * upgraded rust in docker images * clippy * I feel monotonically increasing * got it to work :) * added fps debug thread back * Better error handling, reconnect on not connected * Passing videocall-client tests * Add build-essential * libclang-dev * Exclude video-daemon from cargo workspace * Update path * Not clippy-preview * Fix rustlemania.com * Update docs * Good start on audio encoding * Remove noisy print message * Working microphone * Add comment * Fix up mic audio * clippy * fmt * add clippy 2023-12-13 * remove nightly rust, since it is not longer required * add clippy ignore * Consistent packet size --------- Co-authored-by: Dario Alessandro Lencina Talarico <[email protected]> Co-authored-by: Dario Lencina <[email protected]>
- Loading branch information