Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
11a901e
(fix): adding all features flag on CI
tompivel Dec 1, 2025
0c2a493
Compatibility with older opencvs
Ponnshe Dec 1, 2025
8477904
Merge pull request #62 from taller-1-fiuba-rust/docs
Ponnshe Dec 1, 2025
61598ce
Deleting AlgorithmHint
Ponnshe Dec 1, 2025
6d6d5bd
(docs): including final documentation pdf
tompivel Dec 1, 2025
c1e744a
Merge pull request #59 from taller-1-fiuba-rust/develop
Ponnshe Dec 1, 2025
2e9fb35
(docs): updating readme
tompivel Dec 1, 2025
5341585
Merge pull request #63 from taller-1-fiuba-rust/develop
Ponnshe Dec 1, 2025
75b5bab
Implementing File handler, writer worker y reader worker
Ponnshe Dec 12, 2025
dfc3106
(feat): SCTP setup for SCTP logic handling
tompivel Dec 13, 2025
0e236b8
Integration of SCTP, FileHandler with the rest of the program
Ponnshe Dec 14, 2025
61b6792
Fixing UI updating between calls
Ponnshe Dec 14, 2025
31ab109
(feat): implmenting AudioCaptureWorker with cpal
tompivel Dec 14, 2025
79dd544
(feat): implementing audio coding/decoding and logic for handling rtp
tompivel Dec 14, 2025
0e4d2aa
(feat): implementing AudioPlayerWorker for reproducing sound
tompivel Dec 14, 2025
5edd016
Implementing File handler, writer worker y reader worker
Ponnshe Dec 12, 2025
c06f50c
(feat): SCTP setup for SCTP logic handling
tompivel Dec 13, 2025
254fcf0
Integration of SCTP, FileHandler with the rest of the program
Ponnshe Dec 14, 2025
f5a6791
Fixing UI updating between calls
Ponnshe Dec 14, 2025
d6d9d90
(feat): implmenting AudioCaptureWorker with cpal
tompivel Dec 14, 2025
8bef6e4
(feat): implementing audio coding/decoding and logic for handling rtp
tompivel Dec 14, 2025
77ef425
(feat): implementing AudioPlayerWorker for reproducing sound
tompivel Dec 14, 2025
b565622
(feat): including SPD media attributes for audio pt negotiation
tompivel Dec 15, 2025
3162ebf
Merge branch 'audio_capture' of github.com:tompivel/rustyrtc into aud…
tompivel Dec 15, 2025
cdfffcb
(feat): Including logs for SDP
tompivel Dec 15, 2025
1e6239b
(feat): declaring payload_map on new()
tompivel Dec 15, 2025
57c5c56
(feat): switching 48hkz sample rate to 8khz
tompivel Dec 15, 2025
4e4900a
(feat): including for toggling mute/unmute
tompivel Dec 15, 2025
8b2003b
(feat): changing level of doc for decoded video frame
tompivel Dec 15, 2025
e61244e
Cargo clippy and cargo fmt
Ponnshe Dec 15, 2025
34742d7
Merge pull request #65 from taller-1-fiuba-rust/audio_capture
Ponnshe Dec 15, 2025
47a7fab
Informe Final
Ponnshe Dec 15, 2025
93308e6
Merge pull request #66 from taller-1-fiuba-rust/develop
Ponnshe Dec 15, 2025
6f9b1d5
(fix): switching default local network adresses
tompivel Dec 16, 2025
dfee39f
(fix): remove downloads directory
tompivel Dec 16, 2025
b2e37fa
Fix: Reader chunking for 16KB
Ponnshe Dec 16, 2025
065d0ba
Fix: Incrementing the Buffer for WritterWorker and deleting I/O acces…
Ponnshe Dec 16, 2025
031445f
(feat): including percentage bar for upload/download progress
tompivel Dec 17, 2025
2e2ad9a
(feat): Implementing SCTP message batch processing
tompivel Dec 17, 2025
b677c8b
(feat): including sctp decryption times
tompivel Dec 17, 2025
016229d
(feat): adding batch processing on Session for Udp packet processing
tompivel Dec 17, 2025
56bd4e7
Adding logs for timeouts
Ponnshe Dec 18, 2025
4a3aae5
Adding logs for timeouts
Ponnshe Dec 18, 2025
8e027d3
(fix): polling asssociation ALWAYS
tompivel Dec 18, 2025
0271da1
(feat): drop of association
tompivel Dec 18, 2025
d29b75d
(feat): switching log to trace
tompivel Dec 18, 2025
d66028d
(fix): polling asssociation ALWAYS
tompivel Dec 18, 2025
0af368c
(feat): drop of association
tompivel Dec 18, 2025
8403ced
Changing wait_duration cap for Receiver
Ponnshe Dec 18, 2025
1c51385
Merge branch 'fix/file_transfer' of github.com:tompivel/rustyrtc into…
tompivel Dec 18, 2025
a9301ca
(feat): implementing signaling for sender
tompivel Dec 18, 2025
60b31e2
Adding Burst sending and sending queue
Ponnshe Jan 27, 2026
707c0aa
gatito.jpg
tompivel Jan 27, 2026
3f5eb0e
(feat): implementing feature gating of sctp_debug logging
tompivel Jan 28, 2026
d42327d
Changing BufferedUdpChannel size
Ponnshe Jan 28, 2026
c1bcd5e
Changing buffer size of receiver thread for session
Ponnshe Jan 28, 2026
a765508
Increasing the reader chunks size
Ponnshe Jan 28, 2026
84df2ab
Adding a limit for reading count in transport to improve reading of S…
Ponnshe Jan 29, 2026
80b82f5
Sending one sctp packet at a time
Ponnshe Jan 31, 2026
a1a9f72
Cargo fmt
Ponnshe Jan 31, 2026
8f13ae1
Merge pull request #1 from tompivel/fix/file_transfer
tompivel Feb 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: cargo build --all-targets --all-features --verbose

- name: Run tests
run: cargo test --verbose
run: cargo test --verbose --all-features

- name: Run clippy
run: cargo clippy --all-targets --all-features
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ TAGS

*.db
src/target_tmp
downloads/
244 changes: 237 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading