<div dir="ltr">I'm trying to simply stream my macbooks webcam to a specific ip/udp port running wowza.<div><br></div><div>I'm new here and have been trying this out for hours.</div><div><br></div><div>this is what I'm trying to do:</div><div>1. get the webcam video</div><div>2. encode it</div><div>3 send it out</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div>gst-launch-1.0 wrappercamerabinsrc \</div><div>    ! video/x-raw,width=1280,height=720,framerate=30/1 \</div><div>    ! videoconvert ! queue \</div><div>    ! avenc_h263 rtp-payload-size=10 bitrate=128 \</div><div>    ! rtph263pay pt=34 \</div><div>    ! rndbuffersize max=65000 \</div><div>    ! udpsink host=<span style="color:rgb(156,220,254)">$SINK_HOST</span> port=<span style="color:rgb(156,220,254)">$SINK_PORT</span> sync=true</div></div></div></div>