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
>
[hidden email]
>
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel