solved! Re: blipbob muxing erroneous pipeline
Carl Karsten
carl at personnelware.com
Sun Dec 23 05:32:04 UTC 2018
achievement unlocked!
gst-launch-1.0 \
audiotestsrc wave=ticks ! \
audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ! \
tee name=t \
t. ! queue ! mux. \
t. ! queue ! spacescope ! \
videoconvert !
video/x-raw,format=I420,width=1280,height=720,framerate=30000/1001,pixel-aspect-ratio=1/1
! queue ! mux. \
matroskamux name=mux ! \
tcpclientsink host=127.0.0.1 port=10000
On Sat, Dec 22, 2018 at 9:28 PM Carl Karsten <carl at personnelware.com> wrote:
> I'm trying to make a client for https://github.com/voc/voctomix
>
> I need matroskamux for voctomix, but to verify it is working I want
> that sent to autovideosink/autoaudiosink
>
> gst-launch-1.0 \
> audiotestsrc wave=ticks ! \
> tee name=t \
> t. ! queue ! spacescope ! mux. \
> t. ! queue ! mux. \
> matroskamux name=mux ! \
> decodebin name=decoder \
> decoder. ! queue ! videoconvert ! autovideosink \
> decoder. ! queue ! audioconvert ! autoaudiosink
>
> WARNING: erroneous pipeline: could not link spacescope0 to mux
>
> Once I get that working, I'll swap out the decodebin with:
>
> tcpclientsink host=127.0.0.1 port=10000
>
> which will send it to voctocore, similar to this:
>
> gst-launch-1.0
> videotestsrc name=videosrc !
>
> video/x-raw,format=I420,width=1280,height=720,framerate=30000/1001,pixel-aspect-ratio=1/1!
> mux.
> audiotestsrc wave=ticks name=audiosrc freq=330 !
> audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000!
> mux.
> matroskamux name=mux !
> tcpclientsink host=127.0.0.1 port=10000
>
> A moc voctocore for testing:
>
> https://github.com/CarlFK/voctomix-outcasts/blob/master/tests/dummy-server.py
>
>
>
> --
> Carl K
>
--
Carl K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20181222/0cd7b5d6/attachment.html>
More information about the gstreamer-devel
mailing list