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

Any API to seek bullet comments list? #4

Open
tiansh opened this issue Jul 24, 2019 · 3 comments
Open

Any API to seek bullet comments list? #4

tiansh opened this issue Jul 24, 2019 · 3 comments
Labels
question technical Issue about the technical proposal

Comments

@tiansh
Copy link

tiansh commented Jul 24, 2019

It is normal that bullet comments are used on a <video> element. And user may seek the video to some timestamp. This require an API to seek the bullet comments too. Is there any API for this action?

@tiansh tiansh changed the title Any API to reset the delay timer? Any API to seek bullet comment list? Jul 24, 2019
@tiansh tiansh changed the title Any API to seek bullet comment list? Any API to seek bullet comments list? Jul 24, 2019
@MagicJuly
Copy link
Collaborator

@tiansh Bullet Chatting Proposal describes how to render Bullet Chatting, excluding a data list for Bullet Chatting, You can get <bulletchat> through <bulletchatlist> element at the current time. does not all scenarios rely on <video> element or in live video scene, there is no requirement for a Bullet Chatting data list.

In a common scenario that Video on-demand with Bullet Chatting, there is often a Bullet Chatting data list order by start time similar to webvtt, which requires developer to add <bulletchat> sync on video time. this API needs developer to provide also.

@tiansh
Copy link
Author

tiansh commented Aug 2, 2019

So, what is the point of delay style?

@DIYgod
Copy link
Contributor

DIYgod commented Aug 2, 2019

@tiansh If you already pre-insert some <bulletchat> with bulletchat-delay style, when you seek the video, you should update the value of bulletchat-delay in the meantime.

But if you have many <bulletchat>, adding sync on video time is a better way for a better performance.

@xfq xfq added the question label Sep 28, 2019
@xfq xfq added the technical Issue about the technical proposal label Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question technical Issue about the technical proposal
Projects
None yet
Development

No branches or pull requests

4 participants