v0.0.1
flutter_rtmp_publisher
此外掛程式可幫助您直接從您的 Flutter 應用程式廣播即時串流 via RTMP
28喜歡 15近 30 天下載30Pub 分數
平台暫無資料
一個 Flutter 插件,可幫助您直接從您的 Flutter 應用程式透過 RTMP 廣播直播
{"sdk":"flutter"}{"sdk":"flutter"}以下為英文專案原文快照,最新內容請造訪 GitHub。
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) for Android and LFLiveKit for iOS
Supported Platforms
- Android
- iOS
# add this line to your dependencies
flutter_rtmp_publisher: ^0.0.1
import 'package:flutter_rtmp_publisher/flutter_rtmp_publisher.dart';
// To start the stream call
RTMPPublisher.streamVideo("<PLACE_YOUR_RTMP_STREAM_URL>");
It only takes one required parameter i.e., url
- Make sure your app has camera permission
if you like it please star