<div dir="ltr"><div>Hmm,  I didn't count on that.     What I tried earlier was have vlc run, and have it serve on localhost on a port, vlc picked that up and browser did too, but poorly at that point.</div><div>like the other e-mail suggested, H.264 directly into a browser "a la"  the embedded video would just be pointed t by a URI   something like:  <video>url="localhost.localdomain:100001" content-type="mime-mpg4"</video>   don't remember the exact html text,  but it was something like that.</div><div><br></div><div>I want to display the video over HTTP, so webctl is not going to work for me.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, May 7, 2019 at 1:05 AM Ralf Sippl <<a href="mailto:ralf.sippl@gmail.com">ralf.sippl@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">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></blockquote></div>