I have been in trouble for a few days, so I really need some exports of webrtc to help me. I compiled successfully with the source code by ninja, and I can run the peerconnection example. I add the static libraries(.a file) into my qt project one by one, and then I set the include path to the source code
Tag: webrtc
Can an archive file store external links?
I am trying to link my Android app with a third-party archive. This archive, libvpx_new.a,is one among many archives that are being created as part of building webrtc for Android (on Ubuntu). I copy this archive and the header files into C:ThirdParty directory on Windows. My Android app tries to link with ThirdParty/libvpx_new/libvpx_new.a. When the build runs, I get link
Webrtc2sip: error adding symbols: DSO missing from command line
I am trying to compile following code webrtc2sip but getting following error. Edit: I have tried following option in Makefile but no luck 🙁 Answer Solution: Finally find it, used following option and it works!
Use an IP-camera with webRTC
I want to use an IP camera with webrtc. However webrtc seems to support only webcams. So I try to convert the IP camera’s stream to a virtual webcam. I found software like IP Camera Adapter, but they don’t work well (2-3 frames per second and delay of 2 seconds) and they work only on Windows, I prefer use Linux