webrtcbin

Jerry Geis via gstreamer-devel <[email protected]> Wed, 28 May 2025 12:38:50 -0400
Newsgroups gmane.comp.video.gstreamer.devel
Message-ID <CABr8-B5bXNSJOeTs5cDO40H2m75xaPk6_9kSg-Zm_r7Osk1tpA@mail.gmail.com>
--00000000000082bec3063634d185
Content-Type: text/plain; charset="UTF-8"

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 \
    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

--00000000000082bec3063634d185
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">I am using Ubuntu 24.04. I desire to make a call using gst=
reamer and webrtcbin<div><br></div><div>When I do this:</div><div>gst-launc=
h-1.0 webrtcbin start-call=3Dtrue signaler::server_url=3D<a href=3D"http://=
my-machine:8080">http://my-machine:8080</a> \<br>=C2=A0 =C2=A0 signaler::se=
ssion_id=3D1234mycall name=3Dweb \<br>=C2=A0 =C2=A0 videotestsrc is-live=3D=
true ! queue ! videoconvert ! \<br>=C2=A0 =C2=A0 x264enc key-int-max=3D2 ! =
rtph264pay ! queue ! identity silent=3Dfalse ! \<br>=C2=A0 =C2=A0 web.video=
_sink web.video_src ! rtph264depay ! avdec_h264 ! videoconvert ! ximagesink=
 async=3Dtrue</div><div><br></div><div>I get a message about start-call is =
not a property.</div><div>Why is that ? This was an example on a webpage.</=
div><div><br></div><div>Either=C2=A0way - &#39;How&quot; do I make a call t=
o a number like 101 using webrtcbin=C2=A0?</div><div><br></div><div>thanks<=
/div><div><br></div><div>Jerry</div></div>

--00000000000082bec3063634d185--