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

Seek to time in video feature. and duration returning on video closed #222

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

praveenpl03
Copy link

Added a small feature that allows seeking time in the video and return duration on video closed.
Can use "start": "19989" in options to seek to this time on video

Added Returning JSON on success or error callback

Having
{
"duration":"12130",// in miliseconds
"message":"Error Message" // if available
}

praveenpl03 and others added 4 commits June 1, 2021 10:16
Useful for people developing apps for video platform to resume the video from last seen position.
Need to save the duration returned on callback for further utilisation by user.
@jerodfritz
Copy link

I think if we can get an iOS implementation in addition this would be a great addition.

@jerodfritz
Copy link

iOS implementation added as a PR on praveenpl03's fork

@praveenpl03
Copy link
Author

praveenpl03 commented Sep 8, 2021 via email

@jerodfritz
Copy link

You can merge my PR in your repo so that it is included in this PR

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

Successfully merging this pull request may close these issues.

2 participants