Jump to content

GStreamer WebRTC Wrapper/GStreamer Pipelines/OWR Pipelines: Difference between revisions

Line 18: Line 18:
cd <path-to-gst-webrtc-wrapper>/tests/examples/signalers/owr
cd <path-to-gst-webrtc-wrapper>/tests/examples/signalers/owr
node signaler.js
node signaler.js
</syntaxhighlight>
* Start web client in the PC. By default the web client starts at port 8080. To use a different port provide it as an argument at the end.
<syntaxhighlight lang=bash>
#Start web client at port 8080
cd <path-to-gst-webrtc-wrapper>/tests/examples/signalers/owr
node owr_web_client_example.js
#Start web client at port 8082
cd <path-to-gst-webrtc-wrapper>/tests/examples/signalers/owr
node owr_web_client_example.js 8082
</syntaxhighlight>
</syntaxhighlight>


579

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.