Issues with OSX FaceTime HD camera and streaming

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issues with OSX FaceTime HD camera and streaming

Sam Sanchez
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

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Issues with OSX FaceTime HD camera and streaming

Nicolas Dufresne-5
Le jeudi 21 février 2019 à 17:13 -0800, Sam Sanchez a écrit :

> 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  \
Are you sure you want to use this element ? It is a very special
purpose wrapper source.

>     ! 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
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment