videochat

Sinch Video Chat - Remote Video Issue

依然范特西╮ 提交于 2019-12-02 01:29:45
I am developing a chat application. For the video chat integration i am using sinch android sdk. I got it https://github.com/sinch/android-video-calling sample working fine. I dont want to show local video view on user screen. So when i removed it from callscreen activity layout and from callscreen activity java class there is no remote video shown on either of the devices. The video views doesnt seem to be linked to view in layout as they are fetched from getSinchServiceInterface().getVideoController(). Please Help! Thats right, right now you need a local view to transmit video, we are

How to use WebRTC + Pubnub Api for video chat client in Native android app

时间秒杀一切 提交于 2019-11-28 11:19:31
i am working on one android application with the functionality of p2p video chat just like Skype. while researching on google, i got some libraries but not getting anything for android native. i decided to go with WebRTC with the use of PubNub api. how can i create a video chat native android client with the use of there libraries? i found one code for native video chat client, https://github.com/pchab/AndroidRTC this demo application require url with IP:PORT so i have one confusion about that how the server will be? can anyone help me? as I understand you need some signaling server which

Display on screen using QAbstractVideoSurface [closed]

我只是一个虾纸丫 提交于 2019-11-28 01:40:09
问题 I am trying to display camera picture on screen using a subclass of QAbstractVideoSurface, and I've no experience on this. I'd appreciate if anyone can explain how to do it. 回答1: The QAbstractVideoSurface is an interface between the producer and consumer of the video frames. You only have two functions to implement to begin with: supportedPixelFormats so that the producer can select an appropriate format for the QVideoFrame present which is more generic wording for show\display this frame

How to use WebRTC + Pubnub Api for video chat client in Native android app

血红的双手。 提交于 2019-11-27 06:12:36
问题 i am working on one android application with the functionality of p2p video chat just like Skype. while researching on google, i got some libraries but not getting anything for android native. i decided to go with WebRTC with the use of PubNub api. how can i create a video chat native android client with the use of there libraries? i found one code for native video chat client, https://github.com/pchab/AndroidRTC this demo application require url with IP:PORT so i have one confusion about