https://github.com/ossrs/flutter_live
Live streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+SRS.
https://github.com/ossrs/flutter_live
android flutter ios live-streaming srs webrtc
Last synced: 2 months ago
JSON representation
Live streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+SRS.
- Host: GitHub
- URL: https://github.com/ossrs/flutter_live
- Owner: ossrs
- License: mit
- Created: 2020-10-17T05:32:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T02:11:20.000Z (about 1 year ago)
- Last Synced: 2025-03-29T10:07:14.263Z (2 months ago)
- Topics: android, flutter, ios, live-streaming, srs, webrtc
- Language: JavaScript
- Homepage: https://ossrs.net
- Size: 1.28 MB
- Stars: 348
- Watchers: 9
- Forks: 108
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter-live

[](https://pub.dev/packages/flutter_live)
[](https://github.com/ossrs/srs/wiki/v1_CN_Contact#wechat)跨平台(iOS+Andriod)多协议(RTMP/HTTP-FLV/HLS/WebRTC)直播播放器, Flutter+[SRS](https://github.com/ossrs/srs)。
Live Streaming player, iOS+Android, RTMP/HTTP-FLV/HLS/WebRTC, by Flutter+[SRS](https://github.com/ossrs/srs).
## Usage
国内设置代理:
```bash
export FLUTTER_STORAGE_BASE_URL=https://storage.flutter-io.cn &&
export PUB_HOSTED_URL=https://pub.flutter-io.cn
```编译和运行SRS直播(iOS可以从[这里](https://ossrs.net)安装):
```
git clone https://github.com/ossrs/flutter_live.git &&
cd flutter_live/example && flutter run
```> Warning: Not support iOS simulator, [#14647](https://github.com/flutter/flutter/issues/14647).


