v0.0.1
flutter_rtmp_publisher
इस प्लगइन की मदद से आप अपने फ्लटर एप्लिकेशन से ब्रॉडकास्ट लाइव रियल-टाइम वीडियो एक्सपोजर कर सकते हैं
28लाइक 1530-दिन डाउनलोड30Pub अंक
प्लेटफ़ॉर्म डेटा नहीं
एक फ्लटर प्लगइन जो आपकी फ्लटर एप्लिकेशन से सीधे आरटीएमपी के माध्यम से लाइव प्रसारण करने में मदद करता है
{"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