tencent_live_fluttify 0.1.3 copy "tencent_live_fluttify: ^0.1.3" to clipboard
tencent_live_fluttify: ^0.1.3 copied to clipboard

discontinued
outdated

A `Tencent Live` flutter plugin, Powered by `Fluttify` engine.

Logo

腾讯直播 Flutter插件 #

pub package

专业版为付费插件, 如有需要请联系qq 382146139

专业版为付费插件, 如有需要请联系qq 382146139

专业版为付费插件, 如有需要请联系qq 382146139

依赖 #

dependencies:
  flutter:
    sdk: flutter
  tencent_live_fluttify: ^x.x.x

配置 #

Android #

  1. 如果你的AndroidManifest.xml的application标签配置了android:label属性, 那么编译时会出错, 报错信息为:
/Users/xxx/AndroidManifest.xml:10:9-41 Error:
	Attribute application@label value=(new_project_test) from AndroidManifest.xml:10:9-41
	is also present at [com.tencent.liteavsdk:LiteAVSDK_Smart:7.2.8927] AndroidManifest.xml:30:9-41 value=(@string/app_name).
	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:8:5-46:19 to override.

FAILURE: Build failed with an exception.

你需要做的是按照错误提示, 添加tools:replace="android:label"到application标签下, 注意tools:命名空间需要另外导入. 完整的修改后的AndroidManifest.xml示例:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools" <!--需要添加的代码-->
          package="xxx">
    <application
        android:name="io.flutter.app.FlutterApplication"
        android:label="xxx"
        tools:replace="android:label" <!--需要添加的代码-->
        android:icon="@mipmap/ic_launcher">
        ...
    </application>
</manifest>

iOS #

  1. 推流需要摄像头和麦克风权限, 并且需要配置为UiKitView使能, 在Info.plist中添加:
<key>NSMicrophoneUsageDescription</key>
<string>需要麦克风</string>
<key>NSCameraUsageDescription</key>
<string>需要相机</string>
<key>io.flutter.embedded_views_preview</key>
<string>YES</string>
  1. 腾讯直播的pod比较大, 有198M, pod install时间比较久, 请耐心等待, pod install --verbose可以观察下载进度.

导入 #

import 'package:tencent_live_fluttify/tencent_live_fluttify.dart';

使用 #

参考wiki.

社区版与专业版 #

推流 社区版 专业版
预览
推流
暂停推流
停止推流
停止预览
切换前后摄像头
打开/关闭闪光灯
播放背景音乐
停止背景音乐
暂停背景音乐
恢复背景音乐
麦克风音量大小
背景音乐音量大小
背景音乐音调高低
事件处理
设置观众看到的画面清晰度 ☑️
美颜 ☑️
滤镜 ☑️
调整摄像头的焦距 ☑️
设置曝光比例 ☑️
观众端镜像效果 ☑️
横屏推流 ☑️
隐私模式(垫片推流) ☑️
设置混音效果 ☑️
设置变调效果 ☑️
设置 Logo 水印 ☑️
开始本地录制 ☑️
停止本地录制 ☑️
发送 SEI 消息 ☑️
拉流 社区版 专业版
播放
恢复播放
恢复直播
是否在播放中
暂停播放
停止播放
事件处理
清晰度无缝切换 ☑️
画面调整 ☑️
3
likes
0
pub points
0%
popularity

Publisher

verified publisherfluttify.com

A `Tencent Live` flutter plugin, Powered by `Fluttify` engine.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, foundation_fluttify

More

Packages that depend on tencent_live_fluttify