Issues with OSX FaceTime HD camera and streaming

Sam Sanchez s.sanchez.g at gmail.com
Fri Feb 22 01:13:54 UTC 2019


I'm trying to simply stream my macbooks webcam to a specific ip/udp port
running wowza.

I'm new here and have been trying this out for hours.

this is what I'm trying to do:
1. get the webcam video
2. encode it
3 send it out

gst-launch-1.0 wrappercamerabinsrc \
! video/x-raw,width=1280,height=720,framerate=30/1 \
! videoconvert ! queue \
! avenc_h263 rtp-payload-size=10 bitrate=128 \
! rtph263pay pt=34 \
! rndbuffersize max=65000 \
! udpsink host=$SINK_HOST port=$SINK_PORT sync=true
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190221/d186d017/attachment.html>


More information about the gstreamer-devel mailing list