<div dir="ltr"><div>I'll try that.   btw:  I am running Centos (6 and 7 on different machines).  can gstreamer-1.0 be installed next to  gstreamer?  I once tried to uninstall gstreamer (VLC gave warning that gstreamer needed to be replaced)...  that didn't end well</div><div><br></div><div>I'll that that cmd line with those options later</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 Mon, May 6, 2019 at 1:14 AM gripsynth <<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">Haven't tried Kurento, but Janus works fine with GStreamer and an OnVIF cam.<br>
I just tried it with my IP camera, here's the pipeline I'm using with the<br>
Janus streaming demo:<br>
<br>
gst-launch-1.0 uridecodebin<br>
uri=rtsp://user:password@server:port/your-cams-url name=d ! videoconvert !<br>
vp8enc deadline=1 ! rtpvp8pay ! queue !<br>
application/x-rtp,media=video,encoding-name=VP8,payload=97 ! udpsink<br>
host=127.0.0.1 port=5004 d. ! audioconvert ! audioresample ! queue ! opusenc<br>
! rtpopuspay ! queue !<br>
application/x-rtp,media=audio,encoding-name=OPUS,payload=96 ! udpsink<br>
host=127.0.0.1 port=5002<br>
<br>
You can see the grass moving and hear the birds singing, simultaneously in<br>
several tabs in Chromium and Firefox at the same time :) latency and frame<br>
rate are fine.<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>