<div dir="ltr"><div>Hello Marc,</div><div><br></div><div>that's what IU was kinda banking on;  use gstreamer  to pull/convert a stream from a camera, so that I could directly embed it in a html/web page and the video/stream would be transported over http.  I am not that worried about the sound, mostly the video stream.</div><div><br></div><div>So the stream that Ralf gave me seems to work/run, which is great (I just wish I understood the format and options in the cmd line better).<br></div><div><br></div><div>thanks,</div><div><br></div><div>Ron<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 7, 2019 at 4:13 AM Marc Leeman <<a href="mailto:marc.leeman@gmail.com">marc.leeman@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I don't think you need to transcode, H.264 should also be supported by<br>
the browsers.<br>
<br>
On Tue, 7 May 2019 at 09:10, Ralf Sippl <<a href="mailto:ralf.sippl@gmail.com" target="_blank">ralf.sippl@gmail.com</a>> wrote:<br>
><br>
> Hi Ron,<br>
><br>
> if the pipeline works, you got the GStreamer part right. Of course there are<br>
> two streams, video and audio. Each is sent to a different UDP port.<br>
><br>
> Now you need to run the receiving part, i.e. Janus. The streaming demo<br>
> listens to the ports your pipeline sends to. This is obviously off-topic<br>
> here, use the Janus site, or contact me if that doesn't work.<br>
><br>
> You can use webrtcbin instead, as Nirbheek suggested, but I found it harder<br>
> to set up (you need to run the websocket part on your own), and it will be a<br>
> 1-to-1 connection, so you can't use it for broadcast.<br>
><br>
> Ralf<br>
><br>
><br>
><br>
> --<br>
> Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br>
<br>
<br>
-- <br>
g. Marc<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div>