desktop-sharing

Desktop Sharing using Jitsi

浪子不回头ぞ 提交于 2019-12-20 06:08:55
问题 Hello There, I just started doing research on Jitsi- VideoBridge and I am developing a desktop sharing application( Live streaming Audio & Video) which can run on all the platforms natively using WebRTC. Jitsi is all written in JAVA and can someone share/guide me C# implementation of Jitsi. I would also like to know what Frames/sec does jitsi offer for 1080p resolution. Let me know any other info is required. Thanks! 来源: https://stackoverflow.com/questions/37549831/desktop-sharing-using-jitsi

RDPSession ConnectToClient Terminating Unexpectedly

江枫思渺然 提交于 2019-12-01 12:50:39
I have successfully created a desktop sharing solution where an RDPViewer connects to an RDPSession. That's all working beautifully. Now, however, I'm trying to get the opposite to work: using the RDPViewer's StartReverseConnectListener method, and RDPSession's ConnectToClient method (where the session side would connect to the viewer side to work around NAT/Firewall issues). I've followed the steps outlined at http://msdn.microsoft.com/en-us/library/windows/desktop/aa373359%28v=vs.85%29.aspx , mainly: The viewer obtains its connection string by calling the StartReverseConnectListener method,