-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can not move backward in the player #277
Comments
I believe #264 fixes this |
@Juice10 I do confirm. |
@Juice10 I was testing another replay on your branch (replay-seeking) and got error when I was trying to seek forward the video. Line 310 in ad32b8b
I thought it might be interesting for you to investigate that |
@raminious I think that might have to do with #98, would you mind sharing the events that where generated for this recording? |
@Juice10 here you go https://github.com/raminious/rrweb-player please clone -> npm i -> npm start events file: you will be able to switch between them from here https://github.com/raminious/rrweb-player/blob/master/src/index.ts#L2 |
#274 has been merged with a fix of this. And the rrweb-player will use the latest rrweb when rrweb-io/rrweb-player#26 this PR is merged. |
Hello,
I'm trying to implement two basic functionalities that jump forward and backward in the player. jumping forward is working as expected but jumping backward doesn't working. I spent a couple of hours to debug with no success.
I provided a basic Codesandbox if you want to take a look at that
https://codesandbox.io/s/sharp-chatterjee-dyesu?file=/src/index.js
https://dyesu.csb.app/
Steps to reproduces:
on the above example,
1- click on play button
2- click on move forward button
3- click on move backward button (it doesn't work)
I see it's working in the rrweb-player (seeking time progress) component, so I really curious to know what's wrong with my implementation
thank you so much
The text was updated successfully, but these errors were encountered: