Moure

Results 12 comments of Moure

Thank you for the quick response, If what you suggested doesn't work, could I stream my smartphone screen instead? I saw that there is a similar issue, #111, but the...

If the camera I'm using keeps updating the ImageView with Bitmaps, can't I use them for streaming? What I want to do is create an RTSP server so that any...

I didn't find anything better. The camera is a FLIR One Edge Wi-Fi, and its SDK works like this. I'm trying to record the screen, which could work as a...

This is waht i'm using. I have the manifest just like yours, but with my packages and the same permissions. I have this service ```@RequiresApi(api = Build.VERSION_CODES.LOLLIPOP) class ScreenService: Service(),...

Note: The audio from the smartphone's microphone is being transmitted, but the video appears black.

Great, thanks a lot! Now it works, although I can't continue using my app in the background. The buttons from my MainActivity don't appear, but I'll try to fix it...

Okay, thank you very much for your help and for the library. I'll see what I can do, and if I manage to get it working, I'll let you know.

Hi, do you know why i often have this problem? ``` 2025-02-11 11:36:47.256 30311-30614 CommandsManager com.example.rtsp.flir_one_edge I 2025-02-11 11:36:47.257 30311-30614 CommandParser com.example.rtsp.flir_one_edge E cSeq not found ....... 2025-02-11 11:21:02.767 13922-14151...

Hello, I'm working on it, but something weird is happening. Let me explain: 1. If I have nothing connected via WiFi, it automatically picks up the USB interface, and it...