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

VIDEO_PLAY_STATE_CHANGED 一直mute unmute #123

Open
mok-cp opened this issue Oct 3, 2024 · 1 comment
Open

VIDEO_PLAY_STATE_CHANGED 一直mute unmute #123

mok-cp opened this issue Oct 3, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@mok-cp
Copy link

mok-cp commented Oct 3, 2024

image

当我在听 TRTC.EVENT.VIDEO_PLAY_STATE_CHANGED 的时候,一直得到无限次mute, unmute

trtc.on(TRTC.EVENT.VIDEO_PLAY_STATE_CHANGED, event => {
  console.log(`${event.userId} ${event.streamType} video player is ${event.state} because of ${event.reason}`);
});
@mok-cp mok-cp added the question Further information is requested label Oct 3, 2024
@Rychou
Copy link
Collaborator

Rychou commented Oct 10, 2024

这种现象是因为解码的数据不足以播放导致的

  1. 是否必现?
  2. 检查下网络是否正常。

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

No branches or pull requests

3 participants