Michel Promonet
Michel Promonet
Hi, To use TCP streams, you may need to setup a Turn server instead of default stun. Best regards Michel
Hi Fabiano, Not sure that using internal STUN server is a good idea on a AWS EC2... why not using the default google STUN ? This link may help you...
Hi Fabiano, If the firewall are openned, I don't understand why running with `-S0.0.0.0:3478 -s$(curl -s ifconfig.me):3478` doesnot work. I made some tests but it is always working even when...
Hi, In order to analyze strace output you should either add `-f` option to strace in order to follow threads or add `-s` option to use only main thread. I...
Hi danieltwagner, If I follow you, after an upgrade of kernel capturing frame of 1280x720 doesnot work anymore, but it works with lower resolution ? I made a try with...
Hi, If this is a v4l2loopback, the capture format is fixed by the loopback input. Then it needs to be in a format supported by v4l2rtspserver or you can convert...
Hi, You should look in the log, there is probably an error before. webrtc SDK may not supported the h264 profile that you are using ? You may also try...
Hi, It depends why you like to do this ? This fonction look to same device name between video & audio capture devices. Best Regards, Michel.
Hi, latest webrtc doesnot build with gn configuration of this project. It was building for v0.7.0 with webrtc commit 81d65fcf7d. Best Regards, Michel.
Hi, Yes I told you it doesnot build with latest webrtc, the windows pipeline are failing. To get a specific webrtc version, you should go to ../webrtc/src and run `git...