ftl_player 1.0.1 copy "ftl_player: ^1.0.1" to clipboard
ftl_player: ^1.0.1 copied to clipboard

outdated

flutter tx live player.

ftl_player #

基于TXLiteAVSDK_Player 腾讯播放器封装flutter sdk 目前支持直播,sdk只提供核心功能,具体功能需要自定义,example里有一套附带的ui。

左iOS 右安卓

pub地址 https://pub.dev/packages/ftl_player

Image text

Image text

简单使用

Container(
    height: 200,
    child: FTLPlayerWraper((c) {
    this.wraperController = c;
    this.wraperController.handler = this;
    this.wraperController.playerController.startAutoType("11111");
}))

可以自定义修改UI,例如增加弹幕之类的功能

目前已知问题

1.安卓需要设置hls格式才可正常播放

1
likes
30
pub points
0%
popularity

Publisher

unverified uploader

flutter tx live player.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on ftl_player