rtmp_with_capture

Creator: coderz1093

Last updated:

0 purchases

rtmp_with_capture Image
rtmp_with_capture Images
Add to Cart

Description:

rtmp with capture

rtmp_with_capture #
A new Flutter package for basic live streaming video to RTMP server. Capturing images during streaming is also possible.
Getting Started #
This plugin is an simplified version of camera_with_rtmp an extension of the flutter
camera plugin to add in
rtmp streaming as part of the system. We also add takePhoto method to get a image during rtmp streaming. It works on android and iOS
(but not web).
Features: #

Display live camera preview in a widget.
stream video to a rtmp server.

iOS #
Add two rows to the ios/Runner/Info.plist:

one with the key Privacy - Camera Usage Description and a usage description.
and one with the key Privacy - Microphone Usage Description and a usage description.

Or in text format add the key:
<key>NSCameraUsageDescription</key>
<string>Can I use the camera please?</string>
<key>NSMicrophoneUsageDescription</key>
<string>Can I use the mic please?</string>
copied to clipboard
Android #
Change the minimum Android sdk version to 21 (or higher) in your android/app/build.gradle file.
minSdkVersion 21
copied to clipboard
Need to add in a section to the packaging options to exclude a file, or gradle will error on building.
packagingOptions {
exclude 'project.clj'
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator