https://kotlinlang.org logo
Title
i

Irfan

07/03/2021, 1:41 PM
Hey Everyone I need to send videos stream from desktop to clients via RTMP. Is there a library which does that? actually i am just an android app developer trying to build a single application for both android and desktop thanks to “compose for desktop”.
c

Colton Idle

07/03/2021, 2:33 PM
RTMP?
m

Michael Paus

07/03/2021, 2:40 PM
@Irfan What exactly do you mean by “send videos stream from desktop to clients”? Who is sending what to whom?
c

corneil

07/03/2021, 2:58 PM
If your client is android of another Java desktop app https://github.com/pedroSG94/rtmp-rtsp-stream-client-java may help
i

Irfan

07/03/2021, 3:26 PM
Thanks @corneil. @Michael Paus - I am working on this fitness app where we are using Amazons IVS to live stream videos. IVS provides an RTMP channel url to transmit video streams and playback url to watch those live streams. Our fitness coaches are the one supposed to be broadcasting their video during workout and members who are participating in that class would be watching and follow along with the coach.
I already have integrated this https://github.com/pedroSG94/rtmp-rtsp-stream-client-java library @corneil posted the link above in existing android app. my question was - this library is android only i think. Will it work with desktop as well ? or do i need to find a different one for desktop? so 2 different library one is in android specific module and another one in desktop specific module? apologies for the basic question, it’s just i have never worked with desktop app before. and still a newbie in “compose for desktop”.
c

corneil

07/03/2021, 4:30 PM
The client shouldn't matter to the protocol. Sending requires a server not a client
Everybkdy is a newbie in Compose for Desktop
😄 3