How could I connect to a UDP stream with webrtcbin in GStreamer?

peter12 mikelblaz6 at gmail.com
Tue Dec 1 07:52:01 UTC 2020



After launching a UDP stream in the port 5001 and in localhost, I would like
to connect to that stream using webRTC.

I am using the following pipeline but does not work.

const gchar* pipeline_template = "webrtcbin bundle-policy=max-bundle name=tx
%s udpsrc port=5001 ! application/x-rtp, payload=96, media=video,
clock-rate=90000, encoding-name=H264 ! rtpjitterbuffer latency=40 ! %s !
tx.";
    pipeline_str = g_strdup_printf(pipeline_template, STUN_SERVER,
RTP_CAPS_H264);

I am implementing WebRTC with a Janus server




--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list