Hello,
I’ve set up ofxGstRTP example_video_audio example, and it worked pretty nice:
however I noticed that it works well only when both PCs are on the same network. When I tried to speak between PCs on different networks, they don’t work. I changed lots of different stun servers, but they didn’t help.
Problem seems to be with libnice.
Maybe you had this problem?
(I am planning to make a VPN server, maybe this would help)
I would appreciate if you share you experience of connecting two machines on different networks with ofxGstRTP.
Here’s output by the way:
- https://gist.github.com/barelief/5befb2e214c5629b464a (this is when both machines are on the same network, and streaming works perfectly)
- https://gist.github.com/barelief/32353043d5d9e309461f (this is when streaming is not working, and machines are on different newtorks)
As I understand ofxGstRTP should work without any special network configuration?