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

There are a few bugs then play in a modal. #89

Closed
jaggerwang opened this issue May 11, 2019 · 2 comments
Closed

There are a few bugs then play in a modal. #89

jaggerwang opened this issue May 11, 2019 · 2 comments
Labels
good first issue🤙 Good for newcomers

Comments

@jaggerwang
Copy link

jaggerwang commented May 11, 2019

🐛 Bug Report

I have a page contains a list of videos, each click on a video will open a modal to play this video. But there are a few bugs, please help me out.

Can not destroy the player

I need to destroy the player when close the modal, otherwise it will continue play in background. And when I play the next video, the previous one should be destroyed too.

Duration info not in one line

image

Does it support auto play?

I have not found auto play prop in api doc.

To Reproduce

Here is my code. The file object is a state, it will be set when play another video.

        <Player
          id={`video-player-${file.id}`}
          title={file.meta.name}
          cover={file.thumbUrls.large}
          duration={0}
          sources={{
            'hd': {
              play_url: file.url,
              size: file.meta.size,
            }
          }}
          locale="zh-Hans"
        />

Run npx envinfo --system --binaries --npmPackages griffith --markdown --clipboard

## System:
 - OS: macOS 10.14.4
 - CPU: (4) x64 Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz
 - Memory: 62.91 MB / 8.00 GB
 - Shell: 5.3 - /bin/zsh
## Binaries:
 - Node: 11.2.0 - /usr/local/bin/node
 - Yarn: 1.12.3 - /usr/local/bin/yarn
 - npm: 6.9.0 - /usr/local/bin/npm
 - Watchman: 4.9.0 - /usr/local/bin/watchman
@xiaoyuhen
Copy link
Contributor

xiaoyuhen commented May 13, 2019

hi @jaggerwang

Can not destroy the player

you can use ReactDOM.unmountComponentAtNode(target) to destroy the player or use some state to control the player shown.

Duration info not in one line

Could you please give me a demo for this problem? I can't find this case when my local context.

Does it support auto play?

No, it does not support autoplay, but we should support it.

see #92

@xiaoyuhen xiaoyuhen added the good first issue🤙 Good for newcomers label May 13, 2019
@xiaoyuhen
Copy link
Contributor

The v1.5.0 version is already supported autoplay feature.

please enjoy it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue🤙 Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants