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

VideoPlayer's stream_position property don't work. #32358

Closed
zszen opened this issue Sep 26, 2019 · 2 comments
Closed

VideoPlayer's stream_position property don't work. #32358

zszen opened this issue Sep 26, 2019 · 2 comments
Labels

Comments

@zszen
Copy link

zszen commented Sep 26, 2019

Godot version:
3.1.1

OS/device including version:
macos 10.14

Issue description:

video.stream = load("res://res/2d/vid/v1.WebM")
video.stream_position = 5
video.play()

or

video.stream = load("res://res/2d/vid/v1.WebM")
video.play()
video.stream_position = 5

all don't seek the video

I want to use controller control the video play status . Is there any way can do this ?

@hungrymonkey
Copy link
Contributor

duplicate
#14430 (comment)

@Calinou
Copy link
Member

Calinou commented Oct 13, 2019

Duplicate of #14430.

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

No branches or pull requests

4 participants