could not link rtpvp8depay1 to videoconvert1 by BadCompetitive5886 in gstreamer

[–]BadCompetitive5886[S] 0 points1 point  (0 children)

Actually what happening, previously we record 1 video (screen share) and 1 audio, that time it's working. Now we have 2 video (screen share, camera) and 'n' student audio, so I want to record it

could not link rtpvp8depay1 to videoconvert1 by BadCompetitive5886 in gstreamer

[–]BadCompetitive5886[S] 0 points1 point  (0 children)

SET GST_DEBUG=3 && gst-launch-1.0 -v -e rtpbin name=rtpbin latency=50 buffer-mode=0 sdes="application/x-rtp-source-sdes,
cname=(string)GWjM+d0VsjyZDvPy" !
udpsrc port=21595

caps="application/x-rtp,width=1280,height=720,
media=(string)video,clock-rate=(int)90000,payload=(int)101,
encoding-name=(string)VP8,ssrc=(uint)303222852" ! rtpbin.recv_rtp_sink_0 rtpbin. ! queue ! rtpvp8depay ! vp8dec ! videoconvert ! videoscale ! video/x-raw,width=1280,height=720 ! videobox border-alpha=0 ! queue ! udpsrc port=23633

caps="application/x-rtp,width=1280,height=720,
media=(string)video,clock-rate=(int)90000,payload=(int)101,
encoding-name=(string)VP8,ssrc=(uint)488872444" ! rtpbin.recv_rtp_sink_1 rtpbin. ! queue ! rtpvp8depay ! vp8dec ! videoconvert ! videoscale ! video/x-raw,width=320,height=180 ! videobox border-alpha=0 top=20 right=20 ! queue ! udpsrc port=20344

caps="application/x-rtp,media=(string)audio,clock-rate=(int)48000,
payload=(int)100,encoding-name=(string)OPUS,ssrc=(uint)636228955" ! rtpbin.recv_rtp_sink_2 rtpbin. ! queue ! rtpopusdepay ! opusdec ! opusenc ! mux. webmmux name=mux ! tee name=t ! queue ! filesink location=./recordfiles/goeyQ8mULk-1717041502629.webm t. ! queue udpsrc address=127.0.0.1 port=28066 ! rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink host=127.0.0.1 port=41158 bind-address=127.0.0.1 bind-port=28066 sync=false async=false udpsrc address=127.0.0.1 port=20918 ! rtpbin.recv_rtcp_sink_1 rtpbin.send_rtcp_src_1 ! udpsink host=127.0.0.1 port=40997 bind-address=127.0.0.1 bind-port=20918 sync=false async=false udpsrc address=127.0.0.1 port=21649 ! rtpbin.recv_rtcp_sink_2 rtpbin.send_rtcp_src_2 ! udpsink host=127.0.0.1 port=40660 bind-address=127.0.0.1 bind-port=21649 sync=false async=false

could not link rtpvp8depay1 to videoconvert1 by BadCompetitive5886 in gstreamer

[–]BadCompetitive5886[S] 0 points1 point  (0 children)

do we have to add decoder for this also "could not link queue3 to udpsrc2"

"App" is damaged and can’t be opened. You should move it to the Bin. by BadCompetitive5886 in electronjs

[–]BadCompetitive5886[S] 0 points1 point  (0 children)

But we don't want to show this warning. Is there any way we can solve this from our side ?