splitmuxsink not working with opusenc

Nicolas Dufresne nicolas at ndufresne.ca
Wed Mar 18 21:47:31 UTC 2020


Le mercredi 18 mars 2020 à 19:46 +0400, Abu Abdullah a écrit :
> Hi,
> 
> the following pipeline is not working:
> $ gst-launch-1.0 alsasrc ! audio/x-raw,channels=1 ! opusenc ! oggmux !
> splitmuxsink location=%03d.ogg
> WARNING: erroneous pipeline: could not link oggmux0 to splitmuxsink0

You need to give the muxer to splitmuxsink. Placing it before won't
work, see "muxer" property.

  ...! splitmuxsink muxer=oggmux

> 
> using normal filesink is working fine:
> $ gst-launch-1.0 alsasrc ! audio/x-raw,channels=1 ! opusenc ! oggmux !
> filesink location=dd.ogg
> 
> 
> platform is Raspberry pi with gst 1.16.2
> 
> any help is appreciated
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list