Commit Graph

17 Commits

Author SHA1 Message Date
Théo Monnom 3f61e07e09 feat: forward libwebrtc logs (#75) 2023-05-24 18:37:35 +02:00
Théo Monnom 3998dd4a49 ci: fix windows dst path 2023-05-15 12:37:25 +02:00
Théo Monnom f577022497 ci: add ffi builds (#71) 2023-05-15 12:35:15 +02:00
Théo Monnom 8f294dde41 fix: windows crashes & builds (#55)
- Doing jobs in parallels in GHA (Divide build time by 3).
- Now use custom webrtc builds for this repo
- Windows crashes when receiving video is now fixed (thanks @cloudwebrtc)
    - Now reading defines from webrtc.ninja
- Added a small create_pc test to be sure libwebrtc is working/linked correctly 
- Fix MacOS builds 
- Fixed Linux duplicated main build error (due to nasm)
2023-04-24 18:27:30 +02:00
Théo Monnom 4f8229c724 feat: use new webrtc builds & linux support (#54) 2023-04-20 13:14:34 +02:00
Théo Monnom 72bbc8cd90 Disable livekit-api on win-aarch64 & WebRTC Builds CI (#51)
* update CI

* fix path

* fix attempt

* fix attempt 2

* fix attempt 3

* fix attempt 3
2023-04-19 15:34:04 +02:00
Théo Monnom 180864e953 feat: server sdk (#47)
* New webrtc build scripts (Still not integrated within the SDK)
* New livekit-api crate (Integrate the server sdk protocol of livekit)
* Moved livekit-utils to livekit-protocol
2023-04-19 12:33:39 +02:00
Jonas Schell 459a42bf12 update readme (#49) 2023-04-13 23:52:24 -07:00
Théo Monnom 88e6848456 Update tests.yml 2023-01-13 00:56:22 +01:00
Théo Monnom 22c6f67226 ci: only run tests on supported platforms by gh 2023-01-13 00:37:30 +01:00
Théo Monnom 71d29bd64e ci: add aarch64 targets 2023-01-12 23:44:48 +01:00
Théo Monnom 35454335ec --allow-dirty for README 2023-01-12 15:12:20 +01:00
Théo Monnom 452f74f7fb fix publish
wrong character..
2023-01-12 14:59:00 +01:00
Théo Monnom 0c90089b56 fix publish workflow 2023-01-12 14:52:26 +01:00
Théo Monnom 8841af6ee6 v0.1.1 (#32) 2023-01-12 14:48:03 +01:00
Théo Monnom 11d5359464 fi ci & windows compilation (#14)
* attempt to fix mac compilation on x86_64

* decompress zip insead of tarball on windows

* attempt to fix 1

* still cache on failure

* attempt 2
2023-01-02 21:47:50 +01:00
Théo Monnom a07b3451a3 publish client-sdk-native (#12)
* Create README.md

* add example

* crates & examples

* fix syntax

* add LICENSE

* thirdparty LICENSE

* rearrange repo

* fix build

* egui versions

* prepare publish

* fix demo compilation

* add test ci

* Update rust.yml

* forgot runs-on

* install protoc before building

* avoid rate limit

* include submodules

* updates to readme

* cache rust builds

Co-authored-by: David Zhao <dz@livekit.io>
Co-authored-by: David Zhao <david@davidzhao.com>
2023-01-02 20:13:48 +01:00