[gst-devel] Unsink at video stream

cubensis at tvsol.pr.gov.br cubensis at tvsol.pr.gov.br
Wed Jul 11 17:05:27 CEST 2007


The goal is to send live video to an Icecast server.

This is almost working:

gst-launch v4lsrc device=/dev/video0 ! ffmpegcolorspace ! queue
! videoscale ! video/x-raw-yuv,width=320,height=240 ! queue
! theoraenc quality=16 ! queue ! oggmux name=mux
! shout2send ip=x.y.z.k port=8000 password=hackme mount=teste.ogg
   alsasrc device="hw:0"
! audioconvert ! audio/x-raw-float,channels=1 ! queue
! audioresample ! audio/x-raw-float,rate="48000",channels=1 ! queue
! vorbisenc quality=0.5  ! mux.

The problem that persist no matter how i tweak the pipe... is an audio 
delay of 1 or 2 seconds related to the image...

Please, could anyone offer suggestions ?





More information about the gstreamer-devel mailing list