[gst-devel] Unsink at video stream
cubensis at tvsol.pr.gov.br
cubensis at tvsol.pr.gov.br
Wed Jul 18 02:51:15 CEST 2007
On Wed, 11 Jul 2007, Miguel Luis wrote:
> I had same problem too. I noticed that separating the only one gst-launch
> command line in two gst-launch command lines would solve the problem. Since
> gst-launch help us to meet the right pipelines, when we translate that
> pipelines to code it would not cause problem.
> Try to separate the audio from the video and send them in separate
> gst-launch calls.
>
> I would like to receive some info too about what I'm saying and why does it
> happens when we make an all-in-one (audio/video) Gstreamer pipeline.
>
>> 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.
How one could do this as the Icecast server will receive two different
streams - image and audio ?!
Could you please offer some example ?
Thanks.
More information about the gstreamer-devel
mailing list