hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

assertion 'qdata->size == sizeof (gint64)' failed #142

Open gartensofa opened 6 years ago

gartensofa commented 6 years ago

Hello, i built gmrender-resurrect on ubuntu x64. When starting i get 8 Lines of: ** (gmediarender:22787): CRITICAL **: gst_ffmpeg_cfg_set_property: assertion 'qdata->size == sizeof (gint64)' failed and upon connecting a client continuos output of: (gmediarender:22787): GStreamer-CRITICAL **: gst_segment_to_stream_time: assertion 'segment->format == format' failed Although the program works i was wondering if i could awoid filling my journal with these errors. Thanks

hzeller commented 6 years ago

This looks like a gstreamer issue, so you might want to file this with them.

gartensofa commented 6 years ago

alright, i will try that. Thanks

gartensofa commented 6 years ago

I thougth the second error based on the first one, but over at gstreamer they think it might be a different gmrender-issue. You have never seen this? Also: I output to a pipe (for snapcast) and do not have a soundcard build in the PC that gmediarender is runnuíng on.

This is an excerpt from my gmrender.service file:
ExecStart=/usr/local/bin/gmediarender -f "$UPNP_DEVICE_NAME" -u "$UPNP_UUID" \
                                      --gstout-audiopipe 'filesink location=/tmp/shairfifo'
hzeller commented 4 years ago

Did this fix itself with later versions of gstreamer ?