-
Notifications
You must be signed in to change notification settings - Fork 0
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 Extension #61
Comments
|
Our purpose for the chrome extension is to be a sidekick to the consumer experience who are streaming videos on the desktops/laptops. Since we are focusing in the sports niche at the moment, the videos will be around that content. So we would want to latch our UI elements (TrendingEntitites, ReactionFeed etc) onto these videos or the platforms that host these videos such as Hotstar, Sony Liv and YouTube. An extension will serve a dual purpose:
This is how I imagine it on YouTube (This layout would obviously change, but the elements will remain the same): What I need from the extension is the following events relayed to our blackbox:
This helps in making the UI reactive to the video player state. |
@prastut , when is the value of current duration required? and in what format is the end time required? We have end time in seconds, so for example if end time is 5:56. then we have 356 as the value. |
Should the current time duration be relayed when the user plays or pauses the video only or after every fixed interval of time? |
First, let's break down the end goal. The timeline of a user interaction would look like this:
TL;DR I don't think I need the current duration inside the video if you are able to sort the above usecase. |
Cool, got it! |
In what sense is MATCH Info given to the backend? Do we rely on title of the youtube video or what? |
@krshubham Let's make this setup work for one video. Uske baad scale ka sochlenge. |
Latch onto (ranked in order of monetization preference):
The text was updated successfully, but these errors were encountered: