Can't play NPR stream

I get the following error when trying to play this stream:

ERROR GStreamer error: gst-stream-error-quark: Internal data stream error. (1)

I tested the stream with the following command line options (I do have output = !qtdemux ! faad ! autoaudiosink in mopidy.conf) :

gst-launch-1.0 https://ondemand.npr.org/npr-mp4/npr/newscasts/2018/08/23/newscastShort100806.mp4 ! qtdemux ! faad ! autoaudiosink
Setting pipeline to PAUSED …
Pipeline is PREROLLING …
Redistribute latency…
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: GstPulseSinkClock
^Chandling interrupt.
Interrupt: Stopping pipeline …
Execution ended after 0:00:06.971917034
Setting pipeline to PAUSED …
Setting pipeline to READY …
Setting pipeline to NULL …
Freeing pipeline …

Any suggestions?