RootEncoder icon indicating copy to clipboard operation
RootEncoder copied to clipboard

RootEncoder for Android (rtmp-rtsp-stream-client-java) is a stream encoder to push video/audio to media servers using protocols RTMP, RTSP, SRT and UDP with all code written in Java/Kotlin

Results 395 RootEncoder issues
Sort by recently updated
recently updated
newest added

RtmpCamera2(AutoFitTextureView,...).setForce(SOFTWARE,FIRST_COMPATIBLE_FOUND); and cameraRtmp.startStream();

I am trying to use Animated text as filter. But app is crashing. Text animation code: textView.ellipsize = TextUtils.TruncateAt.MARQUEE textView.isSelected = true textView.isSingleLine = true I am using this textview...

I am trying to upload multiple filters including images, gifs and viewFilters. But I am able to move only the last uploaded filter. During live streaming I need to edit,...

Hello, I am encountering an issue where the saved rtmp stream cannot be played by ffplay, resulting in the following error message: ``` [h264 @ 0x7f4c4e5cd780] decode_slice_header error [h264 @...

Hello Pedro, We have been using your library to send RTSP streams from a mobile phone to a local server on the same network. However, we are facing some issues...

Hi we are using your package to take rtsp url from the camera, then we use ffmpeg on a local computer on the same network to push this rtsp stream....

This is working fine on Real device but when i use this on Genymotion to publish on Facebook Live app hangs. I tried few combination but every time app hangs...

the need here is to use the android device(server) to control the bitrate of the stream from the ip cam to the final client.

basically i am unable to start server in foreground service unless i do it in onstartcommand(). The reason i want to start server outside of onstartcommand(). is i want to...

Hi @pedroSG94 first of all thankyou for great library, I'm not able to stream prerecorded video on facebook rtmp url, its woking fine on different devices I've tested but the...