<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div dir="ltr"></div><div dir="ltr">Yes there are few things to be aware of:</div><div dir="ltr">- gstwebrtcbin was introduced in 1.14. I am not surprise if you still have an older version.</div><div dir="ltr"><span style="background-color: rgba(255, 255, 255, 0);">- Yes you can add an audio path but we will probably need to re-encode the audio. See <a href="https://github.com/centricular/gstwebrtc-demos">https://github.com/centricular/gstwebrtc-demos</a></span></div><div dir="ltr">- You cannot use a static pipeline to use the webrtcbin because you need to plug a custom signalling. So you have to write code and you cannot use gst-launch directly.</div><div dir="ltr"><br></div><div dir="ltr">Cheers,       Pascal</div><div dir="ltr"><br>On 13 Sep 2019, at 21:41, Simon Brown <<a href="mailto:simon.k.brown@gmail.com">simon.k.brown@gmail.com</a>> wrote:<br><br></div><blockquote type="cite"><div dir="ltr"><div dir="ltr"><div dir="ltr">On Thu, 12 Sep 2019 at 02:19, Pascal Jacquemart <<a href="mailto:pascal@fluffyspider.com">pascal@fluffyspider.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Hi Simon,<br>
<br>
I think it depends on the H264 profile but it should be possible.<br>
You should be able to use something like <br>
<br>
filesrc location=video.ts ! tsdemux ! rtph264pay !<br>
application/x-rtp,media=video,encoding-name=H264,payload=96 ! webrtcbin<br>
<br>
Cheers,        Pascal<br>
<br><br></blockquote><div>Thanks Pascal,</div><div>I'm trying this now on an Ubuntu system, and two things spring to light:</div><div>1) webrtcbin isn't available - it looks like this is available from source for gstreamer bad plugins, but not from install of the bad plugins?  </div><div>2) It looks like it's only doing the video - is there a secondary path that I can send the audio on?</div><div><br></div><div>Cheers,</div><div>Simon</div></div></div>
</div></blockquote><blockquote type="cite"><div dir="ltr"><span>_______________________________________________</span><br><span>gstreamer-devel mailing list</span><br><span><a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a></span><br><span><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></span></div></blockquote></body></html>