Victor Gaydov
Victor Gaydov
AFAIK currently roc-droid hard-codes reed-solomon (RS8M). LDPC can be enabled via roc-java, but roc-droid doesn't provide UI for that. Reed-solomon is a good default since it fits better for most...
I'm planning to implement first part soon (enums, configs, slot configuration).
Sure, thanks!
@saurabhyadav1985 Hi, do you still have plans on this?
Sure, thanks! Note that roc-java is not yet updated to the latest roc-toolkit, so you'll need to install roc-toolkit from 0.2.x tag rather than from master.
Hi, > From where the page should open in app ? From "About" page, I guess.
I think webview with toolkit dependencies is not a good idea. On one hand, we anyway should show many dependencies that are not listed there, and are specific to roc-java...
@saurabhyadav1985 You're welcome. It's open, but the linked issues should be resolved first, feel free to pick them up.
libroc provides a metric for that in 0.3. It requires RTCP to be enabled.
Potentially yes, however it's far from trivial. We have an issue for adding oboe to roc-toolkit: https://github.com/roc-streaming/roc-toolkit/issues/232 But just adding oboe wouldn't be enough, we'll also need to extend C...