webrtcbin
Michael Gruner
michael.gruner at ridgerun.com
Wed May 28 17:26:32 UTC 2025
Hi Jerry,
This example is from an old, deprecated project from RidgeRun, not the mainstream GStreamer implementation.
Please refer to these pages instead:
webrtc::
https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=c
rswebrtc:
https://gstreamer.freedesktop.org/documentation/rswebrtc/index.html?gi-language=c
These are two implementations you can use. The later is a new one implemented in rust.
Michael
> On 28 May 2025, at 10:38, Jerry Geis via gstreamer-devel <gstreamer-devel at lists.freedesktop.org> wrote:
>
> I am using Ubuntu 24.04. I desire to make a call using gstreamer and webrtcbin
>
> When I do this:
> gst-launch-1.0 webrtcbin start-call=true signaler::server_url=http://my-machine:8080 <http://my-machine:8080/> \
> signaler::session_id=1234mycall name=web \
> videotestsrc is-live=true ! queue ! videoconvert ! \
> x264enc key-int-max=2 ! rtph264pay ! queue ! identity silent=false ! \
> web.video_sink web.video_src ! rtph264depay ! avdec_h264 ! videoconvert ! ximagesink async=true
>
> I get a message about start-call is not a property.
> Why is that ? This was an example on a webpage.
>
> Either way - 'How" do I make a call to a number like 101 using webrtcbin ?
>
> thanks
>
> Jerry
--
This email and any attachments are intended for the sole use of the named
recipient(s) and contain(s) confidential information that may be
proprietary, privileged, or copyrighted under applicable law. If you are
not the intended recipient, do not read, copy, or forward this email
message or any attachments, delete this email message and any attachments
immediately.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20250528/d7d6f00c/attachment.htm>
More information about the gstreamer-devel
mailing list