apivideo / api.video-flutter-live-stream

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

[Feat]: getting srt stream from different cameras and broadcast to rtpm #32

Closed drunkod closed 1 year ago

drunkod commented 1 year ago

Version

last

Environment that reproduces the issue

android

Use case description

Please give advice step by step how to add support getting srt stream from different cameras and broadcast to rtpm.

Proposed solution

No response

Alternative solutions

No response

ThibaultBee commented 1 year ago

Hi there,

This library streams camera and microphone frames over RTMP for Android and iOS. What you are looking to do would have to be perform on a server, therefore it is not related to this library.

drunkod commented 1 year ago

Hi there,

This library streams camera and microphone frames over RTMP for Android and iOS. What you are looking to do would have to be perform on a server, therefore it is not related to this library.

Good afternoon. Please give a couple of tips on how to correctly implement this function, of course, in the fork of your code.