pedroSG94 / RootEncoder-iOS

RootEncoder iOS (rtmp-rtsp-stream-client-swift) is a stream encoder to push video/audio to media servers using protocols RTMP, RTSP and SRT with all code written in Swift
Apache License 2.0
124 stars 35 forks source link

The project is not stable yet? what do you mean by that? #44

Open luigbren opened 1 month ago

luigbren commented 1 month ago

greetings friend, I am programming in react-native I am starting in the implementation RootEncoder in android to transmit by RTMP, a question, when you say here in ios that the project is not yet stable, what do you mean by that? my intention to use it is to work with RTMP in ios also with the functionality to flip the camera while it is streaming that has support for h264 and aac and the basics in RTMP, thank you very much.

pedroSG94 commented 1 month ago

Hello,

I means that It is not really well tested in multiple devices (I only tested with iphone 6s, iphone 11 and ipad gen6 because I haven't more devices) anyway rtmp and rtsp should works fine in all models.

Also, the funtionallity is limited. For now, you only have the equivalent to RtmpCamera, RtspCamera, RtmpDisplay and RtspDisplay. I have plan to finish filter implementation using metal shaders, develop the equivalent to StreamBase classes to allow change video and audio sources on fly and then update a stable release with all important features.

luigbren commented 1 month ago

Saludos nuevamente amigo, una pregunta, las funciones rtmp en ios esta disponible? se puede hacer streaming desde ios? no entendi cuando me comentaste que: 'Además, la funcionalidad es limitada, Por ahora, sólo tienes el equivalente a RtmpCamera', necesito lo mismo que en android, la funcionalidad de RtmpCamera (para la captura de la camara) y las funciones estandar de un streaming, StarPublis, StopPublish, Mute, Un mute, Voltear camara

pedroSG94 commented 1 month ago

Hola,

Todo eso funciona sin problemas, lo único que falta para RtmpCamera son filtros que ahora mismo creo que solo estaba el de GreyScale