In the gstreamer - streamingtest example (https://janus.conf.meetecho.com/streamingtest.html) a gstreamer pipe is sending to udpsink host=127.0.0.1 port=5004, which then is broadcasted via webRTC in Janus. how is it possible to send a webcam-stream from another user through his browser getUserMedia() to Janus-Gateway for broadcasting? Do i have to configure a pipe for it as well and how would that look like?
I have installed Janus and i am able to run all the Demos.