pinkfish / flutter_rtmppublisher

Publisher to rtmp using the camera plugin as a basis to do all the basic camera/record management.
BSD 3-Clause "New" or "Revised" License
95 stars 121 forks source link

Query arguments in IOS #38

Open topilski opened 3 years ago

topilski commented 3 years ago

Hello, thank you for the plugin, we tried the plugin on both platforms, and seems on IOS query arguments in rtmp URLs erased i think here: https://github.com/pinkfish/flutter_rtmppublisher/blob/master/ios/Classes/FlutterRTMPStreaming.swift#L38 on Android rtmp urls with query works fine.

topilski commented 3 years ago

PR #40