Commit Graph
13 Commits
Author SHA1 Message Date
Théo MonnomandGitHub 25f4c9a075 feat: add ffi datachannel & mute events (#88) 2023-06-18 22:45:05 +02:00
Théo MonnomandGitHub 55bda13069 cleanup: webrtc-sys & fix RtcRuntime disposing crashes (#81) 2023-06-04 01:02:00 +02:00
Théo MonnomandGitHub 05ad1c95af cleanup: room & dependencies (#76) 2023-05-25 20:13:34 +02:00
Théo MonnomandGitHub 3f61e07e09 feat: forward libwebrtc logs (#75) 2023-05-24 18:37:35 +02:00
Théo MonnomandGitHub d5b4a8f6fc fix: audio data loss (#74) 2023-05-22 17:10:28 +02:00
Théo MonnomandGitHub fc255616c4 fix: multiple audio channels (#73) 2023-05-22 16:37:22 +02:00
Théo MonnomandGitHub 97dde044b5 fix: different audio frame size than 10ms (#72) 2023-05-16 08:42:40 +02:00
Théo MonnomandGitHub 2cad45cb39 use audio resampler on the write_to_disk example (#68) 2023-05-13 01:48:06 +02:00
Théo MonnomandGitHub 7c8878502e feat: AudioResampler (#66) 2023-05-13 00:25:26 +02:00
Théo MonnomandGitHub 1c12e749f2 feat: add publishing & audio to ffi (#46)
- Divide FFI protocol into multiple files
- Audio support
- AV Streams/Sources
- Create tracks
- Use Dashmap to store handles
- Add a capture test
     - Ignored by GHA atm
2023-05-08 23:12:37 +02:00
Théo MonnomandGitHub 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 MonnomandGitHub 64c0705916 feat: audio support (#45)
- Receive/Send audio frames
- LocalAudioTrack
2023-03-19 21:58:20 +01:00
Théo MonnomandGitHub cad6d36201 feat: video publishing (#42)
- Prepare webrtc abstraction ( for future wasm support )
- Added track publish support for videos
  - Added LogoTrack example to simple_room demo
- Lot of cleanup
- There are compiler warnings I'll solve on our v1 release
2023-03-18 03:25:16 +01:00