https://github.com/ponnamkarthik/flutterrtmpplublisher
A Flutter Plugins that helps you to brodcast Live via RTMP right from your flutter application
https://github.com/ponnamkarthik/flutterrtmpplublisher
Last synced: 6 months ago
JSON representation
A Flutter Plugins that helps you to brodcast Live via RTMP right from your flutter application
- Host: GitHub
- URL: https://github.com/ponnamkarthik/flutterrtmpplublisher
- Owner: ponnamkarthik
- License: other
- Created: 2019-09-08T03:10:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T22:20:14.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:05:24.893Z (6 months ago)
- Language: Objective-C
- Size: 14.3 MB
- Stars: 52
- Watchers: 2
- Forks: 44
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# flutter_rtmp_publisher
This Plugins helps to brodcast Live via RTMP right from your flutter application. In a single Line of code.
Under the hood plugins uses [SRS(Simple-RTMP-Server)](https://github.com/ossrs/srs) for Android and [LFLiveKit](https://github.com/LaiFengiOS/LFLiveKit) for iOS
> Supported Platforms
> * Android
> * iOS## How to use
```yaml
# add this line to your dependencies
flutter_rtmp_publisher: ^0.0.1
``````dart
import 'package:flutter_rtmp_publisher/flutter_rtmp_publisher.dart';
``````dart
// To start the stream call
RTMPPublisher.streamVideo("");
```
It only takes one required parameter i.e., url> * Make sure your app has camera permission
>
## Preview Images
## If you need any features suggest
> if you like it please star