<div dir="ltr">Hi Nirbheek,<div><br></div><div>In your reply to Ivan in the comments section of your blog post, you mentioned that it should be possible to directly payload-encode an RTSP stream containing H264 frames into webrtcbin without having to first decode it and then re-encode it. I am interested in this exact scenario. I've tried the following pipeline but it doesn't show the video on the webpage. There is no error in the browser console either. Could you please take a look and let me know if there is something wrong with this pipeline?</div><div><br></div><div>gst_parse_launch("rtspsrc location=rtsp://<a href="http://10.51.52.115/h264">10.51.52.115/h264</a> ! queue ! rtph264pay ! application/x-rtp,media=video,encoding-name=H264,payload=96 ! webrtcbin name=sendrecv", &error);<br></div><div><br></div><div>Thanks!</div></div>