Replies: 2 comments 2 replies
-
Hello, Yes, it is possible but you will need create a custom video/audio source. First of all, you need find a library to reproduce that RTMP servers stream. For example using exoplayer or VLC. I recommend you create a minimal example code where you can reproduce the stream video using a SurfaceView and get buffers of audio in realtime and then we can start VideoSource/AudioSource classes based in that example code. |
Beta Was this translation helpful? Give feedback.
-
Thanks @pedroSG94 . I'll try to experiment with this. |
Beta Was this translation helpful? Give feedback.
-
Hi @pedroSG94 ,
Since I don't have much in-depth knowledge on this topic, what I'm asking may not be possible so I apologize in advanced.
Would it be possible to have internal RTMP servers that we can connect external rtmp-based cameras or apps to, and dynamically choose one of those incoming streams and relay them to the current RTMP client stream that we may connect to YouTube for example?
In this way, we can do multiple camera angles as well as support high quality external cameras such as Mevo.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions