v0.0.1
flutter_rtmp_publisher
이 플러그인은 Flutter 애플리케이션에서 RTMP를 통해 라이브 스트리밍을 방송하는 데 도움을 줍니다
28좋아요 1530일 다운로드30Pub 점수
플랫폼 정보 없음
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