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

Chrome App todo list #2

Closed
martinberlin opened this issue Nov 10, 2019 · 1 comment
Closed

Chrome App todo list #2

martinberlin opened this issue Nov 10, 2019 · 1 comment

Comments

@martinberlin
Copy link

Chrome App is a wild try to make UDP and compression work without the need of usIng a nodejs backend.
Branch: feature/tv-chrome app

cC @hputzek @iotpanik

UDP is already working. Compression with JavaScript works too but is not fast enough to send more than 5 Fps with 484 pixels. I don't think is worth adding it unless we find a faster way to implement it (web assembly?)

If that is efficient enough we can use this as a proof of concept and make a branch in the tester to see how that works out.
Note that there a few quirks that need tonne take in account when making an app. For example you cannot use eval() or Function unless you put that part in a sandbox. Doing that will let that work but has the undesired effect that loading a video will fail unless it is send with the right allow origin CSP so I would have to serve it with apache or a php wrapper. But that's still ok as long as is transparent for the user.
The mission of this whole thing is that the user gets a no brained one click install thing without needing to install or setup anything.

I will be only 5 days more working on this and submit it next Friday to Chrome web store.

@martinberlin
Copy link
Author

Sorry wrong project ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant