-
Hello, I use Demo's ExampleRempActivity class to test push streaming. But an IOException was reported.
E/RtmpClient: connection error
java.io.IOException: Unimplemented message type: null
…
-
Hi @pedroSG94! Thanks for this great library. We have been encountering a problem with sending audio packets to some devices but video packets are present. We are getting encoding error java.lang.Inde…
vlj21 updated
3 years ago
-
## What
When unmounting the Camera component (wrapped in another one), throws an `Error: Frame Processors are not enabled. Make sure you install react-native-reanimated 2.1.0 or above!`.
![Captu…
-
I want to play video or audio from Android.
Android:
```
Video: Camera > MediaCodec H264(video/avc) encode > WebSocket Server
Audio: AudioRecord(PCM) > MediaCodec AAC(audio/mp4a-latm) encode >…
-
Hello, I'm using the linphone library Version 5.2.0 +,it works well. But when the call reaches 5 minutes, it will automatically hang up. Is this normal? (from Google translate)
-
Hi! Thanks for great library for streaming. During implementation in my project i faced an issue that sound is a bit laggy. Here is my configuration
private val AUDIO_BITRATE: Int = 2500 * 1024
p…
-
Hi,
I'm using this library to record and stream videos from foreground service on Android 10.
It works with my Samsung Note 8, but when I try to run the application on a Samsung A10S device got…
-
Hello!
I have a case where user streams and at the same time he is able to accept webrtc calls through webview overlay. It works ok on all androids except some Samsung Galaxies.
On Galaxy s10 (and…
-
Hello guys,
I'm trying to send video and audio from 2 different source to rtmp.
Video : i have hdmi input (for now i'm able to getting the bytes and to send it with ffmpeg with parcelFileDescrip…
-
Hello again.
I have a problem with applying filters and streaming, or rather with disconnection.
The sequence of the error is as follows:
1) Start the broadcast.
2) I apply a filter (Ej.- rtsp…