apivideo / api.video-flutter-live-stream

Flutter RTMP live stream client. Made with ♥ by api.video
MIT License
62 stars 37 forks source link

WEB Support #24

Closed Akshay-akkay closed 1 year ago

Akshay-akkay commented 1 year ago

Is your feature request related to a problem? Please describe. This is amazing package but there are no support web, even tho api.video supports it in JS ecosystem. I have been trying to broadcast to rtmp on flutter web on my own using websockets as transfer protocol and ffmpeg for trancoding on a proxy server, But not able to do yet.

Describe the solution you'd like There is a package for Native Web(JS) on NPM for doing the same @api.video/browser-to-rtmp-client . It would be awesome, if we could port it to flutter web.

Describe alternatives you've considered None.

Additional context None.

ThibaultBee commented 1 year ago

Hi,

That would be really nice. Unfortunately as you said, it would required a third party server (from WebSocket to RTMP). This is not something we want to include in our live stream libraries. So, we won't add that feature as long as it is not possible to directly stream RTMP from browser.