Open VladVKozlov opened 2 years ago
I solved the problem. It appears, that stream does work from a physical phone, but does not from an emulator. I suggest this is due hardware decoding that is available on a real phone. So only one question left - what media server did you use for testing RTMP stream for this solution? I need one that has free low latency WebRTC player. Ant media has huge latency when stream is played in its LiveApp..
Hi Pedro!
I'm testing with the sample app. I want to transfer video from IP wifi camera -> android phone (as wifi hotspot) -> Ant Media Server Community Edition I can get image on my phone emulator from the camera: I see broadcasting stream being created in Ant Media's live app: However, the video that I receive on ant media is black:
The stream URL I use is: private val streamURL = "rtmp://192.168.2.55/LiveApp/650968657595534014313119"
Questions: