Skip to content
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

Ensure the audio stream transaction is submitted by the player #5

Open
reyraa opened this issue Jul 19, 2023 · 0 comments
Open

Ensure the audio stream transaction is submitted by the player #5

reyraa opened this issue Jul 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@reyraa
Copy link
Member

reyraa commented Jul 19, 2023

Although the Player applications (Web Player and Mobile apps) submit audio stream transactions as designed, being a client app they are prone to manipulations. We should ensure the transactions are submitted as intended. This can be done by the storage API.
The storage API should serve the initial part of the audio to the user to ensure a smooth user experience. After the initial part is delivered, the API looks for the new audio stream transitions on the network and if the expected transaction appears in one of the next 3 blocks, the users can continue streaming. Otherwise the API interrupts the streaming with a relevant error message.

@reyraa reyraa added the enhancement New feature or request label Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant