Playing DSD files via gst-libav from a UPnP server does not work

Tim Müller tim at centricular.com
Wed Jul 7 09:49:48 UTC 2021


Hi Robert,
The 'wrong format' error you're getting might be fixed by adding a
"typefind" element between souphttpsrc and the demuxer.

Alternatively, or in addition, you could also try:

  souphttpsrc ! queue2 ring-buffer-max-size=5242880 ! ...

which will make the demuxer operate in pull mode, which is generally
preferable.

You can also try

  playbin3 ring-buffer-max-size=5242880 audio-sink=pulsesink
uri=http://... 

Cheers
 Tim




More information about the gstreamer-devel mailing list