Reply To: [Announce] New Max2Play Image for Raspberry Pi 4

Max2Play Home Forums Max2Play on Raspberry PI [Announce] New Max2Play Image for Raspberry Pi 4 Reply To: [Announce] New Max2Play Image for Raspberry Pi 4

29. April 2020 at 18:27 #48666

Hi all,

first of all to change the used Debian „Buster“ build from the current state to „stable“ you have to run „sudo apt update –allow-releaseinfo-change“.
After that upgrade will work again.

So I tried to run my old IQAudIO Pi-DAC+ on my pi4b on the m2p image to use it with gmediarender DLNA. Setting up the soundcard in m2p in the same way as on Pi2’s and Pi3’s, gmediarender started, but cannot stream music. So I checked DTOverlay, alsamixer, aplay -l asound.conf. Everything seems to be ok. But no progress in time counter.
I started a different setup with IQAudio’s „0_quicktest_buster.img“ and a fresh compiled gmediarender.resurrect version. That worked fine, streaming music over the soundcard.
Back in max2play pi4b version I installed that gmediarender.resurrect version in a different directory and started it. It seemmed to be ok until I started streaming.
See the output:

gmediarender 0.0.8 started [ gmediarender 0.0.8_git2020-01-09_26d8f7e (libupnp-1.8.4; glib-2.58.3; gstreamer-0.10.36) ].
Logging switched off. Enable with –logfile=<filename> (or –logfile=stdout for console)
Ready for rendering.

** (gmediarender:8427): WARNING **: 18:24:57.283: cannot set NULL uri
ERROR [2020-04-29 18:24:57.284101 | gstreamer] play: Error: No URI set (Debug: gstplaybin2.c(3824): setup_next_source (): /GstPlayBin2:play)
ERROR [2020-04-29 18:24:57.284342 | gstreamer] setting play state failed (2)
ERROR [2020-04-29 18:24:57.284524 | upnp] upnp_set_error: Playing failed (704)

** (gmediarender:8427): WARNING **: 18:24:59.297: cannot set NULL uri
ERROR [2020-04-29 18:24:59.297855 | gstreamer] setting play state failed (2)
ERROR [2020-04-29 18:24:59.297899 | gstreamer] play: Error: No URI set (Debug: gstplaybin2.c(3824): setup_next_source (): /GstPlayBin2:play)
ERROR [2020-04-29 18:24:59.298036 | upnp] upnp_set_error: Playing failed (704)

** (gmediarender:8427): WARNING **: 18:25:01.308: cannot set NULL uri
ERROR [2020-04-29 18:25:01.308351 | gstreamer] play: Error: No URI set (Debug: gstplaybin2.c(3824): setup_next_source (): /GstPlayBin2:play)
ERROR [2020-04-29 18:25:01.308483 | gstreamer] setting play state failed (2)
ERROR [2020-04-29 18:25:01.308613 | upnp] upnp_set_error: Playing failed (704)

** (gmediarender:8427): WARNING **: 18:25:03.318: cannot set NULL uri
ERROR [2020-04-29 18:25:03.318774 | gstreamer] setting play state failed (2)
ERROR [2020-04-29 18:25:03.318803 | upnp] ERROR [2020-04-29 18:25:03.318799 | gstreamer] upnp_set_error: Playing failed (704)
play: Error: No URI set (Debug: gstplaybin2.c(3824): setup_next_source (): /GstPlayBin2:play)

An idea what can be the difference between the test-image and m2p? both were updated on latest buster resources.

BR
Iwanman