-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: UX enhancement for when Multipart frame cannot be scanned in time #233
Comments
The auto-slowdown after a cycle may not be a bad thing. No clutter UI-wise. |
One more thing I forgot to note: - Give user ability to skip to any particular frame number. novasamatech/parity-signer#426 This could be done without cluttering the UI if we just have a single slider. |
recap on chat with @burdges, there are several variations of fountain codes that would provide much more practical UX improvements than having to scroll back to some frame index after missing it - novasamatech/parity-signer#457 I did some research on RaptorQ fountain codes; the only caveat is that the Offline Signer needs to initialize the Decoder with the Encoder's configuration, in other words, the encoder needs to transmit the configuration information over some reliable channel. I think the way to do that would be over a single frame QR. So the process would look like:
Maybe (likely) that I'm overlooking something, but according to these benchmarks this would be a huge improvement for things like offline metadata updates, |
Is there entropy in the config or something that prevents it being fixed? We should not require any setup round trip with most erasure codes, although they do need to know the size of what they're decoding, but presumably you can report that in every frame. In other words, a frame is (num_shards,shard_idx,shard_data). |
Can implement whatever the uos spec specifies, have no specific horse in the race. (Would just suggest updating the spec and then opening a specific issue). |
there is no entropy in the config, it just needs to know the size of the data, but the RaptorQ library doesn't allow for configuring the extra shard info like that out of the box though maybe they're accepting PRs. So w.r.t to the UOS multipart spec, we'd just change the terminology a bit, i.e. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue if you think you have a related problem or query. |
This is a transferred from this issue in Parity Signer novasamatech/parity-signer#320. Low priority but food for thought.
as discussed with Maciej, there is a possibility that multipart payloads could get stuck infinitely with a particular fps.
for an example with 3 frames:
The potential solutions brought up were to either:
The text was updated successfully, but these errors were encountered: