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

LivePlayer使用enableCasting不生效 #14648

Closed
GiantKs opened this issue Oct 10, 2023 · 1 comment · Fixed by #14668 or #14811
Closed

LivePlayer使用enableCasting不生效 #14648

GiantKs opened this issue Oct 10, 2023 · 1 comment · Fixed by #14668 or #14811
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x
Milestone

Comments

@GiantKs
Copy link

GiantKs commented Oct 10, 2023

相关平台

微信小程序

小程序基础库: 3.0.2
使用框架: React

复现步骤

let ctx = Taro.createLivePlayerContext('videoPlayer');
ctx.startCasting();

没有任何反应

期望结果

正确的拉起投屏

实际结果

没有任何反应

环境信息

 Taro CLI 3.6.17 environment info:
    System:
      OS: macOS 14.0
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 20.5.1 - /opt/homebrew/bin/node
      Yarn: 1.22.19 - /usr/local/bin/yarn
      npm: 9.8.0 - /opt/homebrew/bin/npm
    npmPackages:
      @tarojs/cli: 3.6.17 => 3.6.17 
      @tarojs/components: 3.7.0-canary.1 => 3.7.0-canary.1 
      @tarojs/helper: 3.6.5 => 3.6.5 
      @tarojs/plugin-framework-react: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-alipay: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-h5: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-jd: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-qq: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-swan: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-tt: 3.6.5 => 3.6.5 
      @tarojs/plugin-platform-weapp: 3.6.5 => 3.6.5 
      @tarojs/runtime: 3.6.17 => 3.6.17 
      @tarojs/shared: 3.6.5 => 3.6.5 
      @tarojs/taro: 3.6.17 => 3.6.17 
      @tarojs/webpack5-runner: 3.6.17 => 3.6.17 
      babel-preset-taro: 3.6.5 => 3.6.5 
      eslint-config-taro: 3.6.5 => 3.6.5 
      react: ^17.0.0 => 17.0.2 
      taro-ui: ^3.1.0-beta.4 => 3.1.0-beta.7 
@taro-bot2 taro-bot2 bot added F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x labels Oct 10, 2023
@GiantKs
Copy link
Author

GiantKs commented Oct 10, 2023

<LivePlayer autoplay={true} src='https://xxx.flv' id='videoPlayer' enableCasting={true} />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
F-react Framework - React T-weapp Target - 编译到微信小程序 V-3 Version - 3.x
Projects
Archived in project
2 participants