MJPG streaming

Chuck Crisler ccrisler at mutualink.net
Tue Feb 18 06:45:34 PST 2014


Something like this:

gst-launch v4l2src device=/dev/video3 always-copy=false !
'video/x-raw-yuv,width=640,height=480,framerate=30/1' \
   ! ffmpegcolorspace ! x264enc bitrate=512 tune=zerolatency key-int-max=25
! rtph264pay pt=96 ! udpsink host=$1 port=$2



On Tue, Feb 18, 2014 at 2:03 AM, M0rd0r <m0rd00r at gmail.com> wrote:

> Hi,
>
> I can use the RTP payloader, the problem is that I'm not able to create a
> valid pipe between the webcam video and the UDP streaming.
>
> Can anyone help me to create this kind of pipe? I don't know the command
> string to make a valid pipe to stream the webcam video over the network.
>
> Thanks again.
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/MJPG-streaming-tp4665316p4665337.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140218/68c6dadd/attachment.html>


More information about the gstreamer-devel mailing list