EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

Some questions for usage of openwebrtc #698

Open echotor opened 6 years ago

echotor commented 6 years ago

Hi everyone. I have some questions for usage of openwebrtc.

Now I install openwebrtc through cerbero and installtion dicerctory is /opt/openwebrtc-0.3. Then I do not do next.

My idea is that I have a remote device which connect to internet through Mobile Network. I need control this device through remote client and get the video stream in the device. There is no GUI tools in remote device and I only run some scripts like python or compiled C++ program. The remote operate client could send data to the device like command etc. And the remote operate client should get the video stream on the device. Maybe the remote operator see the video through brower like Chrome.

So I should do next after installation of openwebrtc?

Another question is that how I use the example in test directory? I can not see any makefile or configure. Can give some assistance about usage?