flutter_live 1.0.16
flutter_live: ^1.0.16 copied to clipboard
Live streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+SRS.
flutter-live #
跨平台(iOS+Andriod)多协议(RTMP/HTTP-FLV/HLS/WebRTC)直播播放器, Flutter+SRS。
Live Streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+SRS.
Usage #
国内设置代理:
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn &&
export PUB_HOSTED_URL=https://pub.flutter-io.cn
copied to clipboard
编译和运行SRS直播(iOS可以从这里安装):
git clone https://github.com/ossrs/flutter_live.git &&
cd flutter_live/example && flutter run
copied to clipboard
Warning: Not support iOS simulator, #14647.