roc-streaming / roc-toolkit

Real-time audio streaming over the network.
https://roc-streaming.org
Mozilla Public License 2.0
1.06k stars 213 forks source link

FEC: dynamic payload size #194

Closed gavv closed 5 years ago

gavv commented 5 years ago

Handle dynamic packet size in reader and writer (#180). Plus some refactoring. See commit messages.

Not all tests for dynamic payload size are ready yet; this will take some time. I suggest to merge this now and add tests in next PR because this way we can avoid conflicts with upcoming dynamic rblen support.