Closed gaeldoyen closed 4 years ago
@kikigarel Many thanks for your report.
ACTIVE_IP=$(mawk NR==4 /DietPi/dietpi/.network) (code=exited, status=1/FAILURE) ... dash[885]: Failed to set environment: Invalid environment assignments
This can only mean that the IP line is still empty when the service is started. Strange, since this is started long after dietpi-boot.service where network interfaces should be fully initialised.
CONFIG_BOOT_WAIT_FOR_NETWORK=0
in dietpi.txt
?I can see Dietpi as an available endpoint in Audirvana but no music will play!
Does the RPi otherwise play music fine, outside of GMediaRender?
@MichaIng
Thanks for your consideration. Well, that's really strange because the RPI has a static IP address on my network.
In dietpi.txt, _CONFIG_BOOT_WAIT_FORNETWORK=1 In Dietpi-config, the value of the Boot Net Wait parameter is set to: [10 Seconds MAX (default)].
I didn't modify anything. I use ethernet. An IP address issue would make sense since the music won't play on the target playback device. Yes, I have used the RPi with RoPieeeXL and it played music without any problem.
@kikigarel
If you find time, could you run systemd-analyze plot > systemd-analyze.svg
and paste a screen of this systemd-analyze.svg file opened in any browser or capable graphics viewer here?
Additionally: journalctl -u ifup@eth0; journalctl -u dietpi-boot
The following should resolve the autostart issue:
dietpi-services
and select gmrender
Edit
ExecStartPre=
line, add the following (uncommented):
ExecStartPre=
ExecStartPre=/DietPi/dietpi/func/obtain_network_details
ExecStartPre=+/bin/dash -c 'systemctl set-environment ACTIVE_IP=$(mawk 'NR==4' /DietPi/dietpi/.network)'
@MichaIng
I have added the three uncommented lines as advised and rebooted the RPi. However, the service still fails to start autoimatically but now it won't even start manually!
Here is what DietPi returns when I run journalctl -u ifup@eth0; journalctl -u dietpi-boot
root@DietPi:~# journalctl -u ifup@eth0; journalctl -u dietpi-boot -- Logs begin at Mon 2020-01-20 21:05:33 CET, end at Mon 2020-01-20 21:40:06 CET . -- janv. 20 21:05:35 DietPi systemd[1]: Started ifup for eth0. janv. 20 21:05:35 DietPi dhclient[452]: Internet Systems Consortium DHCP Client 4.4.1 janv. 20 21:05:35 DietPi sh[416]: Internet Systems Consortium DHCP Client 4.4.1 janv. 20 21:05:35 DietPi sh[416]: Copyright 2004-2018 Internet Systems Consortiu m. janv. 20 21:05:35 DietPi sh[416]: All rights reserved. janv. 20 21:05:35 DietPi sh[416]: For info, please visit https://www.isc.org/sof tware/dhcp/ janv. 20 21:05:35 DietPi dhclient[452]: Copyright 2004-2018 Internet Systems Con sortium. janv. 20 21:05:35 DietPi dhclient[452]: All rights reserved. janv. 20 21:05:35 DietPi dhclient[452]: For info, please visit https://www.isc.o rg/software/dhcp/ janv. 20 21:05:35 DietPi dhclient[452]: janv. 20 21:05:36 DietPi dhclient[452]: Listening on LPF/eth0/dc:a6:32:53:6b:eb janv. 20 21:05:36 DietPi sh[416]: Listening on LPF/eth0/dc:a6:32:53:6b:eb janv. 20 21:05:36 DietPi sh[416]: Sending on LPF/eth0/dc:a6:32:53:6b:eb janv. 20 21:05:36 DietPi sh[416]: Sending on Socket/fallback janv. 20 21:05:36 DietPi sh[416]: DHCPDISCOVER on eth0 to 255.255.255.255 port 6 7 interval 7 janv. 20 21:05:36 DietPi dhclient[452]: Sending on LPF/eth0/dc:a6:32:53:6b:eb janv. 20 21:05:36 DietPi dhclient[452]: Sending on Socket/fallback janv. 20 21:05:36 DietPi dhclient[452]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 janv. 20 21:05:43 DietPi dhclient[452]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 janv. 20 21:05:43 DietPi sh[416]: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 janv. 20 21:05:43 DietPi sh[416]: DHCPOFFER of 192.168.1.26 from 192.168.1.254 janv. 20 21:05:43 DietPi sh[416]: DHCPREQUEST for 192.168.1.26 on eth0 to 255.255.255.255 port 67 janv. 20 21:05:43 DietPi dhclient[452]: DHCPOFFER of 192.168.1.26 from 192.168.1.254 janv. 20 21:05:43 DietPi sh[416]: DHCPACK of 192.168.1.26 from 192.168.1.254 janv. 20 21:05:43 DietPi dhclient[452]: DHCPREQUEST for 192.168.1.26 on eth0 to 255.255.255.255 port 67 janv. 20 21:05:43 DietPi dhclient[452]: DHCPACK of 192.168.1.26 from 192.168.1.254 janv. 20 21:05:43 DietPi dhclient[452]: bound to 192.168.1.26 -- renewal in 17996 seconds. janv. 20 21:05:43 DietPi sh[416]: bound to 192.168.1.26 -- renewal in 17996 seconds. janv. 20 21:05:43 DietPi sh[416]: eth0=eth0 -- Logs begin at Mon 2020-01-20 21:05:33 CET, end at Mon 2020-01-20 21:40:06 CET. -- janv. 20 21:05:35 DietPi systemd[1]: Starting DietPi-Boot... janv. 20 21:06:16 DietPi systemd[1]: Started DietPi-Boot. root@DietPi:~#
Here is the content of the SVG file:
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="3841px" height="3250px" version="1.1" xmlns="http://www.w3.org/2000/svg">
<!-- This file is a systemd-analyze SVG file. It is best rendered in a -->
<!-- browser such as Chrome, Chromium or Firefox. Other applications -->
<!-- that render these files properly but much slower are ImageMagick, -->
<!-- gimp, inkscape, etc. To display the files on your system, just -->
<!-- point your browser to this file. -->
<!-- This plot was generated by systemd-analyze version 241 -->
<defs>
<style type="text/css">
<![CDATA[
rect { stroke-width: 1; stroke-opacity: 0; }
rect.background { fill: rgb(255,255,255); }
rect.activating { fill: rgb(255,0,0); fill-opacity: 0.7; }
rect.active { fill: rgb(200,150,150); fill-opacity: 0.7; }
rect.deactivating { fill: rgb(150,100,100); fill-opacity: 0.7; }
rect.kernel { fill: rgb(150,150,150); fill-opacity: 0.7; }
rect.initrd { fill: rgb(150,150,150); fill-opacity: 0.7; }
rect.firmware { fill: rgb(150,150,150); fill-opacity: 0.7; }
rect.loader { fill: rgb(150,150,150); fill-opacity: 0.7; }
rect.userspace { fill: rgb(150,150,150); fill-opacity: 0.7; }
rect.security { fill: rgb(144,238,144); fill-opacity: 0.7; }
rect.generators { fill: rgb(102,204,255); fill-opacity: 0.7; }
rect.unitsload { fill: rgb( 82,184,255); fill-opacity: 0.7; }
rect.box { fill: rgb(240,240,240); stroke: rgb(192,192,192); }
line { stroke: rgb(64,64,64); stroke-width: 1; }
// line.sec1 { }
line.sec5 { stroke-width: 2; }
line.sec01 { stroke: rgb(224,224,224); stroke-width: 1; }
text { font-family: Verdana, Helvetica; font-size: 14px; }
text.left { font-family: Verdana, Helvetica; font-size: 14px; text-anchor: start; }
text.right { font-family: Verdana, Helvetica; font-size: 14px; text-anchor: end; }
text.sec { font-size: 10px; }
]]>
</style>
</defs>
<rect class="background" width="100%" height="100%" />
<text x="20" y="50">Startup finished in 1.181s (kernel) + 36.429s (userspace) = 37.610s
graphical.target reached after 36.390s in userspace</text><text x="20" y="30">Raspbian GNU/Linux 10 (buster) DietPi (Linux 4.19.75-v7l+ #1270 SMP Tue Sep 24 18:51:41 BST 2019) arm </text><g transform="translate(20.000,100)">
<rect class="box" x="0" y="0" width="3761.055" height="3000.000" />
<line class="sec5" x1="0.000" y1="0" x2="0.000" y2="3000.000" />
<text class="sec" x="0.000" y="-5.000" >0.0s</text>
<line class="sec01" x1="10.000" y1="0" x2="10.000" y2="3000.000" />
<line class="sec01" x1="20.000" y1="0" x2="20.000" y2="3000.000" />
<line class="sec01" x1="30.000" y1="0" x2="30.000" y2="3000.000" />
<line class="sec01" x1="40.000" y1="0" x2="40.000" y2="3000.000" />
<line class="sec01" x1="50.000" y1="0" x2="50.000" y2="3000.000" />
<line class="sec01" x1="60.000" y1="0" x2="60.000" y2="3000.000" />
<line class="sec01" x1="70.000" y1="0" x2="70.000" y2="3000.000" />
<line class="sec01" x1="80.000" y1="0" x2="80.000" y2="3000.000" />
<line class="sec01" x1="90.000" y1="0" x2="90.000" y2="3000.000" />
<line class="sec1" x1="100.000" y1="0" x2="100.000" y2="3000.000" />
<text class="sec" x="100.000" y="-5.000" >1.0s</text>
<line class="sec01" x1="110.000" y1="0" x2="110.000" y2="3000.000" />
<line class="sec01" x1="120.000" y1="0" x2="120.000" y2="3000.000" />
<line class="sec01" x1="130.000" y1="0" x2="130.000" y2="3000.000" />
<line class="sec01" x1="140.000" y1="0" x2="140.000" y2="3000.000" />
<line class="sec01" x1="150.000" y1="0" x2="150.000" y2="3000.000" />
<line class="sec01" x1="160.000" y1="0" x2="160.000" y2="3000.000" />
<line class="sec01" x1="170.000" y1="0" x2="170.000" y2="3000.000" />
<line class="sec01" x1="180.000" y1="0" x2="180.000" y2="3000.000" />
<line class="sec01" x1="190.000" y1="0" x2="190.000" y2="3000.000" />
<line class="sec1" x1="200.000" y1="0" x2="200.000" y2="3000.000" />
<text class="sec" x="200.000" y="-5.000" >2.0s</text>
<line class="sec01" x1="210.000" y1="0" x2="210.000" y2="3000.000" />
<line class="sec01" x1="220.000" y1="0" x2="220.000" y2="3000.000" />
<line class="sec01" x1="230.000" y1="0" x2="230.000" y2="3000.000" />
<line class="sec01" x1="240.000" y1="0" x2="240.000" y2="3000.000" />
<line class="sec01" x1="250.000" y1="0" x2="250.000" y2="3000.000" />
<line class="sec01" x1="260.000" y1="0" x2="260.000" y2="3000.000" />
<line class="sec01" x1="270.000" y1="0" x2="270.000" y2="3000.000" />
<line class="sec01" x1="280.000" y1="0" x2="280.000" y2="3000.000" />
<line class="sec01" x1="290.000" y1="0" x2="290.000" y2="3000.000" />
<line class="sec1" x1="300.000" y1="0" x2="300.000" y2="3000.000" />
<text class="sec" x="300.000" y="-5.000" >3.0s</text>
<line class="sec01" x1="310.000" y1="0" x2="310.000" y2="3000.000" />
<line class="sec01" x1="320.000" y1="0" x2="320.000" y2="3000.000" />
<line class="sec01" x1="330.000" y1="0" x2="330.000" y2="3000.000" />
<line class="sec01" x1="340.000" y1="0" x2="340.000" y2="3000.000" />
<line class="sec01" x1="350.000" y1="0" x2="350.000" y2="3000.000" />
<line class="sec01" x1="360.000" y1="0" x2="360.000" y2="3000.000" />
<line class="sec01" x1="370.000" y1="0" x2="370.000" y2="3000.000" />
<line class="sec01" x1="380.000" y1="0" x2="380.000" y2="3000.000" />
<line class="sec01" x1="390.000" y1="0" x2="390.000" y2="3000.000" />
<line class="sec1" x1="400.000" y1="0" x2="400.000" y2="3000.000" />
<text class="sec" x="400.000" y="-5.000" >4.0s</text>
<line class="sec01" x1="410.000" y1="0" x2="410.000" y2="3000.000" />
<line class="sec01" x1="420.000" y1="0" x2="420.000" y2="3000.000" />
<line class="sec01" x1="430.000" y1="0" x2="430.000" y2="3000.000" />
<line class="sec01" x1="440.000" y1="0" x2="440.000" y2="3000.000" />
<line class="sec01" x1="450.000" y1="0" x2="450.000" y2="3000.000" />
<line class="sec01" x1="460.000" y1="0" x2="460.000" y2="3000.000" />
<line class="sec01" x1="470.000" y1="0" x2="470.000" y2="3000.000" />
<line class="sec01" x1="480.000" y1="0" x2="480.000" y2="3000.000" />
<line class="sec01" x1="490.000" y1="0" x2="490.000" y2="3000.000" />
<line class="sec5" x1="500.000" y1="0" x2="500.000" y2="3000.000" />
<text class="sec" x="500.000" y="-5.000" >5.0s</text>
<line class="sec01" x1="510.000" y1="0" x2="510.000" y2="3000.000" />
<line class="sec01" x1="520.000" y1="0" x2="520.000" y2="3000.000" />
<line class="sec01" x1="530.000" y1="0" x2="530.000" y2="3000.000" />
<line class="sec01" x1="540.000" y1="0" x2="540.000" y2="3000.000" />
<line class="sec01" x1="550.000" y1="0" x2="550.000" y2="3000.000" />
<line class="sec01" x1="560.000" y1="0" x2="560.000" y2="3000.000" />
<line class="sec01" x1="570.000" y1="0" x2="570.000" y2="3000.000" />
<line class="sec01" x1="580.000" y1="0" x2="580.000" y2="3000.000" />
<line class="sec01" x1="590.000" y1="0" x2="590.000" y2="3000.000" />
<line class="sec1" x1="600.000" y1="0" x2="600.000" y2="3000.000" />
<text class="sec" x="600.000" y="-5.000" >6.0s</text>
<line class="sec01" x1="610.000" y1="0" x2="610.000" y2="3000.000" />
<line class="sec01" x1="620.000" y1="0" x2="620.000" y2="3000.000" />
<line class="sec01" x1="630.000" y1="0" x2="630.000" y2="3000.000" />
<line class="sec01" x1="640.000" y1="0" x2="640.000" y2="3000.000" />
<line class="sec01" x1="650.000" y1="0" x2="650.000" y2="3000.000" />
<line class="sec01" x1="660.000" y1="0" x2="660.000" y2="3000.000" />
<line class="sec01" x1="670.000" y1="0" x2="670.000" y2="3000.000" />
<line class="sec01" x1="680.000" y1="0" x2="680.000" y2="3000.000" />
<line class="sec01" x1="690.000" y1="0" x2="690.000" y2="3000.000" />
<line class="sec1" x1="700.000" y1="0" x2="700.000" y2="3000.000" />
<text class="sec" x="700.000" y="-5.000" >7.0s</text>
<line class="sec01" x1="710.000" y1="0" x2="710.000" y2="3000.000" />
<line class="sec01" x1="720.000" y1="0" x2="720.000" y2="3000.000" />
<line class="sec01" x1="730.000" y1="0" x2="730.000" y2="3000.000" />
<line class="sec01" x1="740.000" y1="0" x2="740.000" y2="3000.000" />
<line class="sec01" x1="750.000" y1="0" x2="750.000" y2="3000.000" />
<line class="sec01" x1="760.000" y1="0" x2="760.000" y2="3000.000" />
<line class="sec01" x1="770.000" y1="0" x2="770.000" y2="3000.000" />
<line class="sec01" x1="780.000" y1="0" x2="780.000" y2="3000.000" />
<line class="sec01" x1="790.000" y1="0" x2="790.000" y2="3000.000" />
<line class="sec1" x1="800.000" y1="0" x2="800.000" y2="3000.000" />
<text class="sec" x="800.000" y="-5.000" >8.0s</text>
<line class="sec01" x1="810.000" y1="0" x2="810.000" y2="3000.000" />
<line class="sec01" x1="820.000" y1="0" x2="820.000" y2="3000.000" />
<line class="sec01" x1="830.000" y1="0" x2="830.000" y2="3000.000" />
<line class="sec01" x1="840.000" y1="0" x2="840.000" y2="3000.000" />
<line class="sec01" x1="850.000" y1="0" x2="850.000" y2="3000.000" />
<line class="sec01" x1="860.000" y1="0" x2="860.000" y2="3000.000" />
<line class="sec01" x1="870.000" y1="0" x2="870.000" y2="3000.000" />
<line class="sec01" x1="880.000" y1="0" x2="880.000" y2="3000.000" />
<line class="sec01" x1="890.000" y1="0" x2="890.000" y2="3000.000" />
<line class="sec1" x1="900.000" y1="0" x2="900.000" y2="3000.000" />
<text class="sec" x="900.000" y="-5.000" >9.0s</text>
<line class="sec01" x1="910.000" y1="0" x2="910.000" y2="3000.000" />
<line class="sec01" x1="920.000" y1="0" x2="920.000" y2="3000.000" />
<line class="sec01" x1="930.000" y1="0" x2="930.000" y2="3000.000" />
<line class="sec01" x1="940.000" y1="0" x2="940.000" y2="3000.000" />
<line class="sec01" x1="950.000" y1="0" x2="950.000" y2="3000.000" />
<line class="sec01" x1="960.000" y1="0" x2="960.000" y2="3000.000" />
<line class="sec01" x1="970.000" y1="0" x2="970.000" y2="3000.000" />
<line class="sec01" x1="980.000" y1="0" x2="980.000" y2="3000.000" />
<line class="sec01" x1="990.000" y1="0" x2="990.000" y2="3000.000" />
<line class="sec5" x1="1000.000" y1="0" x2="1000.000" y2="3000.000" />
<text class="sec" x="1000.000" y="-5.000" >10.0s</text>
<line class="sec01" x1="1010.000" y1="0" x2="1010.000" y2="3000.000" />
<line class="sec01" x1="1020.000" y1="0" x2="1020.000" y2="3000.000" />
<line class="sec01" x1="1030.000" y1="0" x2="1030.000" y2="3000.000" />
<line class="sec01" x1="1040.000" y1="0" x2="1040.000" y2="3000.000" />
<line class="sec01" x1="1050.000" y1="0" x2="1050.000" y2="3000.000" />
<line class="sec01" x1="1060.000" y1="0" x2="1060.000" y2="3000.000" />
<line class="sec01" x1="1070.000" y1="0" x2="1070.000" y2="3000.000" />
<line class="sec01" x1="1080.000" y1="0" x2="1080.000" y2="3000.000" />
<line class="sec01" x1="1090.000" y1="0" x2="1090.000" y2="3000.000" />
<line class="sec1" x1="1100.000" y1="0" x2="1100.000" y2="3000.000" />
<text class="sec" x="1100.000" y="-5.000" >11.0s</text>
<line class="sec01" x1="1110.000" y1="0" x2="1110.000" y2="3000.000" />
<line class="sec01" x1="1120.000" y1="0" x2="1120.000" y2="3000.000" />
<line class="sec01" x1="1130.000" y1="0" x2="1130.000" y2="3000.000" />
<line class="sec01" x1="1140.000" y1="0" x2="1140.000" y2="3000.000" />
<line class="sec01" x1="1150.000" y1="0" x2="1150.000" y2="3000.000" />
<line class="sec01" x1="1160.000" y1="0" x2="1160.000" y2="3000.000" />
<line class="sec01" x1="1170.000" y1="0" x2="1170.000" y2="3000.000" />
<line class="sec01" x1="1180.000" y1="0" x2="1180.000" y2="3000.000" />
<line class="sec01" x1="1190.000" y1="0" x2="1190.000" y2="3000.000" />
<line class="sec1" x1="1200.000" y1="0" x2="1200.000" y2="3000.000" />
<text class="sec" x="1200.000" y="-5.000" >12.0s</text>
<line class="sec01" x1="1210.000" y1="0" x2="1210.000" y2="3000.000" />
<line class="sec01" x1="1220.000" y1="0" x2="1220.000" y2="3000.000" />
<line class="sec01" x1="1230.000" y1="0" x2="1230.000" y2="3000.000" />
<line class="sec01" x1="1240.000" y1="0" x2="1240.000" y2="3000.000" />
<line class="sec01" x1="1250.000" y1="0" x2="1250.000" y2="3000.000" />
<line class="sec01" x1="1260.000" y1="0" x2="1260.000" y2="3000.000" />
<line class="sec01" x1="1270.000" y1="0" x2="1270.000" y2="3000.000" />
<line class="sec01" x1="1280.000" y1="0" x2="1280.000" y2="3000.000" />
<line class="sec01" x1="1290.000" y1="0" x2="1290.000" y2="3000.000" />
<line class="sec1" x1="1300.000" y1="0" x2="1300.000" y2="3000.000" />
<text class="sec" x="1300.000" y="-5.000" >13.0s</text>
<line class="sec01" x1="1310.000" y1="0" x2="1310.000" y2="3000.000" />
<line class="sec01" x1="1320.000" y1="0" x2="1320.000" y2="3000.000" />
<line class="sec01" x1="1330.000" y1="0" x2="1330.000" y2="3000.000" />
<line class="sec01" x1="1340.000" y1="0" x2="1340.000" y2="3000.000" />
<line class="sec01" x1="1350.000" y1="0" x2="1350.000" y2="3000.000" />
<line class="sec01" x1="1360.000" y1="0" x2="1360.000" y2="3000.000" />
<line class="sec01" x1="1370.000" y1="0" x2="1370.000" y2="3000.000" />
<line class="sec01" x1="1380.000" y1="0" x2="1380.000" y2="3000.000" />
<line class="sec01" x1="1390.000" y1="0" x2="1390.000" y2="3000.000" />
<line class="sec1" x1="1400.000" y1="0" x2="1400.000" y2="3000.000" />
<text class="sec" x="1400.000" y="-5.000" >14.0s</text>
<line class="sec01" x1="1410.000" y1="0" x2="1410.000" y2="3000.000" />
<line class="sec01" x1="1420.000" y1="0" x2="1420.000" y2="3000.000" />
<line class="sec01" x1="1430.000" y1="0" x2="1430.000" y2="3000.000" />
<line class="sec01" x1="1440.000" y1="0" x2="1440.000" y2="3000.000" />
<line class="sec01" x1="1450.000" y1="0" x2="1450.000" y2="3000.000" />
<line class="sec01" x1="1460.000" y1="0" x2="1460.000" y2="3000.000" />
<line class="sec01" x1="1470.000" y1="0" x2="1470.000" y2="3000.000" />
<line class="sec01" x1="1480.000" y1="0" x2="1480.000" y2="3000.000" />
<line class="sec01" x1="1490.000" y1="0" x2="1490.000" y2="3000.000" />
<line class="sec5" x1="1500.000" y1="0" x2="1500.000" y2="3000.000" />
<text class="sec" x="1500.000" y="-5.000" >15.0s</text>
<line class="sec01" x1="1510.000" y1="0" x2="1510.000" y2="3000.000" />
<line class="sec01" x1="1520.000" y1="0" x2="1520.000" y2="3000.000" />
<line class="sec01" x1="1530.000" y1="0" x2="1530.000" y2="3000.000" />
<line class="sec01" x1="1540.000" y1="0" x2="1540.000" y2="3000.000" />
<line class="sec01" x1="1550.000" y1="0" x2="1550.000" y2="3000.000" />
<line class="sec01" x1="1560.000" y1="0" x2="1560.000" y2="3000.000" />
<line class="sec01" x1="1570.000" y1="0" x2="1570.000" y2="3000.000" />
<line class="sec01" x1="1580.000" y1="0" x2="1580.000" y2="3000.000" />
<line class="sec01" x1="1590.000" y1="0" x2="1590.000" y2="3000.000" />
<line class="sec1" x1="1600.000" y1="0" x2="1600.000" y2="3000.000" />
<text class="sec" x="1600.000" y="-5.000" >16.0s</text>
<line class="sec01" x1="1610.000" y1="0" x2="1610.000" y2="3000.000" />
<line class="sec01" x1="1620.000" y1="0" x2="1620.000" y2="3000.000" />
<line class="sec01" x1="1630.000" y1="0" x2="1630.000" y2="3000.000" />
<line class="sec01" x1="1640.000" y1="0" x2="1640.000" y2="3000.000" />
<line class="sec01" x1="1650.000" y1="0" x2="1650.000" y2="3000.000" />
<line class="sec01" x1="1660.000" y1="0" x2="1660.000" y2="3000.000" />
<line class="sec01" x1="1670.000" y1="0" x2="1670.000" y2="3000.000" />
<line class="sec01" x1="1680.000" y1="0" x2="1680.000" y2="3000.000" />
<line class="sec01" x1="1690.000" y1="0" x2="1690.000" y2="3000.000" />
<line class="sec1" x1="1700.000" y1="0" x2="1700.000" y2="3000.000" />
<text class="sec" x="1700.000" y="-5.000" >17.0s</text>
<line class="sec01" x1="1710.000" y1="0" x2="1710.000" y2="3000.000" />
<line class="sec01" x1="1720.000" y1="0" x2="1720.000" y2="3000.000" />
<line class="sec01" x1="1730.000" y1="0" x2="1730.000" y2="3000.000" />
<line class="sec01" x1="1740.000" y1="0" x2="1740.000" y2="3000.000" />
<line class="sec01" x1="1750.000" y1="0" x2="1750.000" y2="3000.000" />
<line class="sec01" x1="1760.000" y1="0" x2="1760.000" y2="3000.000" />
<line class="sec01" x1="1770.000" y1="0" x2="1770.000" y2="3000.000" />
<line class="sec01" x1="1780.000" y1="0" x2="1780.000" y2="3000.000" />
<line class="sec01" x1="1790.000" y1="0" x2="1790.000" y2="3000.000" />
<line class="sec1" x1="1800.000" y1="0" x2="1800.000" y2="3000.000" />
<text class="sec" x="1800.000" y="-5.000" >18.0s</text>
<line class="sec01" x1="1810.000" y1="0" x2="1810.000" y2="3000.000" />
<line class="sec01" x1="1820.000" y1="0" x2="1820.000" y2="3000.000" />
<line class="sec01" x1="1830.000" y1="0" x2="1830.000" y2="3000.000" />
<line class="sec01" x1="1840.000" y1="0" x2="1840.000" y2="3000.000" />
<line class="sec01" x1="1850.000" y1="0" x2="1850.000" y2="3000.000" />
<line class="sec01" x1="1860.000" y1="0" x2="1860.000" y2="3000.000" />
<line class="sec01" x1="1870.000" y1="0" x2="1870.000" y2="3000.000" />
<line class="sec01" x1="1880.000" y1="0" x2="1880.000" y2="3000.000" />
<line class="sec01" x1="1890.000" y1="0" x2="1890.000" y2="3000.000" />
<line class="sec1" x1="1900.000" y1="0" x2="1900.000" y2="3000.000" />
<text class="sec" x="1900.000" y="-5.000" >19.0s</text>
<line class="sec01" x1="1910.000" y1="0" x2="1910.000" y2="3000.000" />
<line class="sec01" x1="1920.000" y1="0" x2="1920.000" y2="3000.000" />
<line class="sec01" x1="1930.000" y1="0" x2="1930.000" y2="3000.000" />
<line class="sec01" x1="1940.000" y1="0" x2="1940.000" y2="3000.000" />
<line class="sec01" x1="1950.000" y1="0" x2="1950.000" y2="3000.000" />
<line class="sec01" x1="1960.000" y1="0" x2="1960.000" y2="3000.000" />
<line class="sec01" x1="1970.000" y1="0" x2="1970.000" y2="3000.000" />
<line class="sec01" x1="1980.000" y1="0" x2="1980.000" y2="3000.000" />
<line class="sec01" x1="1990.000" y1="0" x2="1990.000" y2="3000.000" />
<line class="sec5" x1="2000.000" y1="0" x2="2000.000" y2="3000.000" />
<text class="sec" x="2000.000" y="-5.000" >20.0s</text>
<line class="sec01" x1="2010.000" y1="0" x2="2010.000" y2="3000.000" />
<line class="sec01" x1="2020.000" y1="0" x2="2020.000" y2="3000.000" />
<line class="sec01" x1="2030.000" y1="0" x2="2030.000" y2="3000.000" />
<line class="sec01" x1="2040.000" y1="0" x2="2040.000" y2="3000.000" />
<line class="sec01" x1="2050.000" y1="0" x2="2050.000" y2="3000.000" />
<line class="sec01" x1="2060.000" y1="0" x2="2060.000" y2="3000.000" />
<line class="sec01" x1="2070.000" y1="0" x2="2070.000" y2="3000.000" />
<line class="sec01" x1="2080.000" y1="0" x2="2080.000" y2="3000.000" />
<line class="sec01" x1="2090.000" y1="0" x2="2090.000" y2="3000.000" />
<line class="sec1" x1="2100.000" y1="0" x2="2100.000" y2="3000.000" />
<text class="sec" x="2100.000" y="-5.000" >21.0s</text>
<line class="sec01" x1="2110.000" y1="0" x2="2110.000" y2="3000.000" />
<line class="sec01" x1="2120.000" y1="0" x2="2120.000" y2="3000.000" />
<line class="sec01" x1="2130.000" y1="0" x2="2130.000" y2="3000.000" />
<line class="sec01" x1="2140.000" y1="0" x2="2140.000" y2="3000.000" />
<line class="sec01" x1="2150.000" y1="0" x2="2150.000" y2="3000.000" />
<line class="sec01" x1="2160.000" y1="0" x2="2160.000" y2="3000.000" />
<line class="sec01" x1="2170.000" y1="0" x2="2170.000" y2="3000.000" />
<line class="sec01" x1="2180.000" y1="0" x2="2180.000" y2="3000.000" />
<line class="sec01" x1="2190.000" y1="0" x2="2190.000" y2="3000.000" />
<line class="sec1" x1="2200.000" y1="0" x2="2200.000" y2="3000.000" />
<text class="sec" x="2200.000" y="-5.000" >22.0s</text>
<line class="sec01" x1="2210.000" y1="0" x2="2210.000" y2="3000.000" />
<line class="sec01" x1="2220.000" y1="0" x2="2220.000" y2="3000.000" />
<line class="sec01" x1="2230.000" y1="0" x2="2230.000" y2="3000.000" />
<line class="sec01" x1="2240.000" y1="0" x2="2240.000" y2="3000.000" />
<line class="sec01" x1="2250.000" y1="0" x2="2250.000" y2="3000.000" />
<line class="sec01" x1="2260.000" y1="0" x2="2260.000" y2="3000.000" />
<line class="sec01" x1="2270.000" y1="0" x2="2270.000" y2="3000.000" />
<line class="sec01" x1="2280.000" y1="0" x2="2280.000" y2="3000.000" />
<line class="sec01" x1="2290.000" y1="0" x2="2290.000" y2="3000.000" />
<line class="sec1" x1="2300.000" y1="0" x2="2300.000" y2="3000.000" />
<text class="sec" x="2300.000" y="-5.000" >23.0s</text>
<line class="sec01" x1="2310.000" y1="0" x2="2310.000" y2="3000.000" />
<line class="sec01" x1="2320.000" y1="0" x2="2320.000" y2="3000.000" />
<line class="sec01" x1="2330.000" y1="0" x2="2330.000" y2="3000.000" />
<line class="sec01" x1="2340.000" y1="0" x2="2340.000" y2="3000.000" />
<line class="sec01" x1="2350.000" y1="0" x2="2350.000" y2="3000.000" />
<line class="sec01" x1="2360.000" y1="0" x2="2360.000" y2="3000.000" />
<line class="sec01" x1="2370.000" y1="0" x2="2370.000" y2="3000.000" />
<line class="sec01" x1="2380.000" y1="0" x2="2380.000" y2="3000.000" />
<line class="sec01" x1="2390.000" y1="0" x2="2390.000" y2="3000.000" />
<line class="sec1" x1="2400.000" y1="0" x2="2400.000" y2="3000.000" />
<text class="sec" x="2400.000" y="-5.000" >24.0s</text>
<line class="sec01" x1="2410.000" y1="0" x2="2410.000" y2="3000.000" />
<line class="sec01" x1="2420.000" y1="0" x2="2420.000" y2="3000.000" />
<line class="sec01" x1="2430.000" y1="0" x2="2430.000" y2="3000.000" />
<line class="sec01" x1="2440.000" y1="0" x2="2440.000" y2="3000.000" />
<line class="sec01" x1="2450.000" y1="0" x2="2450.000" y2="3000.000" />
<line class="sec01" x1="2460.000" y1="0" x2="2460.000" y2="3000.000" />
<line class="sec01" x1="2470.000" y1="0" x2="2470.000" y2="3000.000" />
<line class="sec01" x1="2480.000" y1="0" x2="2480.000" y2="3000.000" />
<line class="sec01" x1="2490.000" y1="0" x2="2490.000" y2="3000.000" />
<line class="sec5" x1="2500.000" y1="0" x2="2500.000" y2="3000.000" />
<text class="sec" x="2500.000" y="-5.000" >25.0s</text>
<line class="sec01" x1="2510.000" y1="0" x2="2510.000" y2="3000.000" />
<line class="sec01" x1="2520.000" y1="0" x2="2520.000" y2="3000.000" />
<line class="sec01" x1="2530.000" y1="0" x2="2530.000" y2="3000.000" />
<line class="sec01" x1="2540.000" y1="0" x2="2540.000" y2="3000.000" />
<line class="sec01" x1="2550.000" y1="0" x2="2550.000" y2="3000.000" />
<line class="sec01" x1="2560.000" y1="0" x2="2560.000" y2="3000.000" />
<line class="sec01" x1="2570.000" y1="0" x2="2570.000" y2="3000.000" />
<line class="sec01" x1="2580.000" y1="0" x2="2580.000" y2="3000.000" />
<line class="sec01" x1="2590.000" y1="0" x2="2590.000" y2="3000.000" />
<line class="sec1" x1="2600.000" y1="0" x2="2600.000" y2="3000.000" />
<text class="sec" x="2600.000" y="-5.000" >26.0s</text>
<line class="sec01" x1="2610.000" y1="0" x2="2610.000" y2="3000.000" />
<line class="sec01" x1="2620.000" y1="0" x2="2620.000" y2="3000.000" />
<line class="sec01" x1="2630.000" y1="0" x2="2630.000" y2="3000.000" />
<line class="sec01" x1="2640.000" y1="0" x2="2640.000" y2="3000.000" />
<line class="sec01" x1="2650.000" y1="0" x2="2650.000" y2="3000.000" />
<line class="sec01" x1="2660.000" y1="0" x2="2660.000" y2="3000.000" />
<line class="sec01" x1="2670.000" y1="0" x2="2670.000" y2="3000.000" />
<line class="sec01" x1="2680.000" y1="0" x2="2680.000" y2="3000.000" />
<line class="sec01" x1="2690.000" y1="0" x2="2690.000" y2="3000.000" />
<line class="sec1" x1="2700.000" y1="0" x2="2700.000" y2="3000.000" />
<text class="sec" x="2700.000" y="-5.000" >27.0s</text>
<line class="sec01" x1="2710.000" y1="0" x2="2710.000" y2="3000.000" />
<line class="sec01" x1="2720.000" y1="0" x2="2720.000" y2="3000.000" />
<line class="sec01" x1="2730.000" y1="0" x2="2730.000" y2="3000.000" />
<line class="sec01" x1="2740.000" y1="0" x2="2740.000" y2="3000.000" />
<line class="sec01" x1="2750.000" y1="0" x2="2750.000" y2="3000.000" />
<line class="sec01" x1="2760.000" y1="0" x2="2760.000" y2="3000.000" />
<line class="sec01" x1="2770.000" y1="0" x2="2770.000" y2="3000.000" />
<line class="sec01" x1="2780.000" y1="0" x2="2780.000" y2="3000.000" />
<line class="sec01" x1="2790.000" y1="0" x2="2790.000" y2="3000.000" />
<line class="sec1" x1="2800.000" y1="0" x2="2800.000" y2="3000.000" />
<text class="sec" x="2800.000" y="-5.000" >28.0s</text>
<line class="sec01" x1="2810.000" y1="0" x2="2810.000" y2="3000.000" />
<line class="sec01" x1="2820.000" y1="0" x2="2820.000" y2="3000.000" />
<line class="sec01" x1="2830.000" y1="0" x2="2830.000" y2="3000.000" />
<line class="sec01" x1="2840.000" y1="0" x2="2840.000" y2="3000.000" />
<line class="sec01" x1="2850.000" y1="0" x2="2850.000" y2="3000.000" />
<line class="sec01" x1="2860.000" y1="0" x2="2860.000" y2="3000.000" />
<line class="sec01" x1="2870.000" y1="0" x2="2870.000" y2="3000.000" />
<line class="sec01" x1="2880.000" y1="0" x2="2880.000" y2="3000.000" />
<line class="sec01" x1="2890.000" y1="0" x2="2890.000" y2="3000.000" />
<line class="sec1" x1="2900.000" y1="0" x2="2900.000" y2="3000.000" />
<text class="sec" x="2900.000" y="-5.000" >29.0s</text>
<line class="sec01" x1="2910.000" y1="0" x2="2910.000" y2="3000.000" />
<line class="sec01" x1="2920.000" y1="0" x2="2920.000" y2="3000.000" />
<line class="sec01" x1="2930.000" y1="0" x2="2930.000" y2="3000.000" />
<line class="sec01" x1="2940.000" y1="0" x2="2940.000" y2="3000.000" />
<line class="sec01" x1="2950.000" y1="0" x2="2950.000" y2="3000.000" />
<line class="sec01" x1="2960.000" y1="0" x2="2960.000" y2="3000.000" />
<line class="sec01" x1="2970.000" y1="0" x2="2970.000" y2="3000.000" />
<line class="sec01" x1="2980.000" y1="0" x2="2980.000" y2="3000.000" />
<line class="sec01" x1="2990.000" y1="0" x2="2990.000" y2="3000.000" />
<line class="sec5" x1="3000.000" y1="0" x2="3000.000" y2="3000.000" />
<text class="sec" x="3000.000" y="-5.000" >30.0s</text>
<line class="sec01" x1="3010.000" y1="0" x2="3010.000" y2="3000.000" />
<line class="sec01" x1="3020.000" y1="0" x2="3020.000" y2="3000.000" />
<line class="sec01" x1="3030.000" y1="0" x2="3030.000" y2="3000.000" />
<line class="sec01" x1="3040.000" y1="0" x2="3040.000" y2="3000.000" />
<line class="sec01" x1="3050.000" y1="0" x2="3050.000" y2="3000.000" />
<line class="sec01" x1="3060.000" y1="0" x2="3060.000" y2="3000.000" />
<line class="sec01" x1="3070.000" y1="0" x2="3070.000" y2="3000.000" />
<line class="sec01" x1="3080.000" y1="0" x2="3080.000" y2="3000.000" />
<line class="sec01" x1="3090.000" y1="0" x2="3090.000" y2="3000.000" />
<line class="sec1" x1="3100.000" y1="0" x2="3100.000" y2="3000.000" />
<text class="sec" x="3100.000" y="-5.000" >31.0s</text>
<line class="sec01" x1="3110.000" y1="0" x2="3110.000" y2="3000.000" />
<line class="sec01" x1="3120.000" y1="0" x2="3120.000" y2="3000.000" />
<line class="sec01" x1="3130.000" y1="0" x2="3130.000" y2="3000.000" />
<line class="sec01" x1="3140.000" y1="0" x2="3140.000" y2="3000.000" />
<line class="sec01" x1="3150.000" y1="0" x2="3150.000" y2="3000.000" />
<line class="sec01" x1="3160.000" y1="0" x2="3160.000" y2="3000.000" />
<line class="sec01" x1="3170.000" y1="0" x2="3170.000" y2="3000.000" />
<line class="sec01" x1="3180.000" y1="0" x2="3180.000" y2="3000.000" />
<line class="sec01" x1="3190.000" y1="0" x2="3190.000" y2="3000.000" />
<line class="sec1" x1="3200.000" y1="0" x2="3200.000" y2="3000.000" />
<text class="sec" x="3200.000" y="-5.000" >32.0s</text>
<line class="sec01" x1="3210.000" y1="0" x2="3210.000" y2="3000.000" />
<line class="sec01" x1="3220.000" y1="0" x2="3220.000" y2="3000.000" />
<line class="sec01" x1="3230.000" y1="0" x2="3230.000" y2="3000.000" />
<line class="sec01" x1="3240.000" y1="0" x2="3240.000" y2="3000.000" />
<line class="sec01" x1="3250.000" y1="0" x2="3250.000" y2="3000.000" />
<line class="sec01" x1="3260.000" y1="0" x2="3260.000" y2="3000.000" />
<line class="sec01" x1="3270.000" y1="0" x2="3270.000" y2="3000.000" />
<line class="sec01" x1="3280.000" y1="0" x2="3280.000" y2="3000.000" />
<line class="sec01" x1="3290.000" y1="0" x2="3290.000" y2="3000.000" />
<line class="sec1" x1="3300.000" y1="0" x2="3300.000" y2="3000.000" />
<text class="sec" x="3300.000" y="-5.000" >33.0s</text>
<line class="sec01" x1="3310.000" y1="0" x2="3310.000" y2="3000.000" />
<line class="sec01" x1="3320.000" y1="0" x2="3320.000" y2="3000.000" />
<line class="sec01" x1="3330.000" y1="0" x2="3330.000" y2="3000.000" />
<line class="sec01" x1="3340.000" y1="0" x2="3340.000" y2="3000.000" />
<line class="sec01" x1="3350.000" y1="0" x2="3350.000" y2="3000.000" />
<line class="sec01" x1="3360.000" y1="0" x2="3360.000" y2="3000.000" />
<line class="sec01" x1="3370.000" y1="0" x2="3370.000" y2="3000.000" />
<line class="sec01" x1="3380.000" y1="0" x2="3380.000" y2="3000.000" />
<line class="sec01" x1="3390.000" y1="0" x2="3390.000" y2="3000.000" />
<line class="sec1" x1="3400.000" y1="0" x2="3400.000" y2="3000.000" />
<text class="sec" x="3400.000" y="-5.000" >34.0s</text>
<line class="sec01" x1="3410.000" y1="0" x2="3410.000" y2="3000.000" />
<line class="sec01" x1="3420.000" y1="0" x2="3420.000" y2="3000.000" />
<line class="sec01" x1="3430.000" y1="0" x2="3430.000" y2="3000.000" />
<line class="sec01" x1="3440.000" y1="0" x2="3440.000" y2="3000.000" />
<line class="sec01" x1="3450.000" y1="0" x2="3450.000" y2="3000.000" />
<line class="sec01" x1="3460.000" y1="0" x2="3460.000" y2="3000.000" />
<line class="sec01" x1="3470.000" y1="0" x2="3470.000" y2="3000.000" />
<line class="sec01" x1="3480.000" y1="0" x2="3480.000" y2="3000.000" />
<line class="sec01" x1="3490.000" y1="0" x2="3490.000" y2="3000.000" />
<line class="sec5" x1="3500.000" y1="0" x2="3500.000" y2="3000.000" />
<text class="sec" x="3500.000" y="-5.000" >35.0s</text>
<line class="sec01" x1="3510.000" y1="0" x2="3510.000" y2="3000.000" />
<line class="sec01" x1="3520.000" y1="0" x2="3520.000" y2="3000.000" />
<line class="sec01" x1="3530.000" y1="0" x2="3530.000" y2="3000.000" />
<line class="sec01" x1="3540.000" y1="0" x2="3540.000" y2="3000.000" />
<line class="sec01" x1="3550.000" y1="0" x2="3550.000" y2="3000.000" />
<line class="sec01" x1="3560.000" y1="0" x2="3560.000" y2="3000.000" />
<line class="sec01" x1="3570.000" y1="0" x2="3570.000" y2="3000.000" />
<line class="sec01" x1="3580.000" y1="0" x2="3580.000" y2="3000.000" />
<line class="sec01" x1="3590.000" y1="0" x2="3590.000" y2="3000.000" />
<line class="sec1" x1="3600.000" y1="0" x2="3600.000" y2="3000.000" />
<text class="sec" x="3600.000" y="-5.000" >36.0s</text>
<line class="sec01" x1="3610.000" y1="0" x2="3610.000" y2="3000.000" />
<line class="sec01" x1="3620.000" y1="0" x2="3620.000" y2="3000.000" />
<line class="sec01" x1="3630.000" y1="0" x2="3630.000" y2="3000.000" />
<line class="sec01" x1="3640.000" y1="0" x2="3640.000" y2="3000.000" />
<line class="sec01" x1="3650.000" y1="0" x2="3650.000" y2="3000.000" />
<line class="sec01" x1="3660.000" y1="0" x2="3660.000" y2="3000.000" />
<line class="sec01" x1="3670.000" y1="0" x2="3670.000" y2="3000.000" />
<line class="sec01" x1="3680.000" y1="0" x2="3680.000" y2="3000.000" />
<line class="sec01" x1="3690.000" y1="0" x2="3690.000" y2="3000.000" />
<line class="sec1" x1="3700.000" y1="0" x2="3700.000" y2="3000.000" />
<text class="sec" x="3700.000" y="-5.000" >37.0s</text>
<line class="sec01" x1="3710.000" y1="0" x2="3710.000" y2="3000.000" />
<line class="sec01" x1="3720.000" y1="0" x2="3720.000" y2="3000.000" />
<line class="sec01" x1="3730.000" y1="0" x2="3730.000" y2="3000.000" />
<line class="sec01" x1="3740.000" y1="0" x2="3740.000" y2="3000.000" />
<line class="sec01" x1="3750.000" y1="0" x2="3750.000" y2="3000.000" />
<line class="sec01" x1="3760.000" y1="0" x2="3760.000" y2="3000.000" />
<rect class="kernel" x="0.000" y="0.000" width="118.143" height="19.000" />
<text class="left" x="5.000" y="14.000">kernel</text>
<rect class="active" x="118.143" y="20.000" width="3642.913" height="19.000" />
<rect class="security" x="120.713" y="20.000" width="0.037" height="19.000" />
<rect class="generators" x="132.127" y="20.000" width="15.462" height="19.000" />
<rect class="unitsload" x="147.785" y="20.000" width="8.202" height="19.000" />
<text class="left" x="123.143" y="34.000">systemd</text>
<rect class="activating" x="156.016" y="40.000" width="0.000" height="19.000" />
<rect class="active" x="156.016" y="40.000" width="3605.039" height="19.000" />
<rect class="deactivating" x="3761.055" y="40.000" width="0.000" height="19.000" />
<text class="left" x="161.016" y="54.000">system.slice</text>
<rect class="activating" x="156.018" y="60.000" width="0.000" height="19.000" />
<rect class="active" x="156.018" y="60.000" width="3605.038" height="19.000" />
<rect class="deactivating" x="3761.055" y="60.000" width="0.000" height="19.000" />
<text class="left" x="161.018" y="74.000">-.slice</text>
<rect class="activating" x="156.019" y="80.000" width="0.000" height="19.000" />
<rect class="active" x="156.019" y="80.000" width="3605.037" height="19.000" />
<rect class="deactivating" x="3761.055" y="80.000" width="0.000" height="19.000" />
<text class="left" x="161.019" y="94.000">init.scope</text>
<rect class="activating" x="156.020" y="100.000" width="0.000" height="19.000" />
<rect class="active" x="156.020" y="100.000" width="3605.035" height="19.000" />
<rect class="deactivating" x="3761.055" y="100.000" width="0.000" height="19.000" />
<text class="left" x="161.020" y="114.000">-.mount</text>
<rect class="activating" x="156.029" y="120.000" width="108.745" height="19.000" />
<rect class="active" x="264.774" y="120.000" width="3496.281" height="19.000" />
<rect class="deactivating" x="3761.055" y="120.000" width="0.000" height="19.000" />
<text class="left" x="161.029" y="134.000">dev-mmcblk0p2.device (1.087s)</text>
<rect class="activating" x="160.960" y="140.000" width="0.000" height="19.000" />
<rect class="active" x="160.960" y="140.000" width="3600.096" height="19.000" />
<rect class="deactivating" x="3761.055" y="140.000" width="0.000" height="19.000" />
<text class="left" x="165.960" y="154.000">remote-fs.target</text>
<rect class="activating" x="160.999" y="160.000" width="0.000" height="19.000" />
<rect class="active" x="160.999" y="160.000" width="3600.057" height="19.000" />
<rect class="deactivating" x="3761.055" y="160.000" width="0.000" height="19.000" />
<text class="left" x="165.999" y="174.000">systemd-fsckd.socket</text>
<rect class="activating" x="161.032" y="180.000" width="0.000" height="19.000" />
<rect class="active" x="161.032" y="180.000" width="3600.024" height="19.000" />
<rect class="deactivating" x="3761.055" y="180.000" width="0.000" height="19.000" />
<text class="left" x="166.032" y="194.000">systemd-journald.socket</text>
<rect class="activating" x="161.049" y="200.000" width="0.000" height="19.000" />
<rect class="active" x="161.049" y="200.000" width="3600.007" height="19.000" />
<rect class="deactivating" x="3761.055" y="200.000" width="0.000" height="19.000" />
<text class="left" x="166.049" y="214.000">systemd-initctl.socket</text>
<rect class="activating" x="161.425" y="220.000" width="7.386" height="19.000" />
<rect class="active" x="168.811" y="220.000" width="3592.244" height="19.000" />
<rect class="deactivating" x="3761.055" y="220.000" width="0.000" height="19.000" />
<text class="left" x="166.425" y="234.000">kmod-static-nodes.service (73ms)</text>
<rect class="activating" x="161.484" y="240.000" width="0.000" height="19.000" />
<rect class="active" x="161.484" y="240.000" width="3599.571" height="19.000" />
<rect class="deactivating" x="3761.055" y="240.000" width="0.000" height="19.000" />
<text class="left" x="166.484" y="254.000">systemd-journald-dev-log.socket</text>
<rect class="activating" x="162.056" y="260.000" width="7.847" height="19.000" />
<rect class="active" x="169.903" y="260.000" width="3591.152" height="19.000" />
<rect class="deactivating" x="3761.055" y="260.000" width="0.000" height="19.000" />
<text class="left" x="167.056" y="274.000">systemd-modules-load.service (78ms)</text>
<rect class="activating" x="162.120" y="280.000" width="0.000" height="19.000" />
<rect class="active" x="162.120" y="280.000" width="3598.935" height="19.000" />
<rect class="deactivating" x="3761.055" y="280.000" width="0.000" height="19.000" />
<text class="left" x="167.120" y="294.000">proc-sys-fs-binfmt_misc.automount</text>
<rect class="activating" x="162.195" y="300.000" width="0.000" height="19.000" />
<rect class="active" x="162.195" y="300.000" width="3598.860" height="19.000" />
<rect class="deactivating" x="3761.055" y="300.000" width="0.000" height="19.000" />
<text class="left" x="167.195" y="314.000">system-getty.slice</text>
<rect class="activating" x="162.603" y="320.000" width="11.543" height="19.000" />
<rect class="active" x="174.146" y="320.000" width="3586.910" height="19.000" />
<rect class="deactivating" x="3761.055" y="320.000" width="0.000" height="19.000" />
<text class="left" x="167.603" y="334.000">fake-hwclock.service (115ms)</text>
<rect class="activating" x="162.644" y="340.000" width="0.000" height="19.000" />
<rect class="active" x="162.644" y="340.000" width="3598.411" height="19.000" />
<rect class="deactivating" x="3761.055" y="340.000" width="0.000" height="19.000" />
<text class="left" x="167.644" y="354.000">systemd-ask-password-wall.path</text>
<rect class="activating" x="162.678" y="360.000" width="0.000" height="19.000" />
<rect class="active" x="162.678" y="360.000" width="3598.378" height="19.000" />
<rect class="deactivating" x="3761.055" y="360.000" width="0.000" height="19.000" />
<text class="left" x="167.678" y="374.000">systemd-ask-password-console.path</text>
<rect class="activating" x="162.686" y="380.000" width="0.000" height="19.000" />
<rect class="active" x="162.686" y="380.000" width="3598.370" height="19.000" />
<rect class="deactivating" x="3761.055" y="380.000" width="0.000" height="19.000" />
<text class="left" x="167.686" y="394.000">paths.target</text>
<rect class="activating" x="162.945" y="400.000" width="8.860" height="19.000" />
<rect class="active" x="171.805" y="400.000" width="3589.250" height="19.000" />
<rect class="deactivating" x="3761.055" y="400.000" width="0.000" height="19.000" />
<text class="left" x="167.945" y="414.000">resolvconf.service (88ms)</text>
<rect class="activating" x="163.268" y="420.000" width="6.917" height="19.000" />
<rect class="active" x="170.185" y="420.000" width="3590.870" height="19.000" />
<rect class="deactivating" x="3761.055" y="420.000" width="0.000" height="19.000" />
<text class="left" x="168.268" y="434.000">sys-kernel-debug.mount (69ms)</text>
<rect class="activating" x="163.286" y="440.000" width="0.000" height="19.000" />
<rect class="active" x="163.286" y="440.000" width="3597.769" height="19.000" />
<rect class="deactivating" x="3761.055" y="440.000" width="0.000" height="19.000" />
<text class="left" x="168.286" y="454.000">swap.target</text>
<rect class="activating" x="163.337" y="460.000" width="0.000" height="19.000" />
<rect class="active" x="163.337" y="460.000" width="3597.718" height="19.000" />
<rect class="deactivating" x="3761.055" y="460.000" width="0.000" height="19.000" />
<text class="left" x="168.337" y="474.000">systemd-udevd-kernel.socket</text>
<rect class="activating" x="163.399" y="480.000" width="0.000" height="19.000" />
<rect class="active" x="163.399" y="480.000" width="3597.657" height="19.000" />
<rect class="deactivating" x="3761.055" y="480.000" width="0.000" height="19.000" />
<text class="left" x="168.399" y="494.000">systemd-udevd-control.socket</text>
<rect class="activating" x="163.726" y="500.000" width="22.376" height="19.000" />
<rect class="active" x="186.102" y="500.000" width="3574.953" height="19.000" />
<rect class="deactivating" x="3761.055" y="500.000" width="0.000" height="19.000" />
<text class="left" x="168.726" y="514.000">keyboard-setup.service (223ms)</text>
<rect class="activating" x="163.746" y="520.000" width="0.000" height="19.000" />
<rect class="active" x="163.746" y="520.000" width="3597.309" height="19.000" />
<rect class="deactivating" x="3761.055" y="520.000" width="0.000" height="19.000" />
<text class="left" x="168.746" y="534.000">cryptsetup.target</text>
<rect class="activating" x="164.053" y="540.000" width="19.808" height="19.000" />
<rect class="active" x="183.861" y="540.000" width="3577.194" height="19.000" />
<rect class="deactivating" x="3761.055" y="540.000" width="0.000" height="19.000" />
<text class="left" x="169.053" y="554.000">systemd-udev-trigger.service (198ms)</text>
<rect class="activating" x="164.161" y="560.000" width="0.000" height="19.000" />
<rect class="active" x="164.161" y="560.000" width="3596.894" height="19.000" />
<rect class="deactivating" x="3761.055" y="560.000" width="0.000" height="19.000" />
<text class="left" x="169.161" y="574.000">user.slice</text>
<rect class="activating" x="164.181" y="580.000" width="0.000" height="19.000" />
<rect class="active" x="164.181" y="580.000" width="3596.874" height="19.000" />
<rect class="deactivating" x="3761.055" y="580.000" width="0.000" height="19.000" />
<text class="left" x="169.181" y="594.000">slices.target</text>
<rect class="activating" x="164.502" y="600.000" width="5.742" height="19.000" />
<rect class="active" x="170.244" y="600.000" width="3590.811" height="19.000" />
<rect class="deactivating" x="3761.055" y="600.000" width="0.000" height="19.000" />
<text class="left" x="169.502" y="614.000">dev-mqueue.mount (57ms)</text>
<rect class="activating" x="164.799" y="620.000" width="0.000" height="19.000" />
<rect class="active" x="164.799" y="620.000" width="3596.257" height="19.000" />
<rect class="deactivating" x="3761.055" y="620.000" width="0.000" height="19.000" />
<text class="left" x="169.799" y="634.000">system-systemd\x2dfsck.slice</text>
<rect class="activating" x="167.379" y="640.000" width="14.725" height="19.000" />
<rect class="active" x="182.104" y="640.000" width="3578.952" height="19.000" />
<rect class="deactivating" x="3761.055" y="640.000" width="0.000" height="19.000" />
<text class="left" x="172.379" y="654.000">systemd-journald.service (147ms)</text>
<rect class="activating" x="170.730" y="660.000" width="5.419" height="19.000" />
<rect class="active" x="176.149" y="660.000" width="3584.906" height="19.000" />
<rect class="deactivating" x="3761.055" y="660.000" width="0.000" height="19.000" />
<text class="left" x="175.730" y="674.000">systemd-sysctl.service (54ms)</text>
<rect class="activating" x="171.209" y="680.000" width="2.103" height="19.000" />
<rect class="active" x="173.312" y="680.000" width="3587.744" height="19.000" />
<rect class="deactivating" x="3761.055" y="680.000" width="0.000" height="19.000" />
<text class="left" x="176.209" y="694.000">sys-kernel-config.mount (21ms)</text>
<rect class="activating" x="174.460" y="700.000" width="18.365" height="19.000" />
<rect class="active" x="192.826" y="700.000" width="3568.230" height="19.000" />
<rect class="deactivating" x="3761.055" y="700.000" width="0.000" height="19.000" />
<text class="left" x="179.460" y="714.000">systemd-fsck-root.service (183ms)</text>
<rect class="activating" x="177.360" y="720.000" width="0.000" height="19.000" />
<rect class="active" x="177.360" y="720.000" width="3120.154" height="19.000" />
<rect class="deactivating" x="3297.513" y="720.000" width="0.000" height="19.000" />
<text class="left" x="182.360" y="734.000">systemd-fsckd.service</text>
<rect class="activating" x="184.618" y="740.000" width="2.480" height="19.000" />
<rect class="active" x="187.098" y="740.000" width="3573.957" height="19.000" />
<rect class="deactivating" x="3761.055" y="740.000" width="0.000" height="19.000" />
<text class="left" x="189.618" y="754.000">ifupdown-pre.service (24ms)</text>
<rect class="activating" x="193.118" y="760.000" width="10.166" height="19.000" />
<rect class="active" x="203.283" y="760.000" width="3557.772" height="19.000" />
<rect class="deactivating" x="3761.055" y="760.000" width="0.000" height="19.000" />
<text class="left" x="198.118" y="774.000">systemd-remount-fs.service (101ms)</text>
<rect class="activating" x="203.540" y="780.000" width="2.767" height="19.000" />
<rect class="active" x="206.307" y="780.000" width="3554.748" height="19.000" />
<rect class="deactivating" x="3761.055" y="780.000" width="0.000" height="19.000" />
<text class="left" x="208.540" y="794.000">systemd-random-seed.service (27ms)</text>
<rect class="activating" x="204.288" y="800.000" width="2.757" height="19.000" />
<rect class="active" x="207.045" y="800.000" width="3554.011" height="19.000" />
<rect class="deactivating" x="3761.055" y="800.000" width="0.000" height="19.000" />
<text class="left" x="209.288" y="814.000">systemd-sysusers.service (27ms)</text>
<rect class="activating" x="207.296" y="820.000" width="4.027" height="19.000" />
<rect class="active" x="211.323" y="820.000" width="3549.733" height="19.000" />
<rect class="deactivating" x="3761.055" y="820.000" width="0.000" height="19.000" />
<text class="left" x="212.296" y="834.000">systemd-tmpfiles-setup-dev.service (40ms)</text>
<rect class="activating" x="211.365" y="840.000" width="0.000" height="19.000" />
<rect class="active" x="211.365" y="840.000" width="3549.690" height="19.000" />
<rect class="deactivating" x="3761.055" y="840.000" width="0.000" height="19.000" />
<text class="left" x="216.365" y="854.000">local-fs-pre.target</text>
<rect class="activating" x="211.635" y="860.000" width="1.208" height="19.000" />
<rect class="active" x="212.843" y="860.000" width="3548.212" height="19.000" />
<rect class="deactivating" x="3761.055" y="860.000" width="0.000" height="19.000" />
<text class="left" x="216.635" y="874.000">DietPi.mount (12ms)</text>
<rect class="activating" x="211.939" y="880.000" width="1.578" height="19.000" />
<rect class="active" x="213.516" y="880.000" width="3547.539" height="19.000" />
<rect class="deactivating" x="3761.055" y="880.000" width="0.000" height="19.000" />
<text class="left" x="216.939" y="894.000">tmp.mount (15ms)</text>
<rect class="activating" x="212.267" y="900.000" width="1.297" height="19.000" />
<rect class="active" x="213.563" y="900.000" width="3547.492" height="19.000" />
<rect class="deactivating" x="3761.055" y="900.000" width="0.000" height="19.000" />
<text class="left" x="217.267" y="914.000">var-log.mount (12ms)</text>
<rect class="activating" x="212.572" y="920.000" width="8.343" height="19.000" />
<rect class="active" x="220.915" y="920.000" width="3540.140" height="19.000" />
<rect class="deactivating" x="3761.055" y="920.000" width="0.000" height="19.000" />
<text class="left" x="217.572" y="934.000">systemd-udevd.service (83ms)</text>
<rect class="activating" x="213.825" y="940.000" width="7.699" height="19.000" />
<rect class="active" x="221.524" y="940.000" width="3539.531" height="19.000" />
<rect class="deactivating" x="3761.055" y="940.000" width="0.000" height="19.000" />
<text class="left" x="218.825" y="954.000">systemd-journal-flush.service (76ms)</text>
<rect class="activating" x="225.954" y="960.000" width="0.000" height="19.000" />
<rect class="active" x="225.954" y="960.000" width="3535.101" height="19.000" />
<rect class="deactivating" x="3761.055" y="960.000" width="0.000" height="19.000" />
<text class="left" x="230.954" y="974.000">sys-module-configfs.device</text>
<rect class="activating" x="237.489" y="980.000" width="0.000" height="19.000" />
<rect class="active" x="237.489" y="980.000" width="3523.566" height="19.000" />
<rect class="deactivating" x="3761.055" y="980.000" width="0.000" height="19.000" />
<text class="left" x="242.489" y="994.000">dev-ram12.device</text>
<rect class="activating" x="237.493" y="1000.000" width="0.000" height="19.000" />
<rect class="active" x="237.493" y="1000.000" width="3523.562" height="19.000" />
<rect class="deactivating" x="3761.055" y="1000.000" width="0.000" height="19.000" />
<text class="left" x="242.493" y="1014.000">sys-devices-virtual-block-ram12.device</text>
<rect class="activating" x="238.537" y="1020.000" width="0.000" height="19.000" />
<rect class="active" x="238.537" y="1020.000" width="3522.519" height="19.000" />
<rect class="deactivating" x="3761.055" y="1020.000" width="0.000" height="19.000" />
<text class="left" x="243.537" y="1034.000">dev-ram0.device</text>
<rect class="activating" x="238.540" y="1040.000" width="0.000" height="19.000" />
<rect class="active" x="238.540" y="1040.000" width="3522.516" height="19.000" />
<rect class="deactivating" x="3761.055" y="1040.000" width="0.000" height="19.000" />
<text class="left" x="243.540" y="1054.000">sys-devices-virtual-block-ram0.device</text>
<rect class="activating" x="239.528" y="1060.000" width="0.000" height="19.000" />
<rect class="active" x="239.528" y="1060.000" width="3521.527" height="19.000" />
<rect class="deactivating" x="3761.055" y="1060.000" width="0.000" height="19.000" />
<text class="left" x="244.528" y="1074.000">dev-ram1.device</text>
<rect class="activating" x="239.531" y="1080.000" width="0.000" height="19.000" />
<rect class="active" x="239.531" y="1080.000" width="3521.524" height="19.000" />
<rect class="deactivating" x="3761.055" y="1080.000" width="0.000" height="19.000" />
<text class="left" x="244.531" y="1094.000">sys-devices-virtual-block-ram1.device</text>
<rect class="activating" x="240.968" y="1100.000" width="0.000" height="19.000" />
<rect class="active" x="240.968" y="1100.000" width="3520.088" height="19.000" />
<rect class="deactivating" x="3761.055" y="1100.000" width="0.000" height="19.000" />
<text class="left" x="245.968" y="1114.000">dev-ram10.device</text>
<rect class="activating" x="240.971" y="1120.000" width="0.000" height="19.000" />
<rect class="active" x="240.971" y="1120.000" width="3520.085" height="19.000" />
<rect class="deactivating" x="3761.055" y="1120.000" width="0.000" height="19.000" />
<text class="left" x="245.971" y="1134.000">sys-devices-virtual-block-ram10.device</text>
<rect class="activating" x="241.990" y="1140.000" width="0.000" height="19.000" />
<rect class="active" x="241.990" y="1140.000" width="3519.066" height="19.000" />
<rect class="deactivating" x="3761.055" y="1140.000" width="0.000" height="19.000" />
<text class="left" x="246.990" y="1154.000">dev-ram13.device</text>
<rect class="activating" x="241.992" y="1160.000" width="0.000" height="19.000" />
<rect class="active" x="241.992" y="1160.000" width="3519.063" height="19.000" />
<rect class="deactivating" x="3761.055" y="1160.000" width="0.000" height="19.000" />
<text class="left" x="246.992" y="1174.000">sys-devices-virtual-block-ram13.device</text>
<rect class="activating" x="243.838" y="1180.000" width="0.000" height="19.000" />
<rect class="active" x="243.838" y="1180.000" width="3517.217" height="19.000" />
<rect class="deactivating" x="3761.055" y="1180.000" width="0.000" height="19.000" />
<text class="left" x="248.838" y="1194.000">dev-serial1.device</text>
<rect class="activating" x="243.841" y="1200.000" width="0.000" height="19.000" />
<rect class="active" x="243.841" y="1200.000" width="3517.214" height="19.000" />
<rect class="deactivating" x="3761.055" y="1200.000" width="0.000" height="19.000" />
<text class="left" x="248.841" y="1214.000">dev-ttyAMA0.device</text>
<rect class="activating" x="243.843" y="1220.000" width="0.000" height="19.000" />
<rect class="active" x="243.843" y="1220.000" width="3517.212" height="19.000" />
<rect class="deactivating" x="3761.055" y="1220.000" width="0.000" height="19.000" />
<text class="left" x="248.843" y="1234.000">sys-devices-platform-soc-fe201000.serial-tty-ttyAMA0.device</text>
<rect class="activating" x="244.827" y="1240.000" width="0.000" height="19.000" />
<rect class="active" x="244.827" y="1240.000" width="3516.228" height="19.000" />
<rect class="deactivating" x="3761.055" y="1240.000" width="0.000" height="19.000" />
<text class="left" x="249.827" y="1254.000">dev-ram11.device</text>
<rect class="activating" x="244.830" y="1260.000" width="0.000" height="19.000" />
<rect class="active" x="244.830" y="1260.000" width="3516.225" height="19.000" />
<rect class="deactivating" x="3761.055" y="1260.000" width="0.000" height="19.000" />
<text class="left" x="249.830" y="1274.000">sys-devices-virtual-block-ram11.device</text>
<rect class="activating" x="245.784" y="1280.000" width="0.000" height="19.000" />
<rect class="active" x="245.784" y="1280.000" width="3515.271" height="19.000" />
<rect class="deactivating" x="3761.055" y="1280.000" width="0.000" height="19.000" />
<text class="left" x="250.784" y="1294.000">dev-ram5.device</text>
<rect class="activating" x="245.787" y="1300.000" width="0.000" height="19.000" />
<rect class="active" x="245.787" y="1300.000" width="3515.268" height="19.000" />
<rect class="deactivating" x="3761.055" y="1300.000" width="0.000" height="19.000" />
<text class="left" x="250.787" y="1314.000">sys-devices-virtual-block-ram5.device</text>
<rect class="activating" x="246.741" y="1320.000" width="0.000" height="19.000" />
<rect class="active" x="246.741" y="1320.000" width="3514.314" height="19.000" />
<rect class="deactivating" x="3761.055" y="1320.000" width="0.000" height="19.000" />
<text class="left" x="251.741" y="1334.000">dev-ram6.device</text>
<rect class="activating" x="246.744" y="1340.000" width="0.000" height="19.000" />
<rect class="active" x="246.744" y="1340.000" width="3514.311" height="19.000" />
<rect class="deactivating" x="3761.055" y="1340.000" width="0.000" height="19.000" />
<text class="left" x="251.744" y="1354.000">sys-devices-virtual-block-ram6.device</text>
<rect class="activating" x="247.832" y="1360.000" width="0.000" height="19.000" />
<rect class="active" x="247.832" y="1360.000" width="3513.224" height="19.000" />
<rect class="deactivating" x="3761.055" y="1360.000" width="0.000" height="19.000" />
<text class="left" x="252.832" y="1374.000">dev-ram3.device</text>
<rect class="activating" x="247.835" y="1380.000" width="0.000" height="19.000" />
<rect class="active" x="247.835" y="1380.000" width="3513.221" height="19.000" />
<rect class="deactivating" x="3761.055" y="1380.000" width="0.000" height="19.000" />
<text class="left" x="252.835" y="1394.000">sys-devices-virtual-block-ram3.device</text>
<rect class="activating" x="248.806" y="1400.000" width="0.000" height="19.000" />
<rect class="active" x="248.806" y="1400.000" width="3512.250" height="19.000" />
<rect class="deactivating" x="3761.055" y="1400.000" width="0.000" height="19.000" />
<text class="left" x="253.806" y="1414.000">dev-ram14.device</text>
<rect class="activating" x="248.809" y="1420.000" width="0.000" height="19.000" />
<rect class="active" x="248.809" y="1420.000" width="3512.247" height="19.000" />
<rect class="deactivating" x="3761.055" y="1420.000" width="0.000" height="19.000" />
<text class="left" x="253.809" y="1434.000">sys-devices-virtual-block-ram14.device</text>
<rect class="activating" x="249.853" y="1440.000" width="0.000" height="19.000" />
<rect class="active" x="249.853" y="1440.000" width="3511.202" height="19.000" />
<rect class="deactivating" x="3761.055" y="1440.000" width="0.000" height="19.000" />
<text class="left" x="254.853" y="1454.000">dev-ram15.device</text>
<rect class="activating" x="249.856" y="1460.000" width="0.000" height="19.000" />
<rect class="active" x="249.856" y="1460.000" width="3511.199" height="19.000" />
<rect class="deactivating" x="3761.055" y="1460.000" width="0.000" height="19.000" />
<text class="left" x="254.856" y="1474.000">sys-devices-virtual-block-ram15.device</text>
<rect class="activating" x="251.423" y="1480.000" width="0.000" height="19.000" />
<rect class="active" x="251.423" y="1480.000" width="3509.632" height="19.000" />
<rect class="deactivating" x="3761.055" y="1480.000" width="0.000" height="19.000" />
<text class="left" x="256.423" y="1494.000">dev-ram2.device</text>
<rect class="activating" x="251.426" y="1500.000" width="0.000" height="19.000" />
<rect class="active" x="251.426" y="1500.000" width="3509.630" height="19.000" />
<rect class="deactivating" x="3761.055" y="1500.000" width="0.000" height="19.000" />
<text class="left" x="256.426" y="1514.000">sys-devices-virtual-block-ram2.device</text>
<rect class="activating" x="252.607" y="1520.000" width="0.000" height="19.000" />
<rect class="active" x="252.607" y="1520.000" width="3508.448" height="19.000" />
<rect class="deactivating" x="3761.055" y="1520.000" width="0.000" height="19.000" />
<text class="left" x="257.607" y="1534.000">dev-ram4.device</text>
<rect class="activating" x="252.610" y="1540.000" width="0.000" height="19.000" />
<rect class="active" x="252.610" y="1540.000" width="3508.445" height="19.000" />
<rect class="deactivating" x="3761.055" y="1540.000" width="0.000" height="19.000" />
<text class="left" x="257.610" y="1554.000">sys-devices-virtual-block-ram4.device</text>
<rect class="activating" x="253.649" y="1560.000" width="0.000" height="19.000" />
<rect class="active" x="253.649" y="1560.000" width="3507.406" height="19.000" />
<rect class="deactivating" x="3761.055" y="1560.000" width="0.000" height="19.000" />
<text class="left" x="258.649" y="1574.000">dev-ram7.device</text>
<rect class="activating" x="253.652" y="1580.000" width="0.000" height="19.000" />
<rect class="active" x="253.652" y="1580.000" width="3507.403" height="19.000" />
<rect class="deactivating" x="3761.055" y="1580.000" width="0.000" height="19.000" />
<text class="left" x="258.652" y="1594.000">sys-devices-virtual-block-ram7.device</text>
<rect class="activating" x="254.616" y="1600.000" width="0.000" height="19.000" />
<rect class="active" x="254.616" y="1600.000" width="3506.439" height="19.000" />
<rect class="deactivating" x="3761.055" y="1600.000" width="0.000" height="19.000" />
<text class="left" x="259.616" y="1614.000">dev-ram8.device</text>
<rect class="activating" x="254.620" y="1620.000" width="0.000" height="19.000" />
<rect class="active" x="254.620" y="1620.000" width="3506.436" height="19.000" />
<rect class="deactivating" x="3761.055" y="1620.000" width="0.000" height="19.000" />
<text class="left" x="259.620" y="1634.000">sys-devices-virtual-block-ram8.device</text>
<rect class="activating" x="256.223" y="1640.000" width="0.000" height="19.000" />
<rect class="active" x="256.223" y="1640.000" width="3504.832" height="19.000" />
<rect class="deactivating" x="3761.055" y="1640.000" width="0.000" height="19.000" />
<text class="left" x="261.223" y="1654.000">dev-ram9.device</text>
<rect class="activating" x="256.226" y="1660.000" width="0.000" height="19.000" />
<rect class="active" x="256.226" y="1660.000" width="3504.830" height="19.000" />
<rect class="deactivating" x="3761.055" y="1660.000" width="0.000" height="19.000" />
<text class="left" x="261.226" y="1674.000">sys-devices-virtual-block-ram9.device</text>
<rect class="activating" x="259.017" y="1680.000" width="0.000" height="19.000" />
<rect class="active" x="259.017" y="1680.000" width="3502.039" height="19.000" />
<rect class="deactivating" x="3761.055" y="1680.000" width="0.000" height="19.000" />
<text class="left" x="264.017" y="1694.000">dev-disk-by\x2dpath-platform\x2dfe340000.emmc2.device</text>
<rect class="activating" x="259.020" y="1700.000" width="0.000" height="19.000" />
<rect class="active" x="259.020" y="1700.000" width="3502.035" height="19.000" />
<rect class="deactivating" x="3761.055" y="1700.000" width="0.000" height="19.000" />
<text class="left" x="264.020" y="1714.000">dev-disk-by\x2did-mmc\x2dSC64G_0xc5eddfb4.device</text>
<rect class="activating" x="259.022" y="1720.000" width="0.000" height="19.000" />
<rect class="active" x="259.022" y="1720.000" width="3502.034" height="19.000" />
<rect class="deactivating" x="3761.055" y="1720.000" width="0.000" height="19.000" />
<text class="left" x="264.022" y="1734.000">dev-mmcblk0.device</text>
<rect class="activating" x="259.024" y="1740.000" width="0.000" height="19.000" />
<rect class="active" x="259.024" y="1740.000" width="3502.032" height="19.000" />
<rect class="deactivating" x="3761.055" y="1740.000" width="0.000" height="19.000" />
<text class="left" x="264.024" y="1754.000">sys-devices-platform-soc-fe340000.emmc2-mmc_host-mmc0-mmc0:e624-block-mmcblk0.device</text>
<rect class="activating" x="259.940" y="1760.000" width="0.000" height="19.000" />
<rect class="active" x="259.940" y="1760.000" width="3501.115" height="19.000" />
<rect class="deactivating" x="3761.055" y="1760.000" width="0.000" height="19.000" />
<text class="left" x="264.940" y="1774.000">dev-ttyprintk.device</text>
<rect class="activating" x="259.942" y="1780.000" width="0.000" height="19.000" />
<rect class="active" x="259.942" y="1780.000" width="3501.113" height="19.000" />
<rect class="deactivating" x="3761.055" y="1780.000" width="0.000" height="19.000" />
<text class="left" x="264.942" y="1794.000">sys-devices-virtual-tty-ttyprintk.device</text>
<rect class="activating" x="264.744" y="1800.000" width="0.000" height="19.000" />
<rect class="active" x="264.744" y="1800.000" width="3496.311" height="19.000" />
<rect class="deactivating" x="3761.055" y="1800.000" width="0.000" height="19.000" />
<text class="left" x="269.744" y="1814.000">dev-disk-by\x2dlabel-rootfs.device</text>
<rect class="activating" x="264.747" y="1820.000" width="0.000" height="19.000" />
<rect class="active" x="264.747" y="1820.000" width="3496.308" height="19.000" />
<rect class="deactivating" x="3761.055" y="1820.000" width="0.000" height="19.000" />
<text class="left" x="269.747" y="1834.000">dev-disk-by\x2dpath-platform\x2dfe340000.emmc2\x2dpart2.device</text>
<rect class="activating" x="264.749" y="1840.000" width="0.000" height="19.000" />
<rect class="active" x="264.749" y="1840.000" width="3496.306" height="19.000" />
<rect class="deactivating" x="3761.055" y="1840.000" width="0.000" height="19.000" />
<text class="left" x="269.749" y="1854.000">dev-disk-by\x2dpartuuid-6c586e13\x2d02.device</text>
<rect class="activating" x="264.751" y="1860.000" width="0.000" height="19.000" />
<rect class="active" x="264.751" y="1860.000" width="3496.304" height="19.000" />
<rect class="deactivating" x="3761.055" y="1860.000" width="0.000" height="19.000" />
<text class="left" x="269.751" y="1874.000">dev-disk-by\x2duuid-2ab3f8e1\x2d7dc6\x2d43f5\x2db0db\x2ddd5759d51d4e.device</text>
<rect class="activating" x="264.753" y="1880.000" width="0.000" height="19.000" />
<rect class="active" x="264.753" y="1880.000" width="3496.302" height="19.000" />
<rect class="deactivating" x="3761.055" y="1880.000" width="0.000" height="19.000" />
<text class="left" x="269.753" y="1894.000">dev-disk-by\x2did-mmc\x2dSC64G_0xc5eddfb4\x2dpart2.device</text>
<rect class="activating" x="264.755" y="1900.000" width="0.000" height="19.000" />
<rect class="active" x="264.755" y="1900.000" width="3496.301" height="19.000" />
<rect class="deactivating" x="3761.055" y="1900.000" width="0.000" height="19.000" />
<text class="left" x="269.755" y="1914.000">sys-devices-platform-soc-fe340000.emmc2-mmc_host-mmc0-mmc0:e624-block-mmcblk0-mmcblk0p2.device</text>
<rect class="activating" x="270.254" y="1920.000" width="0.000" height="19.000" />
<rect class="active" x="270.254" y="1920.000" width="3490.801" height="19.000" />
<rect class="deactivating" x="3761.055" y="1920.000" width="0.000" height="19.000" />
<text class="left" x="275.254" y="1934.000">dev-disk-by\x2did-mmc\x2dSC64G_0xc5eddfb4\x2dpart1.device</text>
<rect class="activating" x="270.268" y="1940.000" width="0.000" height="19.000" />
<rect class="active" x="270.268" y="1940.000" width="3490.787" height="19.000" />
<rect class="deactivating" x="3761.055" y="1940.000" width="0.000" height="19.000" />
<text class="left" x="275.268" y="1954.000">dev-disk-by\x2duuid-5203\x2dDB74.device</text>
<rect class="activating" x="270.291" y="1960.000" width="0.000" height="19.000" />
<rect class="active" x="270.291" y="1960.000" width="3490.764" height="19.000" />
<rect class="deactivating" x="3761.055" y="1960.000" width="0.000" height="19.000" />
<text class="left" x="275.291" y="1974.000">dev-disk-by\x2dpartuuid-6c586e13\x2d01.device</text>
<rect class="activating" x="270.316" y="1980.000" width="0.000" height="19.000" />
<rect class="active" x="270.316" y="1980.000" width="3490.740" height="19.000" />
<rect class="deactivating" x="3761.055" y="1980.000" width="0.000" height="19.000" />
<text class="left" x="275.316" y="1994.000">dev-disk-by\x2dlabel-boot.device</text>
<rect class="activating" x="270.318" y="2000.000" width="0.000" height="19.000" />
<rect class="active" x="270.318" y="2000.000" width="3490.738" height="19.000" />
<rect class="deactivating" x="3761.055" y="2000.000" width="0.000" height="19.000" />
<text class="left" x="275.318" y="2014.000">dev-disk-by\x2dpath-platform\x2dfe340000.emmc2\x2dpart1.device</text>
<rect class="activating" x="270.320" y="2020.000" width="0.000" height="19.000" />
<rect class="active" x="270.320" y="2020.000" width="3490.736" height="19.000" />
<rect class="deactivating" x="3761.055" y="2020.000" width="0.000" height="19.000" />
<text class="left" x="275.320" y="2034.000">dev-mmcblk0p1.device</text>
<rect class="activating" x="270.321" y="2040.000" width="0.000" height="19.000" />
<rect class="active" x="270.321" y="2040.000" width="3490.734" height="19.000" />
<rect class="deactivating" x="3761.055" y="2040.000" width="0.000" height="19.000" />
<text class="left" x="275.321" y="2054.000">sys-devices-platform-soc-fe340000.emmc2-mmc_host-mmc0-mmc0:e624-block-mmcblk0-mmcblk0p1.device</text>
<rect class="activating" x="270.641" y="2060.000" width="24.000" height="19.000" />
<rect class="active" x="294.641" y="2060.000" width="3466.414" height="19.000" />
<rect class="deactivating" x="3761.055" y="2060.000" width="0.000" height="19.000" />
<text class="left" x="275.641" y="2074.000">systemd-fsck@dev-disk-by\x2dpartuuid-6c586e13\x2d01.service (239ms)</text>
<rect class="activating" x="275.097" y="2080.000" width="0.000" height="19.000" />
<rect class="active" x="275.097" y="2080.000" width="3485.958" height="19.000" />
<rect class="deactivating" x="3761.055" y="2080.000" width="0.000" height="19.000" />
<text class="left" x="280.097" y="2094.000">sys-subsystem-net-devices-eth0.device</text>
<rect class="activating" x="275.108" y="2100.000" width="0.000" height="19.000" />
<rect class="active" x="275.108" y="2100.000" width="3485.947" height="19.000" />
<rect class="deactivating" x="3761.055" y="2100.000" width="0.000" height="19.000" />
<text class="left" x="280.108" y="2114.000">sys-devices-platform-scb-fd580000.genet-net-eth0.device</text>
<rect class="activating" x="295.000" y="2120.000" width="3.782" height="19.000" />
<rect class="active" x="298.782" y="2120.000" width="3462.273" height="19.000" />
<rect class="deactivating" x="3761.055" y="2120.000" width="0.000" height="19.000" />
<text class="left" x="300.000" y="2134.000">boot.mount (37ms)</text>
<rect class="activating" x="298.903" y="2140.000" width="0.000" height="19.000" />
<rect class="active" x="298.903" y="2140.000" width="3462.152" height="19.000" />
<rect class="deactivating" x="3761.055" y="2140.000" width="0.000" height="19.000" />
<text class="left" x="303.903" y="2154.000">local-fs.target</text>
<rect class="activating" x="299.134" y="2160.000" width="4.705" height="19.000" />
<rect class="active" x="303.839" y="2160.000" width="3457.216" height="19.000" />
<rect class="deactivating" x="3761.055" y="2160.000" width="0.000" height="19.000" />
<text class="left" x="304.134" y="2174.000">systemd-tmpfiles-setup.service (47ms)</text>
<rect class="activating" x="299.401" y="2180.000" width="1.665" height="19.000" />
<rect class="active" x="301.066" y="2180.000" width="3459.989" height="19.000" />
<rect class="deactivating" x="3761.055" y="2180.000" width="0.000" height="19.000" />
<text class="left" x="304.401" y="2194.000">console-setup.service (16ms)</text>
<rect class="activating" x="304.104" y="2200.000" width="3.680" height="19.000" />
<rect class="active" x="307.784" y="2200.000" width="3453.272" height="19.000" />
<rect class="deactivating" x="3761.055" y="2200.000" width="0.000" height="19.000" />
<text class="left" x="309.104" y="2214.000">systemd-update-utmp.service (36ms)</text>
<rect class="activating" x="307.832" y="2220.000" width="0.000" height="19.000" />
<rect class="active" x="307.832" y="2220.000" width="3453.223" height="19.000" />
<rect class="deactivating" x="3761.055" y="2220.000" width="0.000" height="19.000" />
<text class="left" x="312.832" y="2234.000">sysinit.target</text>
<rect class="activating" x="307.842" y="2240.000" width="0.000" height="19.000" />
<rect class="active" x="307.842" y="2240.000" width="3453.213" height="19.000" />
<rect class="deactivating" x="3761.055" y="2240.000" width="0.000" height="19.000" />
<text class="left" x="312.842" y="2254.000">systemd-tmpfiles-clean.timer</text>
<rect class="activating" x="307.848" y="2260.000" width="0.000" height="19.000" />
<rect class="active" x="307.848" y="2260.000" width="3453.208" height="19.000" />
<rect class="deactivating" x="3761.055" y="2260.000" width="0.000" height="19.000" />
<text class="left" x="312.848" y="2274.000">timers.target</text>
<rect class="activating" x="307.878" y="2280.000" width="0.000" height="19.000" />
<rect class="active" x="307.878" y="2280.000" width="3453.178" height="19.000" />
<rect class="deactivating" x="3761.055" y="2280.000" width="0.000" height="19.000" />
<text class="left" x="312.878" y="2294.000">dbus.socket</text>
<rect class="activating" x="307.885" y="2300.000" width="0.000" height="19.000" />
<rect class="active" x="307.885" y="2300.000" width="3453.171" height="19.000" />
<rect class="deactivating" x="3761.055" y="2300.000" width="0.000" height="19.000" />
<text class="left" x="312.885" y="2314.000">sockets.target</text>
<rect class="activating" x="307.891" y="2320.000" width="0.000" height="19.000" />
<rect class="active" x="307.891" y="2320.000" width="3453.165" height="19.000" />
<rect class="deactivating" x="3761.055" y="2320.000" width="0.000" height="19.000" />
<text class="left" x="312.891" y="2334.000">basic.target</text>
<rect class="activating" x="308.132" y="2340.000" width="16.619" height="19.000" />
<rect class="active" x="324.751" y="2340.000" width="3436.305" height="19.000" />
<rect class="deactivating" x="3761.055" y="2340.000" width="0.000" height="19.000" />
<text class="left" x="313.132" y="2354.000">systemd-logind.service (166ms)</text>
<rect class="activating" x="308.394" y="2360.000" width="16.511" height="19.000" />
<rect class="active" x="324.906" y="2360.000" width="3436.150" height="19.000" />
<rect class="deactivating" x="3761.055" y="2360.000" width="0.000" height="19.000" />
<text class="left" x="313.394" y="2374.000">rng-tools.service (165ms)</text>
<rect class="activating" x="308.668" y="2380.000" width="16.392" height="19.000" />
<rect class="active" x="325.060" y="2380.000" width="3435.995" height="19.000" />
<rect class="deactivating" x="3761.055" y="2380.000" width="0.000" height="19.000" />
<text class="left" x="313.668" y="2394.000">dietpi-ramlog.service (163ms)</text>
<rect class="activating" x="308.989" y="2400.000" width="0.000" height="19.000" />
<rect class="active" x="308.989" y="2400.000" width="3452.066" height="19.000" />
<rect class="deactivating" x="3761.055" y="2400.000" width="0.000" height="19.000" />
<text class="left" x="313.989" y="2414.000">dbus.service</text>
<rect class="activating" x="310.447" y="2420.000" width="22.796" height="19.000" />
<rect class="active" x="333.243" y="2420.000" width="3427.812" height="19.000" />
<rect class="deactivating" x="3761.055" y="2420.000" width="0.000" height="19.000" />
<text class="left" x="315.447" y="2434.000">dietpi-ramdisk.service (227ms)</text>
<rect class="activating" x="310.835" y="2440.000" width="109.527" height="19.000" />
<rect class="active" x="420.363" y="2440.000" width="3340.693" height="19.000" />
<rect class="deactivating" x="3761.055" y="2440.000" width="0.000" height="19.000" />
<text class="left" x="315.835" y="2454.000">rpi-eeprom-update.service (1.095s)</text>
<rect class="activating" x="333.801" y="2460.000" width="119.494" height="19.000" />
<rect class="active" x="453.295" y="2460.000" width="3307.760" height="19.000" />
<rect class="deactivating" x="3761.055" y="2460.000" width="0.000" height="19.000" />
<text class="left" x="338.801" y="2474.000">dietpi-preboot.service (1.194s)</text>
<rect class="activating" x="453.444" y="2480.000" width="0.000" height="19.000" />
<rect class="active" x="453.444" y="2480.000" width="3307.611" height="19.000" />
<rect class="deactivating" x="3761.055" y="2480.000" width="0.000" height="19.000" />
<text class="left" x="458.444" y="2494.000">network-pre.target</text>
<rect class="activating" x="453.753" y="2500.000" width="0.000" height="19.000" />
<rect class="active" x="453.753" y="2500.000" width="3307.302" height="19.000" />
<rect class="deactivating" x="3761.055" y="2500.000" width="0.000" height="19.000" />
<text class="left" x="458.753" y="2514.000">ifup@eth0.service</text>
<rect class="activating" x="454.148" y="2520.000" width="18.404" height="19.000" />
<rect class="active" x="472.552" y="2520.000" width="3288.504" height="19.000" />
<rect class="deactivating" x="3761.055" y="2520.000" width="0.000" height="19.000" />
<text class="left" x="459.148" y="2534.000">networking.service (184ms)</text>
<rect class="activating" x="472.654" y="2540.000" width="0.000" height="19.000" />
<rect class="active" x="472.654" y="2540.000" width="3288.402" height="19.000" />
<rect class="deactivating" x="3761.055" y="2540.000" width="0.000" height="19.000" />
<text class="left" x="477.654" y="2554.000">network.target</text>
<rect class="activating" x="472.944" y="2560.000" width="0.000" height="19.000" />
<rect class="active" x="472.944" y="2560.000" width="3288.111" height="19.000" />
<rect class="deactivating" x="3761.055" y="2560.000" width="0.000" height="19.000" />
<text class="left" x="477.944" y="2574.000">vncserver-x11-serviced.service</text>
<rect class="activating" x="473.278" y="2580.000" width="3169.302" height="19.000" />
<rect class="active" x="3642.579" y="2580.000" width="118.476" height="19.000" />
<rect class="deactivating" x="3761.055" y="2580.000" width="0.000" height="19.000" />
<text class="left" x="478.278" y="2594.000">dietpi-boot.service (31.693s)</text>
<rect class="activating" x="473.602" y="2600.000" width="2.662" height="19.000" />
<rect class="active" x="476.264" y="2600.000" width="3284.792" height="19.000" />
<rect class="deactivating" x="3761.055" y="2600.000" width="0.000" height="19.000" />
<text class="left" x="478.602" y="2614.000">systemd-user-sessions.service (26ms)</text>
<rect class="activating" x="474.124" y="2620.000" width="0.000" height="19.000" />
<rect class="active" x="474.124" y="2620.000" width="3286.931" height="19.000" />
<rect class="deactivating" x="3761.055" y="2620.000" width="0.000" height="19.000" />
<text class="left" x="479.124" y="2634.000">vncserver-virtuald.service</text>
<rect class="activating" x="497.670" y="2640.000" width="0.000" height="19.000" />
<rect class="active" x="497.670" y="2640.000" width="3263.385" height="19.000" />
<rect class="deactivating" x="3761.055" y="2640.000" width="0.000" height="19.000" />
<text class="left" x="502.670" y="2654.000">alsa-state.service</text>
<rect class="activating" x="498.251" y="2660.000" width="16.064" height="19.000" />
<rect class="active" x="514.314" y="2660.000" width="3246.741" height="19.000" />
<rect class="deactivating" x="3761.055" y="2660.000" width="0.000" height="19.000" />
<text class="left" x="503.251" y="2674.000">alsa-restore.service (160ms)</text>
<rect class="activating" x="530.445" y="2680.000" width="0.000" height="19.000" />
<rect class="active" x="530.445" y="2680.000" width="3230.610" height="19.000" />
<rect class="deactivating" x="3761.055" y="2680.000" width="0.000" height="19.000" />
<text class="left" x="535.445" y="2694.000">time-sync.target</text>
<rect class="activating" x="3642.960" y="2700.000" width="0.000" height="19.000" />
<rect class="active" x="3642.960" y="2700.000" width="118.095" height="19.000" />
<rect class="deactivating" x="3761.055" y="2700.000" width="0.000" height="19.000" />
<text class="right" x="3637.960" y="2714.000">dietpi-postboot.service</text>
<rect class="activating" x="3643.325" y="2720.000" width="0.000" height="19.000" />
<rect class="active" x="3643.325" y="2720.000" width="117.730" height="19.000" />
<rect class="deactivating" x="3761.055" y="2720.000" width="0.000" height="19.000" />
<text class="right" x="3638.325" y="2734.000">getty@tty1.service</text>
<rect class="activating" x="3643.674" y="2740.000" width="8.468" height="19.000" />
<rect class="active" x="3652.143" y="2740.000" width="108.912" height="19.000" />
<rect class="deactivating" x="3761.055" y="2740.000" width="0.000" height="19.000" />
<text class="right" x="3638.674" y="2754.000">dropbear.service (84ms)</text>
<rect class="activating" x="3644.012" y="2760.000" width="0.000" height="19.000" />
<rect class="active" x="3644.012" y="2760.000" width="117.043" height="19.000" />
<rect class="deactivating" x="3761.055" y="2760.000" width="0.000" height="19.000" />
<text class="right" x="3639.012" y="2774.000">vncserver.service</text>
<rect class="activating" x="3644.710" y="2780.000" width="3.318" height="19.000" />
<rect class="active" x="3648.028" y="2780.000" width="113.028" height="19.000" />
<rect class="deactivating" x="3761.055" y="2780.000" width="0.000" height="19.000" />
<text class="right" x="3639.710" y="2794.000">xrdp-sesman.service (33ms)</text>
<rect class="activating" x="3644.760" y="2800.000" width="0.000" height="19.000" />
<rect class="active" x="3644.760" y="2800.000" width="116.295" height="19.000" />
<rect class="deactivating" x="3761.055" y="2800.000" width="0.000" height="19.000" />
<text class="right" x="3639.760" y="2814.000">getty.target</text>
<rect class="activating" x="3648.487" y="2820.000" width="108.523" height="19.000" />
<rect class="active" x="3757.010" y="2820.000" width="4.045" height="19.000" />
<rect class="deactivating" x="3761.055" y="2820.000" width="0.000" height="19.000" />
<text class="right" x="3643.487" y="2834.000">xrdp.service (1.085s)</text>
<rect class="activating" x="3656.856" y="2840.000" width="0.000" height="19.000" />
<rect class="active" x="3656.856" y="2840.000" width="104.200" height="19.000" />
<rect class="deactivating" x="3761.055" y="2840.000" width="0.000" height="19.000" />
<text class="right" x="3651.856" y="2854.000">user-0.slice</text>
<rect class="activating" x="3657.301" y="2860.000" width="3.089" height="19.000" />
<rect class="active" x="3660.390" y="2860.000" width="100.666" height="19.000" />
<rect class="deactivating" x="3761.055" y="2860.000" width="0.000" height="19.000" />
<text class="right" x="3652.301" y="2874.000">user-runtime-dir@0.service (30ms)</text>
<rect class="activating" x="3660.102" y="2880.000" width="0.000" height="19.000" />
<rect class="active" x="3660.102" y="2880.000" width="100.954" height="19.000" />
<rect class="deactivating" x="3761.055" y="2880.000" width="0.000" height="19.000" />
<text class="right" x="3655.102" y="2894.000">run-user-0.mount</text>
<rect class="activating" x="3660.901" y="2900.000" width="19.539" height="19.000" />
<rect class="active" x="3680.440" y="2900.000" width="80.616" height="19.000" />
<rect class="deactivating" x="3761.055" y="2900.000" width="0.000" height="19.000" />
<text class="right" x="3655.901" y="2914.000">user@0.service (195ms)</text>
<rect class="activating" x="3680.698" y="2920.000" width="0.000" height="19.000" />
<rect class="active" x="3680.698" y="2920.000" width="80.357" height="19.000" />
<rect class="deactivating" x="3761.055" y="2920.000" width="0.000" height="19.000" />
<text class="right" x="3675.698" y="2934.000">session-c1.scope</text>
<rect class="activating" x="3757.107" y="2940.000" width="0.000" height="19.000" />
<rect class="active" x="3757.107" y="2940.000" width="3.948" height="19.000" />
<rect class="deactivating" x="3761.055" y="2940.000" width="0.000" height="19.000" />
<text class="right" x="3752.107" y="2954.000">multi-user.target</text>
<rect class="activating" x="3757.156" y="2960.000" width="0.000" height="19.000" />
<rect class="active" x="3757.156" y="2960.000" width="3.900" height="19.000" />
<rect class="deactivating" x="3761.055" y="2960.000" width="0.000" height="19.000" />
<text class="right" x="3752.156" y="2974.000">graphical.target</text>
<rect class="activating" x="3757.499" y="2980.000" width="3.394" height="19.000" />
<rect class="active" x="3760.893" y="2980.000" width="0.000" height="19.000" />
<rect class="deactivating" x="3760.893" y="2980.000" width="0.000" height="19.000" />
<text class="right" x="3752.499" y="2994.000">systemd-update-utmp-runlevel.service (33ms)</text>
</g>
<g transform="translate(20,100)">
<rect class="activating" x="0.000" y="3020.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3034.000">Activating</text>
<rect class="active" x="0.000" y="3040.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3054.000">Active</text>
<rect class="deactivating" x="0.000" y="3060.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3074.000">Deactivating</text>
<rect class="security" x="0.000" y="3080.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3094.000">Setting up security module</text>
<rect class="generators" x="0.000" y="3100.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3114.000">Generators</text>
<rect class="unitsload" x="0.000" y="3120.000" width="30.000" height="19.000" />
<text class="left" x="45.000" y="3134.000">Loading unit files</text>
</g>
</svg>
Okay here the relevant part, visualised in browser:
So ifup@eth0
starts before dietpi-boot
does. dietpi-boot looks like it takes VERY long, but this is only due to network time sync, raising system time about the seconds lost during reboot phase. As can be seen shortly after dietpi-boot
, time-sync.target
is reached, immediately before the large gap.
The journal entries show that dhclient
assigns an IP ~7 seconds after dietpi-boot has started. Thinkable that this is too late. It is the type of those ifup@
services (Type=simple) that allows any follow-up services to start even that ifup@eth0
did not do any step yet, rather than finished its tasks.
@kikigarel
Please try to apply a static IP via dietpi-config
> Network Options: Adapters
, copying the values assigned from DHCP before.
gmrender.service
fails now manually? Must be a syntax issue. Please paste:
systemctl cat gmrender
systemctl status gmrender
@MichaIng
I have applied a static IP via dietpi-config > Network Options: Adapters, but it didn't change anything.
Here is the requested info:
**systemctl cat gmrender**
# /etc/systemd/system/gmrender.service
[Unit]
Description=GMediaRender (DietPi)
Wants=network-online.target
After=network-online.target dietpi-boot.service
[Service]
User=gmrender
ExecStartPre=+/bin/dash -c 'systemctl set-environment ACTIVE_IP=$(mawk 'NR==4' /
DietPi/dietpi/.network)'
ExecStart=/usr/local/bin/gmediarender -u 'b56c9bf7-dc42-42f1-811f-d1def6a26e5a'
-f 'DietPi' --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault --gstout
-initial-volume-db=-1 --logfile=stdout -I "$ACTIVE_IP"
[Install]
WantedBy=multi-user.target
# /etc/systemd/system/gmrender.service.d/dietpi-process_tool.conf
# WARNING: Do not manually edit this file, use "dietpi-services" to adjust value
s!
[Service]
CPUSchedulingPolicy=fifo
IOSchedulingClass=realtime
CPUSchedulingPriority=50
# /etc/systemd/system/gmrender.service.d/dietpi-services_edit.conf
[Unit]
#Description=GMediaRender (DietPi)
#Wants=network-online.target
#After=network-online.target dietpi-boot.service
[Service]
#User=gmrender
#ExecStartPre=+/bin/dash -c 'systemctl set-environment ACTIVE_IP=$(mawk 'NR==4' /DietPi/dietpi/.network)'
ExecStartPre=
ExecStartPre=DietPi/dietpi/func/obtain_network_details
ExecStartPre=+/bin/dash -c 'systemctl set-environment ACTIVE_IP=$(mawk 'NR==4' /DietPi/dietpi/.network)'
#ExecStart=/usr/local/bin/gmediarender -u 'b56c9bf7-dc42-42f1-811f-d1def6a26e5a' -f 'DietPi' --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault --gstout-ini
tial-volume-db=-1 --logfile=stdout -I "$ACTIVE_IP"
[Install]
#WantedBy=multi-user.target
**systemctl status gmrender**
root@DietPi:~# systemctl status gmrender
● gmrender.service - GMediaRender (DietPi)
Loaded: loaded (/etc/systemd/system/gmrender.service; disabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/gmrender.service.d
└─dietpi-process_tool.conf, dietpi-services_edit.conf
Active: failed (Result: exit-code) since Mon 2020-01-20 23:41:48 CET; 4min 5s ago
Process: 1369 ExecStart=/usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-d1def6a26e5a -f DietPi --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault -
-gstout-initial-volume-db=-1 --logfile=stdout -I $ACTIVE_IP (code=exited, status=1/FAILURE)
Main PID: 1369 (code=exited, status=1/FAILURE)
janv. 20 23:41:48 DietPi systemd[1]: Started GMediaRender (DietPi).
janv. 20 23:41:48 DietPi gmediarender[1369]: Failed to initialize: Missing argument for -I
janv. 20 23:41:48 DietPi systemd[1]: gmrender.service: Main process exited, code=exited, status=1/FAILURE
janv. 20 23:41:48 DietPi systemd[1]: gmrender.service: Failed with result 'exit-code'.
root@DietPi:~#
@kikigarel There is a missing slash in your service file edit:
ExecStartPre=DietPi/dietpi/func/obtain_network_details
must be
ExecStartPre=/DietPi/dietpi/func/obtain_network_details
@MichaIng
I have corrected the missing slash and now the service starts normally. However, I still don't get music to play :-( Audirvana detects DietPi as endpoint/renderer but when I click "Play" nothing happens and the icon is grayed. Really strange :-/
@kikigarel
Hmm, does the log show anything (note, the missing png files are expected and not related): journalctl -u gmrender
Could you try to start the binary manually as root (or via sudo)?
systemctl stop gmrender
/usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-d1def6a26e5a -f DietPi --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault --gstout-initial-volume-db=-1 --logfile=stdout -I 192.168.1.26
If still no music, try without any gstout settings:
/usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-d1def6a26e5a -f DietPi --logfile=stdout -I 192.168.1.26
@MichaIng Here is the journal. I'm not a developer but there seems to be a few issues with devices not found.
root@DietPi:~# dietpi-services
root@DietPi:~# journalctl -u gmrender
-- Logs begin at Wed 2020-01-22 00:14:27 CET, end at Wed 2020-01-22 00:36:58 CET
. --
janv. 22 00:14:47 DietPi systemd[1]: Starting GMediaRender (DietPi)...
janv. 22 00:14:47 DietPi systemd[1]: Started GMediaRender (DietPi).
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.715136 |
main] gmediarender 0.0.8 log started [ gmediarender 0.0.8 (libupnp-1.8.4; glib-2
.58.3; gstreamer-1.14.4) ]
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.715459 |
output] Using output module: gst (GStreamer multimedia framework)
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.720323 |
connmgr] Registering support for 'application/x-apetag'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.720366 |
connmgr] Registering support for 'audio/*'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.721620 |
connmgr] Registering support for 'video/x-raw'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.723169 |
connmgr] Registering support for 'application/x-yuv4mpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.726189 |
connmgr] Registering support for 'audio/x-raw'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.773494 |
connmgr] Registering support for 'application/x-srtp'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.773532 |
connmgr] Registering support for 'application/x-srtcp'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.773703 | connmgr] Registering support for 'application/x-rtp'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.773718 | connmgr] Registering support for 'application/x-rtcp'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779501 | connmgr] Registering support for 'video/x-vp8'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779537 | connmgr] Registering support for 'video/x-vp9'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779549 | connmgr] Registering support for 'video/x-av1'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779561 | connmgr] Registering support for 'audio/x-vorbis'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779572 | connmgr] Registering support for 'audio/x-opus'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779583 | connmgr] Registering support for 'subtitle/x-kate'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779594 | connmgr] Registering support for 'text/x-raw'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779605 | connmgr] Registering support for 'application/x-ssa'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779615 | connmgr] Registering support for 'application/x-ass'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779624 | connmgr] Registering support for 'application/x-usf'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779634 | connmgr] Registering support for 'subpicture/x-dvd'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779644 | connmgr] Registering support for 'application/x-subtitle-unknown'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779707 | connmgr] Registering support for 'video/mpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779720 | connmgr] Registering support for 'video/x-h264'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779730 | connmgr] Registering support for 'video/x-h265'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779741 | connmgr] Registering support for 'video/x-divx'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779751 | connmgr] Registering support for 'video/x-huffyuv'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779761 | connmgr] Registering support for 'video/x-dv'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779771 | connmgr] Registering support for 'video/x-h263'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779781 | connmgr] Registering support for 'video/x-msmpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779790 | connmgr] Registering support for 'image/jpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779800 | connmgr] Registering support for 'video/x-theora'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779811 | connmgr] Registering support for 'video/x-dirac'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779821 | connmgr] Registering support for 'video/x-pn-realvideo'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779833 | connmgr] Registering support for 'video/x-prores'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779843 | connmgr] Registering support for 'video/x-wmv'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779862 | connmgr] Registering support for 'audio/mpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779872 | connmgr] Registering support for 'audio/x-mpeg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779881 | connmgr] Registering support for 'audio/x-scpls'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779891 | connmgr] Registering support for 'audio/L16;rate=44100;channels=2'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779902 | connmgr] Registering support for 'audio/x-ac3'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779917 | connmgr] Registering support for 'audio/x-eac3'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779927 | connmgr] Registering support for 'audio/x-dts'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779938 | connmgr] Registering support for 'audio/x-flac'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779949 | connmgr] Registering support for 'audio/x-speex'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779961 | connmgr] Registering support for 'audio/x-tta'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779972 | connmgr] Registering support for 'audio/x-pn-realaudio'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779982 | connmgr] Registering support for 'audio/x-wma'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.779992 | connmgr] Registering support for 'audio/x-alaw'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780002 | connmgr] Registering support for 'audio/x-mulaw'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780012 | connmgr] Registering support for 'audio/x-adpcm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780023 | connmgr] Registering support for 'audio/G722'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780229 | connmgr] Registering support for 'audio/x-matroska'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780244 | connmgr] Registering support for 'video/x-matroska'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780255 | connmgr] Registering support for 'video/x-matroska-3d'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780266 | connmgr] Registering support for 'audio/webm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.780276 | connmgr] Registering support for 'video/webm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.781989 | connmgr] Registering support for 'audio/x-aiff'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.782012 | connmgr] Registering support for 'audio/aiff'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.785125 | connmgr] Registering support for 'video/x-vmnc'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.803495 | connmgr] Registering support for 'image/x-portable-bitmap'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.803534 | connmgr] Registering support for 'image/x-portable-graymap'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.803549 | connmgr] Registering support for 'image/x-portable-pixmap'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.803561 | connmgr] Registering support for 'image/x-portable-anymap'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.805359 | connmgr] Registering support for 'application/sdp'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.823254 | connmgr] Registering support for 'audio/x-private1-dts'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.830696 | connmgr] Registering support for 'image/svg+xml'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.830737 | connmgr] Registering support for 'image/svg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.830848 | connmgr] Registering support for 'text/plain'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.862941 | connmgr] Registering support for 'video/x-ms-asf'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.865867 | connmgr] Registering support for 'image/x-jpc'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.865940 | connmgr] Registering support for 'video/x-dnxhd'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.866103 | connmgr] Registering support for 'application/mxf'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.869165 | connmgr] Registering support for 'image/png'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.884715 | connmgr] Registering support for 'application/x-id3'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.886995 | connmgr] Registering support for 'application/x-teletext'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.887871 | connmgr] Registering support for 'video/mpegts'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892175 | connmgr] Registering support for 'audio/x-ay'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892215 | connmgr] Registering support for 'audio/x-gbs'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892230 | connmgr] Registering support for 'audio/x-gym'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892243 | connmgr] Registering support for 'audio/x-hes'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892256 | connmgr] Registering support for 'audio/x-kss'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892268 | connmgr] Registering support for 'audio/x-nsf'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892281 | connmgr] Registering support for 'audio/x-sap'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892293 | connmgr] Registering support for 'audio/x-spc'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.892305 | connmgr] Registering support for 'audio/x-vgm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.918166 | connmgr] Registering support for 'application/x-kate'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.920331 | connmgr] Registering support for 'audio/x-gsm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.920371 | connmgr] Registering support for 'audio/ms-gsm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928329 | connmgr] Registering support for 'audio/x-ircam'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928367 | connmgr] Registering support for 'audio/x-nist'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928381 | connmgr] Registering support for 'audio/x-paris'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928394 | connmgr] Registering support for 'audio/x-rf64'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928408 | connmgr] Registering support for 'audio/x-sds'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928420 | connmgr] Registering support for 'audio/x-svx'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928433 | connmgr] Registering support for 'audio/x-voc'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928447 | connmgr] Registering support for 'audio/x-w64'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.928459 | connmgr] Registering support for 'audio/x-xi'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.935513 | connmgr] Registering support for 'video/x-bayer'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.935557 | connmgr] Registering support for 'video/x-pwc1'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.935570 | connmgr] Registering support for 'video/x-pwc2'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.935585 | connmgr] Registering support for 'video/x-sonix'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.952234 | connmgr] Registering support for 'audio/midi'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.952275 | connmgr] Registering support for 'audio/riff-midi'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.958976 | connmgr] Registering support for 'audio/x-private1-lpcm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.959015 | connmgr] Registering support for 'audio/x-private2-lpcm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.959031 | connmgr] Registering support for 'audio/x-private-ts-lpcm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.959045 | connmgr] Registering support for 'audio/x-lpcm'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.984245 | connmgr] Registering support for 'application/x-ogg-avi'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.984424 | connmgr] Registering support for 'application/ogg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.984554 | connmgr] Registering support for 'application/x-ogm-text'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985286 | connmgr] Registering support for 'application/x-ogm-video'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985505 | connmgr] Registering support for 'application/x-ogm-audio'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985851 | connmgr] Registering support for 'video/x-smoke'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985877 | connmgr] Registering support for 'video/x-daala'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985902 | connmgr] Registering support for 'audio/x-celt'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.985921 | connmgr] Registering support for 'text/x-cmml'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.986035 | connmgr] Registering support for 'audio/ogg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.986051 | connmgr] Registering support for 'video/ogg'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.986064 | connmgr] Registering support for 'application/kate'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.987740 | connmgr] Registering support for 'audio/x-wavpack'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.987951 | connmgr] Registering support for 'audio/x-sbc'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.988633 | connmgr] Registering support for 'audio/ac3'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.988662 | connmgr] Registering support for 'audio/x-private1-ac3'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.988856 | connmgr] Registering support for 'audio/x-amr-nb-sh'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.988875 | connmgr] Registering support for 'audio/x-amr-wb-sh'
janv. 22 00:14:50 DietPi gmediarender[745]: INFO [2020-01-22 00:14:50.993970 | connmgr] Registering support for 'audio/AMR-WB'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.003792 | connmgr] Registering support for 'audio/x-wav'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.011899 | connmgr] Registering support for 'video/x-flv'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.017565 | connmgr] Registering support for 'audio/x-mod'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.017605 | connmgr] Registering support for 'audio/x-xm'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.017621 | connmgr] Registering support for 'audio/x-it'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.017636 | connmgr] Registering support for 'audio/x-s3m'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.017651 | connmgr] Registering support for 'audio/x-stm'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.037106 | connmgr] Registering support for 'audio/x-sid'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.046776 | connmgr] Registering support for 'audio/x-au'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.050594 | connmgr] Registering support for 'application/x-gdp'
janv. 22 00:14:51 DietPi gmediarender[745]: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (dest)' failed
janv. 22 00:14:51 DietPi gmediarender[745]:
Trying to dispose object "mixer", but it still has a parent "(null)".
You need to let the parent manage the object instead of unreffing the object directly.
janv. 22 00:14:51 DietPi gmediarender[745]: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.080946 | connmgr] Registering support for 'subpicture/x-dvb'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.121841 | connmgr] Registering support for 'video/x-fli'
janv. 22 00:14:51 DietPi gmediarender[745]: INFO [2020-01-22 00:14:51.125222 | connmgr] Registering support for 'audio/x-siren'
janv. 22 00:14:53 DietPi gmediarender[745]: file gstdtlsagent.c: line 192 (gst_dtls_agent_init): should not be reached
janv. 22 00:14:53 DietPi gmediarender[745]: gst_dtls_agent_set_property: assertion 'self->priv->ssl_context' failed
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.231005 | connmgr] Registering support for 'application/x-dtls'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.242070 | connmgr] Registering support for 'image/jp2'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.242112 | connmgr] Registering support for 'image/x-j2c'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.247530 | connmgr] Registering support for 'image/webp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.259905 | connmgr] Registering support for 'video/x-unaligned-raw'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.260024 | connmgr] Registering support for 'audio/x-unaligned-raw'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263412 | connmgr] Registering support for 'image/x-icon'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263456 | connmgr] Registering support for 'application/x-navi-animation'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263471 | connmgr] Registering support for 'image/x-cmu-raster'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263485 | connmgr] Registering support for 'image/x-sun-raster'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263498 | connmgr] Registering support for 'image/x-pixmap'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263511 | connmgr] Registering support for 'image/tiff'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263530 | connmgr] Registering support for 'image/bmp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263542 | connmgr] Registering support for 'image/x-bmp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263554 | connmgr] Registering support for 'image/x-MS-bmp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263566 | connmgr] Registering support for 'image/vnd.wap.wbmp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263578 | connmgr] Registering support for 'image/x-bitmap'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263591 | connmgr] Registering support for 'image/x-tga'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.263604 | connmgr] Registering support for 'image/x-pcx'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.265287 | connmgr] Registering support for 'subpicture/x-pgs'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.292141 | connmgr] Registering support for 'image/x-exr'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.293732 | connmgr] Registering support for 'application/x-bzip'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.303074 | connmgr] Registering support for 'audio/AMR'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304103 | connmgr] Registering support for 'audio/x-alac'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304135 | connmgr] Registering support for 'audio/alac'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304172 | connmgr] Registering support for 'video/x-mp4-part'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304749 | connmgr] Registering support for 'video/x-cineform'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304779 | connmgr] Registering support for 'video/x-svq'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.304810 | connmgr] Registering support for 'video/x-qt-part'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305255 | connmgr] Registering support for 'video/quicktime'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305277 | connmgr] Registering support for 'video/mj2'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305292 | connmgr] Registering support for 'audio/x-m4a'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305306 | connmgr] Registering support for 'audio/m4a'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305320 | connmgr] Registering support for 'audio/mp4'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.305334 | connmgr] Registering support for 'application/x-3gp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.309100 | connmgr] Registering support for 'application/x-rtp-stream'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.309142 | connmgr] Registering support for 'application/x-rtcp-stream'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.309158 | connmgr] Registering support for 'application/x-srtp-stream'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.309174 | connmgr] Registering support for 'application/x-srtcp-stream'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.314395 | connmgr] Registering support for 'meta/x-klv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.314773 | connmgr] Registering support for 'video/x-jpeg'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.316769 | connmgr] Registering support for 'video/x-h261'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.319136 | connmgr] Registering support for 'audio/G729'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.319847 | connmgr] Registering support for 'audio/G723'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.320615 | connmgr] Registering support for 'audio/x-iLBC'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.321651 | connmgr] Registering support for 'audio/x-bv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.325268 | connmgr] Registering support for 'application/vnd.ms-sstr+xml'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.334397 | connmgr] Registering support for 'multipart/x-mixed-replace'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.352484 | connmgr] Registering support for 'application/x-rdt'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.352897 | connmgr] Registering support for 'application/x-pn-realaudio'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.353140 | connmgr] Registering support for 'application/vnd.rn-realmedia'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.359767 | connmgr] Registering support for 'application/x-subtitle-avi'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.361489 | connmgr] Registering support for 'video/x-msvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.363316 | connmgr] Registering support for 'raw/x-pcap'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.365504 | connmgr] Registering support for 'video/x-flash-video'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.365546 | connmgr] Registering support for 'video/x-flash-screen'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.365563 | connmgr] Registering support for 'video/x-vp6-flash'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.365579 | connmgr] Registering support for 'video/x-vp6-alpha'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.365639 | connmgr] Registering support for 'audio/x-nellymoser'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374645 | connmgr] Registering support for 'application/x-subtitle'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374690 | connmgr] Registering support for 'application/x-subtitle-sami'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374710 | connmgr] Registering support for 'application/x-subtitle-tmplayer'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374727 | connmgr] Registering support for 'application/x-subtitle-mpl2'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374744 | connmgr] Registering support for 'application/x-subtitle-dks'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374762 | connmgr] Registering support for 'application/x-subtitle-qttext'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374779 | connmgr] Registering support for 'application/x-subtitle-lrc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.374795 | connmgr] Registering support for 'application/x-subtitle-vtt'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.421272 | connmgr] Registering support for 'audio/x-midi-event'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.423438 | connmgr] Registering support for 'video/x-cdxa'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.446362 | connmgr] Registering support for 'application/ttml+xml'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.502842 | connmgr] Registering support for 'application/dash+xml'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.579713 | connmgr] Registering support for 'video/x-cinepak'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.581589 | connmgr] Registering support for 'audio/x-vnd.sony.atrac3'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.586277 | connmgr] Registering support for 'audio/x-mace'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595033 | connmgr] Registering support for 'application/x-gst-av-wsvqa'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595209 | connmgr] Registering support for 'application/x-gst-av-wsaud'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595370 | connmgr] Registering support for 'application/x-gst-av-wc3movie'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595624 | connmgr] Registering support for 'application/x-gst-av-vmd'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595775 | connmgr] Registering support for 'audio/x-ttafile'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.595946 | connmgr] Registering support for 'application/x-gst-av-psxstr'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596081 | connmgr] Registering support for 'application/x-gst-av-sol'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596229 | connmgr] Registering support for 'application/x-gst-av-smk'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596373 | connmgr] Registering support for 'application/x-gst-av-film_cpk'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596506 | connmgr] Registering support for 'video/x-pva'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596636 | connmgr] Registering support for 'application/x-gst-av-nuv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596777 | connmgr] Registering support for 'application/x-gst-av-nut'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.596910 | connmgr] Registering support for 'video/x-nsv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.597211 | connmgr] Registering support for 'audio/x-musepack'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.597500 | connmgr] Registering support for 'application/x-gst-av-mmf'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.597651 | connmgr] Registering support for 'application/x-gst-av-mm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.597784 | connmgr] Registering support for 'video/x-ivf'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.597930 | connmgr] Registering support for 'application/x-gst-av-ipmovie'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598063 | connmgr] Registering support for 'application/x-gst-av-idcin'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598220 | connmgr] Registering support for 'application/gxf'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598350 | connmgr] Registering support for 'image/gif'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598479 | connmgr] Registering support for 'video/x-4xm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598651 | connmgr] Registering support for 'application/x-gst-av-ea'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598789 | connmgr] Registering support for 'application/x-gst-av-dsf'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.598922 | connmgr] Registering support for 'application/x-gst-av-daud'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.599054 | connmgr] Registering support for 'audio/x-brstm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.599187 | connmgr] Registering support for 'audio/x-bfstm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.599351 | connmgr] Registering support for 'application/x-gst-av-avs'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.599494 | connmgr] Registering support for 'application/x-ape'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.600183 | connmgr] Registering support for 'unknown/unknown'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.601306 | connmgr] Registering support for 'video/x-zmbv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.603318 | connmgr] Registering support for 'video/x-gst-av-xl'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.604290 | connmgr] Registering support for 'video/x-xan'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.605090 | connmgr] Registering support for 'video/x-gst-av-wnv1'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.608441 | connmgr] Registering support for 'video/x-gst-av-vqavideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.610561 | connmgr] Registering support for 'video/x-vp6'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.611010 | connmgr] Registering support for 'video/x-vp5'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.611556 | connmgr] Registering support for 'video/x-vp3'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.612366 | connmgr] Registering support for 'video/x-gst-av-vmdvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.612789 | connmgr] Registering support for 'video/x-ati-vcr'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.614903 | connmgr] Registering support for 'video/x-ultimotion'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.615656 | connmgr] Registering support for 'video/x-tscc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.616061 | connmgr] Registering support for 'video/x-camtasia'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.616841 | connmgr] Registering support for 'video/x-truemotion'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.621131 | connmgr] Registering support for 'video/sp5x'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.627073 | connmgr] Registering support for 'video/x-smc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.628496 | connmgr] Registering support for 'image/x-sgi'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.661784 | connmgr] Registering support for 'video/x-apple-video'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.662295 | connmgr] Registering support for 'video/x-gst-av-roqvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.663680 | connmgr] Registering support for 'video/x-rle'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.664159 | connmgr] Registering support for 'video/x-gst-av-qpeg'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.664565 | connmgr] Registering support for 'video/x-qdrw'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.666895 | connmgr] Registering support for 'image/ppm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.668382 | connmgr] Registering support for 'video/x-gst-av-pgmyuv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.669452 | connmgr] Registering support for 'image/pbm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.670509 | connmgr] Registering support for 'video/x-nuv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.672485 | connmgr] Registering support for 'video/x-mszh'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.672907 | connmgr] Registering support for 'video/x-msvideocodec'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.678874 | connmgr] Registering support for 'video/x-gst-av-mmvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.679338 | connmgr] Registering support for 'video/x-mjpeg-b'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.680098 | connmgr] Registering support for 'video/x-mimic'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.680595 | connmgr] Registering support for 'video/x-gst-av-mdec'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.681707 | connmgr] Registering support for 'video/x-loco'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.682145 | connmgr] Registering support for 'video/x-lagarith'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.682839 | connmgr] Registering support for 'video/x-kmvc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.684614 | connmgr] Registering support for 'video/x-gst-av-interplayvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.685048 | connmgr] Registering support for 'video/x-indeo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.691849 | connmgr] Registering support for 'video/x-gst-av-idcinvideo'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.697666 | connmgr] Registering support for 'video/x-intel-h263'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.698707 | connmgr] Registering support for 'image/gst-libav-gif'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.700130 | connmgr] Registering support for 'video/x-fraps'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.701508 | connmgr] Registering support for 'video/x-gst-av-flic'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.701819 | connmgr] Registering support for 'video/x-flash-screen2'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.705091 | connmgr] Registering support for 'video/x-gst-av-ffvhuff'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.705736 | connmgr] Registering support for 'video/x-ffv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.707561 | connmgr] Registering support for 'video/x-gst-av-8bps'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.712770 | connmgr] Registering support for 'video/x-compressed-yuv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.713249 | connmgr] Registering support for 'video/x-camstudio'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.714328 | connmgr] Registering support for 'video/x-cirrus-logic-accupak'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.716912 | connmgr] Registering support for 'video/x-cavs'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.720881 | connmgr] Registering support for 'video/x-gst-av-avs'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.722632 | connmgr] Registering support for 'video/x-asus'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.724355 | connmgr] Registering support for 'video/x-amv'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.725124 | connmgr] Registering support for 'video/x-apple-intermediate-codec'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.725556 | connmgr] Registering support for 'video/x-aasc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.733702 | connmgr] Registering support for 'audio/x-dpcm'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.762598 | connmgr] Registering support for 'audio/x-gst-av-ws_snd1'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.762950 | connmgr] Registering support for 'audio/x-wms'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.768083 | connmgr] Registering support for 'audio/x-gst-av-vmdaudio'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.768536 | connmgr] Registering support for 'audio/x-twin-vq'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.769120 | connmgr] Registering support for 'audio/x-truespeech'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.769444 | connmgr] Registering support for 'audio/x-true-hd'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.770391 | connmgr] Registering support for 'audio/x-sipro'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.770742 | connmgr] Registering support for 'audio/x-shorten'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.774877 | connmgr] Registering support for 'audio/x-qdm2'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.775216 | connmgr] Registering support for 'audio/qcelp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.776519 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-musepack'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.777166 | connmgr] Registering support for 'audio/x-gst-av-mp3on4float'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.777949 | connmgr] Registering support for 'audio/x-gst-av-mp3adufloat'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.779860 | connmgr] Registering support for 'audio/x-mlp'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.781116 | connmgr] Registering support for 'audio/x-imc'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.784967 | connmgr] Registering support for 'audio/x-dsd'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.789368 | connmgr] Registering support for 'audio/x-vnd.sony.atrac1'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.790150 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-ape'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.793663 | connmgr] Registering support for 'audio/x-smpte-302m'
janv. 22 00:14:53 DietPi gmediarender[745]: INFO [2020-01-22 00:14:53.794451 | connmgr] Registering support for 'audio/x-dv'
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.182486 | connmgr] Registering support for 'application/x-hls'
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.204487 | connmgr] Registering support for 'application/x-icy'
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.207561 | gstreamer] Buffering disabled (--gstout-buffer-duration)
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.207618 | gstreamer] Setting audio sink to alsasink; device=sysdefault
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.207872 | gstreamer] Set mute to off
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.207903 | gstreamer] Set volume fraction to 0.891251
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.208194 | webserver] Provide /upnp/grender-64x64.png (image/png) from /usr/local/share/gmediare
nder/grender-64x64.png
janv. 22 00:14:54 DietPi gmediarender[745]: ERROR [2020-01-22 00:14:54.208243 | webserver] Could not stat '/usr/local/share/gmediarender/grender-64x64.png': No such
file or directory
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.208256 | webserver] Provide /upnp/grender-128x128.png (image/png) from /usr/local/share/gmedia
render/grender-128x128.png
janv. 22 00:14:54 DietPi gmediarender[745]: ERROR [2020-01-22 00:14:54.208271 | webserver] Could not stat '/usr/local/share/gmediarender/grender-128x128.png': No suc
h file or directory
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.209854 | webserver] Provide /upnp/rendertransportSCPD.xml (text/xml) from buffer
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.210241 | webserver] Provide /upnp/renderconnmgrSCPD.xml (text/xml) from buffer
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.211288 | webserver] Provide /upnp/rendercontrolSCPD.xml (text/xml) from buffer
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.212468 | upnp] Registered IP=192.168.1.26 port=49494
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.221303 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.221949 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.237880 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.242500 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.314709 | upnp] Subscription request for urn:upnp-org:serviceId:AVTransport (uuid:f4b66e87-e59d
-4ee9-be07-b139ad5a170c)
janv. 22 00:14:54 DietPi gmediarender[745]: INFO [2020-01-22 00:14:54.314894 | upnp] Initial variable sync: <?xml version="1.0"?>
janv. 22 00:14:54 DietPi gmediarender[745]:
@MichaIng
There is one strange thing: each time I select dietpi as renderer, the volume is set to -1.2db. Not sure if it is related to the issue (it should be 0db)?
Here is the result of the first command:
root@DietPi:~# systemctl stop gmrender root@DietPi:~# /usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-dldef6a26e5a -f DietPi --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault --gstout-initial-volume-db=-1 --logfile=stdout -I 192.168.1.26 INFO [2020-01-22 01:00:24.362580 | main] gmediarender 0.0.8 log started [ gmediarender 0.0.8 (libupnp-1.8.4; glib-2.58.3; gstreamer-1.14.4) ] INFO [2020-01-22 01:00:24.362875 | output] Using output module: gst (GStreamer multimedia framework) INFO [2020-01-22 01:00:24.367593 | connmgr] Registering support for 'application/x-apetag' INFO [2020-01-22 01:00:24.367638 | connmgr] Registering support for 'audio/*' INFO [2020-01-22 01:00:24.368908 | connmgr] Registering support for 'video/x-raw' INFO [2020-01-22 01:00:24.370471 | connmgr] Registering support for 'application/x-yuv4mpeg' INFO [2020-01-22 01:00:24.373510 | connmgr] Registering support for 'audio/x-raw' INFO [2020-01-22 01:00:24.416479 | connmgr] Registering support for 'application/x-srtp' INFO [2020-01-22 01:00:24.416522 | connmgr] Registering support for 'application/x-srtcp' INFO [2020-01-22 01:00:24.416737 | connmgr] Registering support for 'application/x-rtp' INFO [2020-01-22 01:00:24.416791 | connmgr] Registering support for 'application/x-rtcp' INFO [2020-01-22 01:00:24.422500 | connmgr] Registering support for 'video/x-vp8' INFO [2020-01-22 01:00:24.422587 | connmgr] Registering support for 'video/x-vp9' INFO [2020-01-22 01:00:24.422631 | connmgr] Registering support for 'video/x-av1' INFO [2020-01-22 01:00:24.422674 | connmgr] Registering support for 'audio/x-vorbis' INFO [2020-01-22 01:00:24.422715 | connmgr] Registering support for 'audio/x-opus' INFO [2020-01-22 01:00:24.422759 | connmgr] Registering support for 'subtitle/x-kate' INFO [2020-01-22 01:00:24.422800 | connmgr] Registering support for 'text/x-raw' INFO [2020-01-22 01:00:24.422841 | connmgr] Registering support for 'application/x-ssa' INFO [2020-01-22 01:00:24.422882 | connmgr] Registering support for 'application/x-ass' INFO [2020-01-22 01:00:24.422924 | connmgr] Registering support for 'application/x-usf' INFO [2020-01-22 01:00:24.422966 | connmgr] Registering support for 'subpicture/x-dvd' INFO [2020-01-22 01:00:24.423007 | connmgr] Registering support for 'application/x-subtitle-unknown' INFO [2020-01-22 01:00:24.423109 | connmgr] Registering support for 'video/mpeg' INFO [2020-01-22 01:00:24.423158 | connmgr] Registering support for 'video/x-h264' INFO [2020-01-22 01:00:24.423200 | connmgr] Registering support for 'video/x-h265' INFO [2020-01-22 01:00:24.423240 | connmgr] Registering support for 'video/x-divx' INFO [2020-01-22 01:00:24.423281 | connmgr] Registering support for 'video/x-huffyuv' INFO [2020-01-22 01:00:24.423322 | connmgr] Registering support for 'video/x-dv' INFO [2020-01-22 01:00:24.423363 | connmgr] Registering support for 'video/x-h263' INFO [2020-01-22 01:00:24.423404 | connmgr] Registering support for 'video/x-msmpeg' INFO [2020-01-22 01:00:24.423445 | connmgr] Registering support for 'image/jpeg' INFO [2020-01-22 01:00:24.423487 | connmgr] Registering support for 'video/x-theora' INFO [2020-01-22 01:00:24.423528 | connmgr] Registering support for 'video/x-dirac' INFO [2020-01-22 01:00:24.423569 | connmgr] Registering support for 'video/x-pn-realvideo' INFO [2020-01-22 01:00:24.423614 | connmgr] Registering support for 'video/x-prores' INFO [2020-01-22 01:00:24.423655 | connmgr] Registering support for 'video/x-wmv' INFO [2020-01-22 01:00:24.423698 | connmgr] Registering support for 'audio/mpeg' INFO [2020-01-22 01:00:24.423740 | connmgr] Registering support for 'audio/x-mpeg' INFO [2020-01-22 01:00:24.423781 | connmgr] Registering support for 'audio/x-scpls' INFO [2020-01-22 01:00:24.423821 | connmgr] Registering support for 'audio/L16;rate=44100;channels=2' INFO [2020-01-22 01:00:24.423865 | connmgr] Registering support for 'audio/x-ac3' INFO [2020-01-22 01:00:24.423906 | connmgr] Registering support for 'audio/x-eac3' INFO [2020-01-22 01:00:24.423948 | connmgr] Registering support for 'audio/x-dts' INFO [2020-01-22 01:00:24.423991 | connmgr] Registering support for 'audio/x-flac' INFO [2020-01-22 01:00:24.424034 | connmgr] Registering support for 'audio/x-speex' INFO [2020-01-22 01:00:24.424077 | connmgr] Registering support for 'audio/x-tta' INFO [2020-01-22 01:00:24.424118 | connmgr] Registering support for 'audio/x-pn-realaudio' INFO [2020-01-22 01:00:24.424162 | connmgr] Registering support for 'audio/x-wma' INFO [2020-01-22 01:00:24.424204 | connmgr] Registering support for 'audio/x-alaw' INFO [2020-01-22 01:00:24.424245 | connmgr] Registering support for 'audio/x-mulaw' INFO [2020-01-22 01:00:24.424287 | connmgr] Registering support for 'audio/x-adpcm' INFO [2020-01-22 01:00:24.424329 | connmgr] Registering support for 'audio/G722' INFO [2020-01-22 01:00:24.424584 | connmgr] Registering support for 'audio/x-matroska' INFO [2020-01-22 01:00:24.424638 | connmgr] Registering support for 'video/x-matroska' INFO [2020-01-22 01:00:24.424680 | connmgr] Registering support for 'video/x-matroska-3d' INFO [2020-01-22 01:00:24.424722 | connmgr] Registering support for 'audio/webm' INFO [2020-01-22 01:00:24.424764 | connmgr] Registering support for 'video/webm' INFO [2020-01-22 01:00:24.426499 | connmgr] Registering support for 'audio/x-aiff' INFO [2020-01-22 01:00:24.426582 | connmgr] Registering support for 'audio/aiff' INFO [2020-01-22 01:00:24.429727 | connmgr] Registering support for 'video/x-vmnc' INFO [2020-01-22 01:00:24.448051 | connmgr] Registering support for 'image/x-portable-bitmap' INFO [2020-01-22 01:00:24.448131 | connmgr] Registering support for 'image/x-portable-graymap' INFO [2020-01-22 01:00:24.448176 | connmgr] Registering support for 'image/x-portable-pixmap' INFO [2020-01-22 01:00:24.448221 | connmgr] Registering support for 'image/x-portable-anymap' INFO [2020-01-22 01:00:24.450039 | connmgr] Registering support for 'application/sdp' INFO [2020-01-22 01:00:24.468136 | connmgr] Registering support for 'audio/x-private1-dts' INFO [2020-01-22 01:00:24.475573 | connmgr] Registering support for 'image/svg+xml' INFO [2020-01-22 01:00:24.475666 | connmgr] Registering support for 'image/svg' INFO [2020-01-22 01:00:24.475822 | connmgr] Registering support for 'text/plain' INFO [2020-01-22 01:00:24.507756 | connmgr] Registering support for 'video/x-ms-asf' INFO [2020-01-22 01:00:24.510736 | connmgr] Registering support for 'image/x-jpc' INFO [2020-01-22 01:00:24.510862 | connmgr] Registering support for 'video/x-dnxhd' INFO [2020-01-22 01:00:24.511071 | connmgr] Registering support for 'application/mxf' INFO [2020-01-22 01:00:24.514121 | connmgr] Registering support for 'image/png' INFO [2020-01-22 01:00:24.529785 | connmgr] Registering support for 'application/x-id3' INFO [2020-01-22 01:00:24.532132 | connmgr] Registering support for 'application/x-teletext' INFO [2020-01-22 01:00:24.533019 | connmgr] Registering support for 'video/mpegts' INFO [2020-01-22 01:00:24.537382 | connmgr] Registering support for 'audio/x-ay' INFO [2020-01-22 01:00:24.537477 | connmgr] Registering support for 'audio/x-gbs' INFO [2020-01-22 01:00:24.537501 | connmgr] Registering support for 'audio/x-gym' INFO [2020-01-22 01:00:24.537522 | connmgr] Registering support for 'audio/x-hes' INFO [2020-01-22 01:00:24.537542 | connmgr] Registering support for 'audio/x-kss' INFO [2020-01-22 01:00:24.537562 | connmgr] Registering support for 'audio/x-nsf' INFO [2020-01-22 01:00:24.537583 | connmgr] Registering support for 'audio/x-sap' INFO [2020-01-22 01:00:24.537603 | connmgr] Registering support for 'audio/x-spc' INFO [2020-01-22 01:00:24.537622 | connmgr] Registering support for 'audio/x-vgm' INFO [2020-01-22 01:00:24.563337 | connmgr] Registering support for 'application/x-kate' INFO [2020-01-22 01:00:24.565491 | connmgr] Registering support for 'audio/x-gsm' INFO [2020-01-22 01:00:24.565535 | connmgr] Registering support for 'audio/ms-gsm' INFO [2020-01-22 01:00:24.573490 | connmgr] Registering support for 'audio/x-ircam' INFO [2020-01-22 01:00:24.573536 | connmgr] Registering support for 'audio/x-nist' INFO [2020-01-22 01:00:24.573563 | connmgr] Registering support for 'audio/x-paris' INFO [2020-01-22 01:00:24.573585 | connmgr] Registering support for 'audio/x-rf64' INFO [2020-01-22 01:00:24.573606 | connmgr] Registering support for 'audio/x-sds' INFO [2020-01-22 01:00:24.573627 | connmgr] Registering support for 'audio/x-svx' INFO [2020-01-22 01:00:24.573648 | connmgr] Registering support for 'audio/x-voc' INFO [2020-01-22 01:00:24.573669 | connmgr] Registering support for 'audio/x-w64' INFO [2020-01-22 01:00:24.573691 | connmgr] Registering support for 'audio/x-xi' INFO [2020-01-22 01:00:24.580768 | connmgr] Registering support for 'video/x-bayer' INFO [2020-01-22 01:00:24.580816 | connmgr] Registering support for 'video/x-pwc1' INFO [2020-01-22 01:00:24.580837 | connmgr] Registering support for 'video/x-pwc2' INFO [2020-01-22 01:00:24.580861 | connmgr] Registering support for 'video/x-sonix' INFO [2020-01-22 01:00:24.597260 | connmgr] Registering support for 'audio/midi' INFO [2020-01-22 01:00:24.597306 | connmgr] Registering support for 'audio/riff-midi' INFO [2020-01-22 01:00:24.600467 | connmgr] Registering support for 'audio/x-private1-lpcm' INFO [2020-01-22 01:00:24.600510 | connmgr] Registering support for 'audio/x-private2-lpcm' INFO [2020-01-22 01:00:24.600534 | connmgr] Registering support for 'audio/x-private-ts-lpcm' INFO [2020-01-22 01:00:24.600558 | connmgr] Registering support for 'audio/x-lpcm' INFO [2020-01-22 01:00:24.625686 | connmgr] Registering support for 'application/x-ogg-avi' INFO [2020-01-22 01:00:24.625875 | connmgr] Registering support for 'application/ogg' INFO [2020-01-22 01:00:24.626018 | connmgr] Registering support for 'application/x-ogm-text' INFO [2020-01-22 01:00:24.626754 | connmgr] Registering support for 'application/x-ogm-video' INFO [2020-01-22 01:00:24.626981 | connmgr] Registering support for 'application/x-ogm-audio' INFO [2020-01-22 01:00:24.627325 | connmgr] Registering support for 'video/x-smoke' INFO [2020-01-22 01:00:24.627356 | connmgr] Registering support for 'video/x-daala' INFO [2020-01-22 01:00:24.627388 | connmgr] Registering support for 'audio/x-celt' INFO [2020-01-22 01:00:24.627457 | connmgr] Registering support for 'text/x-cmml' INFO [2020-01-22 01:00:24.627595 | connmgr] Registering support for 'audio/ogg' INFO [2020-01-22 01:00:24.627619 | connmgr] Registering support for 'video/ogg' INFO [2020-01-22 01:00:24.627642 | connmgr] Registering support for 'application/kate' INFO [2020-01-22 01:00:24.629279 | connmgr] Registering support for 'audio/x-wavpack' INFO [2020-01-22 01:00:24.629504 | connmgr] Registering support for 'audio/x-sbc' INFO [2020-01-22 01:00:24.630190 | connmgr] Registering support for 'audio/ac3' INFO [2020-01-22 01:00:24.630224 | connmgr] Registering support for 'audio/x-private1-ac3' INFO [2020-01-22 01:00:24.630432 | connmgr] Registering support for 'audio/x-amr-nb-sh' INFO [2020-01-22 01:00:24.630463 | connmgr] Registering support for 'audio/x-amr-wb-sh' INFO [2020-01-22 01:00:24.635598 | connmgr] Registering support for 'audio/AMR-WB' INFO [2020-01-22 01:00:24.645460 | connmgr] Registering support for 'audio/x-wav' INFO [2020-01-22 01:00:24.653598 | connmgr] Registering support for 'video/x-flv' INFO [2020-01-22 01:00:24.659261 | connmgr] Registering support for 'audio/x-mod' INFO [2020-01-22 01:00:24.659307 | connmgr] Registering support for 'audio/x-xm' INFO [2020-01-22 01:00:24.659331 | connmgr] Registering support for 'audio/x-it' INFO [2020-01-22 01:00:24.659354 | connmgr] Registering support for 'audio/x-s3m' INFO [2020-01-22 01:00:24.659376 | connmgr] Registering support for 'audio/x-stm' INFO [2020-01-22 01:00:24.678868 | connmgr] Registering support for 'audio/x-sid' INFO [2020-01-22 01:00:24.688517 | connmgr] Registering support for 'audio/x-au' INFO [2020-01-22 01:00:24.692313 | connmgr] Registering support for 'application/x-gdp'
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (dest)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: Trying to dispose object "mixer", but it still has a parent "(null)". You need to let the parent manage the object instead of unreffing the object directly.
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.715: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:3282): GStreamer-CRITICAL **: 01:00:24.716: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed INFO [2020-01-22 01:00:24.722581 | connmgr] Registering support for 'subpicture/x-dvb' INFO [2020-01-22 01:00:24.757599 | connmgr] Registering support for 'video/x-fli' INFO [2020-01-22 01:00:24.760990 | connmgr] Registering support for 'audio/x-siren'
(gmediarender:3282): CRITICAL : 01:00:26.552: file gstdtlsagent.c: line 192 (gst_dtls_agent_init): should not be reached
(gmediarender:3282): CRITICAL : 01:00:26.552: gst_dtls_agent_set_property: assertion 'self->priv->ssl_context' failed INFO [2020-01-22 01:00:26.553069 | connmgr] Registering support for 'application/x-dtls' INFO [2020-01-22 01:00:26.564001 | connmgr] Registering support for 'image/jp2' INFO [2020-01-22 01:00:26.564046 | connmgr] Registering support for 'image/x-j2c' INFO [2020-01-22 01:00:26.569519 | connmgr] Registering support for 'image/webp' INFO [2020-01-22 01:00:26.581964 | connmgr] Registering support for 'video/x-unaligned-raw' INFO [2020-01-22 01:00:26.582096 | connmgr] Registering support for 'audio/x-unaligned-raw' INFO [2020-01-22 01:00:26.585456 | connmgr] Registering support for 'image/x-icon' INFO [2020-01-22 01:00:26.585505 | connmgr] Registering support for 'application/x-navi-animation' INFO [2020-01-22 01:00:26.585533 | connmgr] Registering support for 'image/x-cmu-raster' INFO [2020-01-22 01:00:26.585557 | connmgr] Registering support for 'image/x-sun-raster' INFO [2020-01-22 01:00:26.585578 | connmgr] Registering support for 'image/x-pixmap' INFO [2020-01-22 01:00:26.585599 | connmgr] Registering support for 'image/tiff' INFO [2020-01-22 01:00:26.585625 | connmgr] Registering support for 'image/bmp' INFO [2020-01-22 01:00:26.585646 | connmgr] Registering support for 'image/x-bmp' INFO [2020-01-22 01:00:26.585665 | connmgr] Registering support for 'image/x-MS-bmp' INFO [2020-01-22 01:00:26.585702 | connmgr] Registering support for 'image/vnd.wap.wbmp' INFO [2020-01-22 01:00:26.585722 | connmgr] Registering support for 'image/x-bitmap' INFO [2020-01-22 01:00:26.585742 | connmgr] Registering support for 'image/x-tga' INFO [2020-01-22 01:00:26.585761 | connmgr] Registering support for 'image/x-pcx' INFO [2020-01-22 01:00:26.587453 | connmgr] Registering support for 'subpicture/x-pgs' INFO [2020-01-22 01:00:26.614107 | connmgr] Registering support for 'image/x-exr' INFO [2020-01-22 01:00:26.615715 | connmgr] Registering support for 'application/x-bzip' INFO [2020-01-22 01:00:26.625036 | connmgr] Registering support for 'audio/AMR' INFO [2020-01-22 01:00:26.626068 | connmgr] Registering support for 'audio/x-alac' INFO [2020-01-22 01:00:26.626103 | connmgr] Registering support for 'audio/alac' INFO [2020-01-22 01:00:26.626144 | connmgr] Registering support for 'video/x-mp4-part' INFO [2020-01-22 01:00:26.626732 | connmgr] Registering support for 'video/x-cineform' INFO [2020-01-22 01:00:26.626772 | connmgr] Registering support for 'video/x-svq' INFO [2020-01-22 01:00:26.626810 | connmgr] Registering support for 'video/x-qt-part' INFO [2020-01-22 01:00:26.627257 | connmgr] Registering support for 'video/quicktime' INFO [2020-01-22 01:00:26.627293 | connmgr] Registering support for 'video/mj2' INFO [2020-01-22 01:00:26.627316 | connmgr] Registering support for 'audio/x-m4a' INFO [2020-01-22 01:00:26.627339 | connmgr] Registering support for 'audio/m4a' INFO [2020-01-22 01:00:26.627360 | connmgr] Registering support for 'audio/mp4' INFO [2020-01-22 01:00:26.627383 | connmgr] Registering support for 'application/x-3gp' INFO [2020-01-22 01:00:26.631184 | connmgr] Registering support for 'application/x-rtp-stream' INFO [2020-01-22 01:00:26.631231 | connmgr] Registering support for 'application/x-rtcp-stream' INFO [2020-01-22 01:00:26.631260 | connmgr] Registering support for 'application/x-srtp-stream' INFO [2020-01-22 01:00:26.631284 | connmgr] Registering support for 'application/x-srtcp-stream' INFO [2020-01-22 01:00:26.636509 | connmgr] Registering support for 'meta/x-klv' INFO [2020-01-22 01:00:26.636891 | connmgr] Registering support for 'video/x-jpeg' INFO [2020-01-22 01:00:26.638964 | connmgr] Registering support for 'video/x-h261' INFO [2020-01-22 01:00:26.641281 | connmgr] Registering support for 'audio/G729' INFO [2020-01-22 01:00:26.642004 | connmgr] Registering support for 'audio/G723' INFO [2020-01-22 01:00:26.642781 | connmgr] Registering support for 'audio/x-iLBC' INFO [2020-01-22 01:00:26.643835 | connmgr] Registering support for 'audio/x-bv' INFO [2020-01-22 01:00:26.647483 | connmgr] Registering support for 'application/vnd.ms-sstr+xml' INFO [2020-01-22 01:00:26.656571 | connmgr] Registering support for 'multipart/x-mixed-replace' INFO [2020-01-22 01:00:26.674543 | connmgr] Registering support for 'application/x-rdt' INFO [2020-01-22 01:00:26.674953 | connmgr] Registering support for 'application/x-pn-realaudio' INFO [2020-01-22 01:00:26.675184 | connmgr] Registering support for 'application/vnd.rn-realmedia' INFO [2020-01-22 01:00:26.681763 | connmgr] Registering support for 'application/x-subtitle-avi' INFO [2020-01-22 01:00:26.683514 | connmgr] Registering support for 'video/x-msvideo' INFO [2020-01-22 01:00:26.685366 | connmgr] Registering support for 'raw/x-pcap' INFO [2020-01-22 01:00:26.687612 | connmgr] Registering support for 'video/x-flash-video' INFO [2020-01-22 01:00:26.687657 | connmgr] Registering support for 'video/x-flash-screen' INFO [2020-01-22 01:00:26.687681 | connmgr] Registering support for 'video/x-vp6-flash' INFO [2020-01-22 01:00:26.687705 | connmgr] Registering support for 'video/x-vp6-alpha' INFO [2020-01-22 01:00:26.687783 | connmgr] Registering support for 'audio/x-nellymoser' INFO [2020-01-22 01:00:26.696746 | connmgr] Registering support for 'application/x-subtitle' INFO [2020-01-22 01:00:26.696795 | connmgr] Registering support for 'application/x-subtitle-sami' INFO [2020-01-22 01:00:26.696826 | connmgr] Registering support for 'application/x-subtitle-tmplayer' INFO [2020-01-22 01:00:26.696852 | connmgr] Registering support for 'application/x-subtitle-mpl2' INFO [2020-01-22 01:00:26.696878 | connmgr] Registering support for 'application/x-subtitle-dks' INFO [2020-01-22 01:00:26.696903 | connmgr] Registering support for 'application/x-subtitle-qttext' INFO [2020-01-22 01:00:26.696928 | connmgr] Registering support for 'application/x-subtitle-lrc' INFO [2020-01-22 01:00:26.696954 | connmgr] Registering support for 'application/x-subtitle-vtt' INFO [2020-01-22 01:00:26.742910 | connmgr] Registering support for 'audio/x-midi-event' INFO [2020-01-22 01:00:26.745082 | connmgr] Registering support for 'video/x-cdxa' INFO [2020-01-22 01:00:26.768098 | connmgr] Registering support for 'application/ttml+xml' INFO [2020-01-22 01:00:26.822691 | connmgr] Registering support for 'application/dash+xml' INFO [2020-01-22 01:00:26.892639 | connmgr] Registering support for 'video/x-cinepak' INFO [2020-01-22 01:00:26.894517 | connmgr] Registering support for 'audio/x-vnd.sony.atrac3' INFO [2020-01-22 01:00:26.899330 | connmgr] Registering support for 'audio/x-mace' INFO [2020-01-22 01:00:26.908081 | connmgr] Registering support for 'application/x-gst-av-wsvqa' INFO [2020-01-22 01:00:26.908277 | connmgr] Registering support for 'application/x-gst-av-wsaud' INFO [2020-01-22 01:00:26.908452 | connmgr] Registering support for 'application/x-gst-av-wc3movie' INFO [2020-01-22 01:00:26.908726 | connmgr] Registering support for 'application/x-gst-av-vmd' INFO [2020-01-22 01:00:26.908882 | connmgr] Registering support for 'audio/x-ttafile' INFO [2020-01-22 01:00:26.909077 | connmgr] Registering support for 'application/x-gst-av-psxstr' INFO [2020-01-22 01:00:26.909227 | connmgr] Registering support for 'application/x-gst-av-sol' INFO [2020-01-22 01:00:26.909387 | connmgr] Registering support for 'application/x-gst-av-smk' INFO [2020-01-22 01:00:26.909543 | connmgr] Registering support for 'application/x-gst-av-film_cpk' INFO [2020-01-22 01:00:26.909686 | connmgr] Registering support for 'video/x-pva' INFO [2020-01-22 01:00:26.909826 | connmgr] Registering support for 'application/x-gst-av-nuv' INFO [2020-01-22 01:00:26.909981 | connmgr] Registering support for 'application/x-gst-av-nut' INFO [2020-01-22 01:00:26.910127 | connmgr] Registering support for 'video/x-nsv' INFO [2020-01-22 01:00:26.910446 | connmgr] Registering support for 'audio/x-musepack' INFO [2020-01-22 01:00:26.910702 | connmgr] Registering support for 'application/x-gst-av-mmf' INFO [2020-01-22 01:00:26.910849 | connmgr] Registering support for 'application/x-gst-av-mm' INFO [2020-01-22 01:00:26.910990 | connmgr] Registering support for 'video/x-ivf' INFO [2020-01-22 01:00:26.911147 | connmgr] Registering support for 'application/x-gst-av-ipmovie' INFO [2020-01-22 01:00:26.911291 | connmgr] Registering support for 'application/x-gst-av-idcin' INFO [2020-01-22 01:00:26.911464 | connmgr] Registering support for 'application/gxf' INFO [2020-01-22 01:00:26.911603 | connmgr] Registering support for 'image/gif' INFO [2020-01-22 01:00:26.911747 | connmgr] Registering support for 'video/x-4xm' INFO [2020-01-22 01:00:26.911935 | connmgr] Registering support for 'application/x-gst-av-ea' INFO [2020-01-22 01:00:26.912087 | connmgr] Registering support for 'application/x-gst-av-dsf' INFO [2020-01-22 01:00:26.912234 | connmgr] Registering support for 'application/x-gst-av-daud' INFO [2020-01-22 01:00:26.912380 | connmgr] Registering support for 'audio/x-brstm' INFO [2020-01-22 01:00:26.912527 | connmgr] Registering support for 'audio/x-bfstm' INFO [2020-01-22 01:00:26.912693 | connmgr] Registering support for 'application/x-gst-av-avs' INFO [2020-01-22 01:00:26.912855 | connmgr] Registering support for 'application/x-ape' INFO [2020-01-22 01:00:26.913534 | connmgr] Registering support for 'unknown/unknown' INFO [2020-01-22 01:00:26.914616 | connmgr] Registering support for 'video/x-zmbv' INFO [2020-01-22 01:00:26.916655 | connmgr] Registering support for 'video/x-gst-av-xl' INFO [2020-01-22 01:00:26.917701 | connmgr] Registering support for 'video/x-xan' INFO [2020-01-22 01:00:26.918508 | connmgr] Registering support for 'video/x-gst-av-wnv1' INFO [2020-01-22 01:00:26.921798 | connmgr] Registering support for 'video/x-gst-av-vqavideo' INFO [2020-01-22 01:00:26.923927 | connmgr] Registering support for 'video/x-vp6' INFO [2020-01-22 01:00:26.924378 | connmgr] Registering support for 'video/x-vp5' INFO [2020-01-22 01:00:26.924918 | connmgr] Registering support for 'video/x-vp3' INFO [2020-01-22 01:00:26.925711 | connmgr] Registering support for 'video/x-gst-av-vmdvideo' INFO [2020-01-22 01:00:26.926133 | connmgr] Registering support for 'video/x-ati-vcr' INFO [2020-01-22 01:00:26.928366 | connmgr] Registering support for 'video/x-ultimotion' INFO [2020-01-22 01:00:26.929100 | connmgr] Registering support for 'video/x-tscc' INFO [2020-01-22 01:00:26.929522 | connmgr] Registering support for 'video/x-camtasia' INFO [2020-01-22 01:00:26.930290 | connmgr] Registering support for 'video/x-truemotion' INFO [2020-01-22 01:00:26.934575 | connmgr] Registering support for 'video/sp5x' INFO [2020-01-22 01:00:26.940658 | connmgr] Registering support for 'video/x-smc' INFO [2020-01-22 01:00:26.942044 | connmgr] Registering support for 'image/x-sgi' INFO [2020-01-22 01:00:26.975539 | connmgr] Registering support for 'video/x-apple-video' INFO [2020-01-22 01:00:26.976046 | connmgr] Registering support for 'video/x-gst-av-roqvideo' INFO [2020-01-22 01:00:26.977444 | connmgr] Registering support for 'video/x-rle' INFO [2020-01-22 01:00:26.977936 | connmgr] Registering support for 'video/x-gst-av-qpeg' INFO [2020-01-22 01:00:26.978355 | connmgr] Registering support for 'video/x-qdrw' INFO [2020-01-22 01:00:26.980702 | connmgr] Registering support for 'image/ppm' INFO [2020-01-22 01:00:26.982134 | connmgr] Registering support for 'video/x-gst-av-pgmyuv' INFO [2020-01-22 01:00:26.983215 | connmgr] Registering support for 'image/pbm' INFO [2020-01-22 01:00:26.984253 | connmgr] Registering support for 'video/x-nuv' INFO [2020-01-22 01:00:26.986232 | connmgr] Registering support for 'video/x-mszh' INFO [2020-01-22 01:00:26.986669 | connmgr] Registering support for 'video/x-msvideocodec' INFO [2020-01-22 01:00:26.992584 | connmgr] Registering support for 'video/x-gst-av-mmvideo' INFO [2020-01-22 01:00:26.993047 | connmgr] Registering support for 'video/x-mjpeg-b' INFO [2020-01-22 01:00:26.993814 | connmgr] Registering support for 'video/x-mimic' INFO [2020-01-22 01:00:26.994310 | connmgr] Registering support for 'video/x-gst-av-mdec' INFO [2020-01-22 01:00:26.995436 | connmgr] Registering support for 'video/x-loco' INFO [2020-01-22 01:00:26.995874 | connmgr] Registering support for 'video/x-lagarith' INFO [2020-01-22 01:00:26.996577 | connmgr] Registering support for 'video/x-kmvc' INFO [2020-01-22 01:00:26.998402 | connmgr] Registering support for 'video/x-gst-av-interplayvideo' INFO [2020-01-22 01:00:26.998839 | connmgr] Registering support for 'video/x-indeo' INFO [2020-01-22 01:00:27.005590 | connmgr] Registering support for 'video/x-gst-av-idcinvideo' INFO [2020-01-22 01:00:27.011374 | connmgr] Registering support for 'video/x-intel-h263' INFO [2020-01-22 01:00:27.012408 | connmgr] Registering support for 'image/gst-libav-gif' INFO [2020-01-22 01:00:27.013842 | connmgr] Registering support for 'video/x-fraps' INFO [2020-01-22 01:00:27.015185 | connmgr] Registering support for 'video/x-gst-av-flic' INFO [2020-01-22 01:00:27.015504 | connmgr] Registering support for 'video/x-flash-screen2' INFO [2020-01-22 01:00:27.018830 | connmgr] Registering support for 'video/x-gst-av-ffvhuff' INFO [2020-01-22 01:00:27.019496 | connmgr] Registering support for 'video/x-ffv' INFO [2020-01-22 01:00:27.021280 | connmgr] Registering support for 'video/x-gst-av-8bps' INFO [2020-01-22 01:00:27.026489 | connmgr] Registering support for 'video/x-compressed-yuv' INFO [2020-01-22 01:00:27.026946 | connmgr] Registering support for 'video/x-camstudio' INFO [2020-01-22 01:00:27.028060 | connmgr] Registering support for 'video/x-cirrus-logic-accupak' INFO [2020-01-22 01:00:27.030677 | connmgr] Registering support for 'video/x-cavs' INFO [2020-01-22 01:00:27.034617 | connmgr] Registering support for 'video/x-gst-av-avs' INFO [2020-01-22 01:00:27.036311 | connmgr] Registering support for 'video/x-asus' INFO [2020-01-22 01:00:27.038069 | connmgr] Registering support for 'video/x-amv' INFO [2020-01-22 01:00:27.038827 | connmgr] Registering support for 'video/x-apple-intermediate-codec' INFO [2020-01-22 01:00:27.039270 | connmgr] Registering support for 'video/x-aasc' INFO [2020-01-22 01:00:27.047070 | connmgr] Registering support for 'audio/x-dpcm' INFO [2020-01-22 01:00:27.075755 | connmgr] Registering support for 'audio/x-gst-av-ws_snd1' INFO [2020-01-22 01:00:27.076111 | connmgr] Registering support for 'audio/x-wms' INFO [2020-01-22 01:00:27.081206 | connmgr] Registering support for 'audio/x-gst-av-vmdaudio' INFO [2020-01-22 01:00:27.081632 | connmgr] Registering support for 'audio/x-twin-vq' INFO [2020-01-22 01:00:27.082187 | connmgr] Registering support for 'audio/x-truespeech' INFO [2020-01-22 01:00:27.082516 | connmgr] Registering support for 'audio/x-true-hd' INFO [2020-01-22 01:00:27.083454 | connmgr] Registering support for 'audio/x-sipro' INFO [2020-01-22 01:00:27.083813 | connmgr] Registering support for 'audio/x-shorten' INFO [2020-01-22 01:00:27.087965 | connmgr] Registering support for 'audio/x-qdm2' INFO [2020-01-22 01:00:27.088321 | connmgr] Registering support for 'audio/qcelp' INFO [2020-01-22 01:00:27.089602 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-musepack' INFO [2020-01-22 01:00:27.090240 | connmgr] Registering support for 'audio/x-gst-av-mp3on4float' INFO [2020-01-22 01:00:27.090985 | connmgr] Registering support for 'audio/x-gst-av-mp3adufloat' INFO [2020-01-22 01:00:27.092850 | connmgr] Registering support for 'audio/x-mlp' INFO [2020-01-22 01:00:27.094073 | connmgr] Registering support for 'audio/x-imc' INFO [2020-01-22 01:00:27.097817 | connmgr] Registering support for 'audio/x-dsd' INFO [2020-01-22 01:00:27.102095 | connmgr] Registering support for 'audio/x-vnd.sony.atrac1' INFO [2020-01-22 01:00:27.102824 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-ape' INFO [2020-01-22 01:00:27.106269 | connmgr] Registering support for 'audio/x-smpte-302m' INFO [2020-01-22 01:00:27.107005 | connmgr] Registering support for 'audio/x-dv' INFO [2020-01-22 01:00:27.496472 | connmgr] Registering support for 'application/x-hls' INFO [2020-01-22 01:00:27.513070 | connmgr] Registering support for 'application/x-icy' INFO [2020-01-22 01:00:27.516134 | gstreamer] Buffering disabled (--gstout-buffer-duration) INFO [2020-01-22 01:00:27.516198 | gstreamer] Setting audio sink to alsasink; device=sysdefault INFO [2020-01-22 01:00:27.516417 | gstreamer] Set mute to off INFO [2020-01-22 01:00:27.516457 | gstreamer] Set volume fraction to 0.891251 INFO [2020-01-22 01:00:27.516778 | webserver] Provide /upnp/grender-64x64.png (image/png) from /usr/local/share/gmediarender/grender-64x64.png ERROR [2020-01-22 01:00:27.516828 | webserver] Could not stat '/usr/local/share/gmediarender/grender-64x64.png': No such file or directory INFO [2020-01-22 01:00:27.516850 | webserver] Provide /upnp/grender-128x128.png (image/png) from /usr/local/share/gmediarender/grender-128x128.png ERROR [2020-01-22 01:00:27.516872 | webserver] Could not stat '/usr/local/share/gmediarender/grender-128x128.png': No such file or directory INFO [2020-01-22 01:00:27.518487 | webserver] Provide /upnp/rendertransportSCPD.xml (text/xml) from buffer INFO [2020-01-22 01:00:27.518874 | webserver] Provide /upnp/renderconnmgrSCPD.xml (text/xml) from buffer INFO [2020-01-22 01:00:27.519911 | webserver] Provide /upnp/rendercontrolSCPD.xml (text/xml) from buffer INFO [2020-01-22 01:00:27.520959 | upnp] Registered IP=192.168.1.26 port=49494 INFO [2020-01-22 01:00:27.529477 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317 INFO [2020-01-22 01:00:27.530130 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317 INFO [2020-01-22 01:00:27.540910 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697INFO [2020-01-22 01:00:27.540929 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697 INFO [2020-01-22 01:00:27.555344 | control] cmd_obtain_variable: CurrentVolume for instance 0 INFO [2020-01-22 01:00:27.558885 | control] cmd_obtain_variable: CurrentVolumeDB for instance 0 INFO [2020-01-22 01:00:27.562165 | control] cmd_obtain_variable: CurrentMute for instance 0 INFO [2020-01-22 01:00:27.623158 | upnp] Subscription request for urn:upnp-org:serviceId:AVTransport (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:00:27.623236 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:00:27.623599 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:00:27.623733 | gstreamer] Query volume fraction: 0.891251 INFO [2020-01-22 01:00:27.624208 | control] Output initial volume is 0.891251; setting control variables accordingly. INFO [2020-01-22 01:00:27.624249 | control] Setting volume-db to -1.20db == #97 INFO [2020-01-22 01:00:27.624418 | main] Ready for rendering. Ready for rendering. INFO [2020-01-22 01:00:27.624708 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:00:27.625887 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:00:27.629466 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:00:29.829077 | webserver] 404 Not found. (attempt to access non-existent '/upnp/grender-64x64.png') INFO [2020-01-22 01:00:29.833438 | webserver] 404 Not found. (attempt to access non-existent '/upnp/grender-128x128.png') INFO [2020-01-22 01:00:29.845490 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317 INFO [2020-01-22 01:00:29.858130 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697 INFO [2020-01-22 01:00:32.028985 | webserver] 404 Not found. (attempt to access non-existent '/upnp/grender-64x64.png') INFO [2020-01-22 01:00:32.033184 | webserver] 404 Not found. (attempt to access non-existent '/upnp/grender-128x128.png') INFO [2020-01-22 01:00:32.044124 | webserver] Access /upnp/rendercontrolSCPD.xml (text/xml) len=13317 INFO [2020-01-22 01:00:32.057072 | webserver] Access /upnp/rendertransportSCPD.xml (text/xml) len=15697 INFO [2020-01-22 01:01:32.071796 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:01:32.072111 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:01:32.092330 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:01:32.092650 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:02:01.056899 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:02:01.057206 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:02:14.057052 | upnp] Subscription request for urn:upnp-org:serviceId:AVTransport (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:02:14.058049 | upnp] Initial variable sync: <?xml version="1.0"?>
INFO [2020-01-22 01:02:14.077536 | upnp] Subscription request for urn:upnp-org:serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-dldef6a26e5a) INFO [2020-01-22 01:02:14.077886 | upnp] Initial variable sync: <?xml version="1.0"?>
Second command:
root@DietPi:~# dietpi-services [ OK ] DietPi-Services | restart : gmrender root@DietPi:~# /usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-d1def6a26e5a -f Dietpi --logfile=stdout -I 192.168.1.26 INFO [2020-01-22 01:08:26.361183 | main] gmediarender 0.0.8 log started [ gmediarender 0.0.8 (libupnp-1.8.4; glib-2.58.3; gstreamer-1.14.4) ] INFO [2020-01-22 01:08:26.361343 | output] Using output module: gst (GStreamer multimedia framework) INFO [2020-01-22 01:08:26.365929 | connmgr] Registering support for 'application/x-apetag' INFO [2020-01-22 01:08:26.366024 | connmgr] Registering support for 'audio/*' INFO [2020-01-22 01:08:26.367349 | connmgr] Registering support for 'video/x-raw' INFO [2020-01-22 01:08:26.368930 | connmgr] Registering support for 'application/x-yuv4mpeg' INFO [2020-01-22 01:08:26.371965 | connmgr] Registering support for 'audio/x-raw' INFO [2020-01-22 01:08:26.415227 | connmgr] Registering support for 'application/x-rtp' INFO [2020-01-22 01:08:26.415318 | connmgr] Registering support for 'application/x-rtcp' INFO [2020-01-22 01:08:26.415635 | connmgr] Registering support for 'application/x-srtp' INFO [2020-01-22 01:08:26.415688 | connmgr] Registering support for 'application/x-srtcp' INFO [2020-01-22 01:08:26.420960 | connmgr] Registering support for 'audio/x-matroska' INFO [2020-01-22 01:08:26.421048 | connmgr] Registering support for 'video/x-matroska' INFO [2020-01-22 01:08:26.421092 | connmgr] Registering support for 'video/x-matroska-3d' INFO [2020-01-22 01:08:26.421134 | connmgr] Registering support for 'audio/webm' INFO [2020-01-22 01:08:26.421176 | connmgr] Registering support for 'video/webm' INFO [2020-01-22 01:08:26.421960 | connmgr] Registering support for 'video/mpeg' INFO [2020-01-22 01:08:26.422025 | connmgr] Registering support for 'video/x-h264' INFO [2020-01-22 01:08:26.422069 | connmgr] Registering support for 'video/x-h265' INFO [2020-01-22 01:08:26.422111 | connmgr] Registering support for 'video/x-divx' INFO [2020-01-22 01:08:26.422153 | connmgr] Registering support for 'video/x-huffyuv' INFO [2020-01-22 01:08:26.422194 | connmgr] Registering support for 'video/x-dv' INFO [2020-01-22 01:08:26.422235 | connmgr] Registering support for 'video/x-h263' INFO [2020-01-22 01:08:26.422276 | connmgr] Registering support for 'video/x-msmpeg' INFO [2020-01-22 01:08:26.422316 | connmgr] Registering support for 'image/jpeg' INFO [2020-01-22 01:08:26.422357 | connmgr] Registering support for 'video/x-theora' INFO [2020-01-22 01:08:26.422398 | connmgr] Registering support for 'video/x-dirac' INFO [2020-01-22 01:08:26.422438 | connmgr] Registering support for 'video/x-pn-realvideo' INFO [2020-01-22 01:08:26.422480 | connmgr] Registering support for 'video/x-vp8' INFO [2020-01-22 01:08:26.422520 | connmgr] Registering support for 'video/x-vp9' INFO [2020-01-22 01:08:26.422562 | connmgr] Registering support for 'video/x-prores' INFO [2020-01-22 01:08:26.422603 | connmgr] Registering support for 'video/x-wmv' INFO [2020-01-22 01:08:26.422645 | connmgr] Registering support for 'audio/mpeg' INFO [2020-01-22 01:08:26.422685 | connmgr] Registering support for 'audio/x-mpeg' INFO [2020-01-22 01:08:26.422725 | connmgr] Registering support for 'audio/x-scpls' INFO [2020-01-22 01:08:26.422765 | connmgr] Registering support for 'audio/L16;rate=44100;channels=2' INFO [2020-01-22 01:08:26.422807 | connmgr] Registering support for 'audio/x-ac3' INFO [2020-01-22 01:08:26.422848 | connmgr] Registering support for 'audio/x-eac3' INFO [2020-01-22 01:08:26.422889 | connmgr] Registering support for 'audio/x-dts' INFO [2020-01-22 01:08:26.422930 | connmgr] Registering support for 'audio/x-vorbis' INFO [2020-01-22 01:08:26.422971 | connmgr] Registering support for 'audio/x-flac' INFO [2020-01-22 01:08:26.423012 | connmgr] Registering support for 'audio/x-opus' INFO [2020-01-22 01:08:26.423052 | connmgr] Registering support for 'audio/x-speex' INFO [2020-01-22 01:08:26.423095 | connmgr] Registering support for 'audio/x-tta' INFO [2020-01-22 01:08:26.423136 | connmgr] Registering support for 'audio/x-pn-realaudio' INFO [2020-01-22 01:08:26.423176 | connmgr] Registering support for 'audio/x-wma' INFO [2020-01-22 01:08:26.423217 | connmgr] Registering support for 'audio/x-alaw' INFO [2020-01-22 01:08:26.423259 | connmgr] Registering support for 'audio/x-mulaw' INFO [2020-01-22 01:08:26.423300 | connmgr] Registering support for 'audio/x-adpcm' INFO [2020-01-22 01:08:26.423342 | connmgr] Registering support for 'audio/G722' INFO [2020-01-22 01:08:26.423384 | connmgr] Registering support for 'subtitle/x-kate' INFO [2020-01-22 01:08:26.423426 | connmgr] Registering support for 'text/x-raw' INFO [2020-01-22 01:08:26.423467 | connmgr] Registering support for 'application/x-ssa' INFO [2020-01-22 01:08:26.423509 | connmgr] Registering support for 'application/x-ass' INFO [2020-01-22 01:08:26.423550 | connmgr] Registering support for 'application/x-usf' INFO [2020-01-22 01:08:26.423591 | connmgr] Registering support for 'subpicture/x-dvd' INFO [2020-01-22 01:08:26.423632 | connmgr] Registering support for 'application/x-subtitle-unknown' INFO [2020-01-22 01:08:26.423882 | connmgr] Registering support for 'video/x-av1' INFO [2020-01-22 01:08:26.425249 | connmgr] Registering support for 'audio/x-aiff' INFO [2020-01-22 01:08:26.425331 | connmgr] Registering support for 'audio/aiff' INFO [2020-01-22 01:08:26.428723 | connmgr] Registering support for 'video/x-vmnc' INFO [2020-01-22 01:08:26.446849 | connmgr] Registering support for 'image/x-portable-bitmap' INFO [2020-01-22 01:08:26.446950 | connmgr] Registering support for 'image/x-portable-graymap' INFO [2020-01-22 01:08:26.446996 | connmgr] Registering support for 'image/x-portable-pixmap' INFO [2020-01-22 01:08:26.447040 | connmgr] Registering support for 'image/x-portable-anymap' INFO [2020-01-22 01:08:26.448969 | connmgr] Registering support for 'application/sdp' INFO [2020-01-22 01:08:26.467195 | connmgr] Registering support for 'audio/x-private1-dts' INFO [2020-01-22 01:08:26.474683 | connmgr] Registering support for 'image/svg+xml' INFO [2020-01-22 01:08:26.474773 | connmgr] Registering support for 'image/svg' INFO [2020-01-22 01:08:26.474819 | connmgr] Registering support for 'text/plain' INFO [2020-01-22 01:08:26.507380 | connmgr] Registering support for 'video/x-ms-asf' INFO [2020-01-22 01:08:26.510085 | connmgr] Registering support for 'application/mxf' INFO [2020-01-22 01:08:26.510421 | connmgr] Registering support for 'image/x-jpc' INFO [2020-01-22 01:08:26.510515 | connmgr] Registering support for 'video/x-dnxhd' INFO [2020-01-22 01:08:26.513383 | connmgr] Registering support for 'image/png' INFO [2020-01-22 01:08:26.527408 | connmgr] Registering support for 'application/x-id3' INFO [2020-01-22 01:08:26.529843 | connmgr] Registering support for 'application/x-teletext' INFO [2020-01-22 01:08:26.530599 | connmgr] Registering support for 'video/mpegts' INFO [2020-01-22 01:08:26.535091 | connmgr] Registering support for 'audio/x-ay' INFO [2020-01-22 01:08:26.535179 | connmgr] Registering support for 'audio/x-gbs' INFO [2020-01-22 01:08:26.535225 | connmgr] Registering support for 'audio/x-gym' INFO [2020-01-22 01:08:26.535270 | connmgr] Registering support for 'audio/x-hes' INFO [2020-01-22 01:08:26.535314 | connmgr] Registering support for 'audio/x-kss' INFO [2020-01-22 01:08:26.535358 | connmgr] Registering support for 'audio/x-nsf' INFO [2020-01-22 01:08:26.535401 | connmgr] Registering support for 'audio/x-sap' INFO [2020-01-22 01:08:26.535445 | connmgr] Registering support for 'audio/x-spc' INFO [2020-01-22 01:08:26.535488 | connmgr] Registering support for 'audio/x-vgm' INFO [2020-01-22 01:08:26.561899 | connmgr] Registering support for 'application/x-kate' INFO [2020-01-22 01:08:26.563907 | connmgr] Registering support for 'audio/x-gsm' INFO [2020-01-22 01:08:26.563995 | connmgr] Registering support for 'audio/ms-gsm' INFO [2020-01-22 01:08:26.571850 | connmgr] Registering support for 'audio/x-ircam' INFO [2020-01-22 01:08:26.571940 | connmgr] Registering support for 'audio/x-nist' INFO [2020-01-22 01:08:26.571988 | connmgr] Registering support for 'audio/x-paris' INFO [2020-01-22 01:08:26.572034 | connmgr] Registering support for 'audio/x-rf64' INFO [2020-01-22 01:08:26.572079 | connmgr] Registering support for 'audio/x-sds' INFO [2020-01-22 01:08:26.572123 | connmgr] Registering support for 'audio/x-svx' INFO [2020-01-22 01:08:26.572166 | connmgr] Registering support for 'audio/x-voc' INFO [2020-01-22 01:08:26.572210 | connmgr] Registering support for 'audio/x-w64' INFO [2020-01-22 01:08:26.572255 | connmgr] Registering support for 'audio/x-xi' INFO [2020-01-22 01:08:26.579458 | connmgr] Registering support for 'video/x-bayer' INFO [2020-01-22 01:08:26.579551 | connmgr] Registering support for 'video/x-pwc1' INFO [2020-01-22 01:08:26.579597 | connmgr] Registering support for 'video/x-pwc2' INFO [2020-01-22 01:08:26.579643 | connmgr] Registering support for 'video/x-sonix' INFO [2020-01-22 01:08:26.595957 | connmgr] Registering support for 'audio/midi' INFO [2020-01-22 01:08:26.596051 | connmgr] Registering support for 'audio/riff-midi' INFO [2020-01-22 01:08:26.599235 | connmgr] Registering support for 'audio/x-private1-lpcm' INFO [2020-01-22 01:08:26.599323 | connmgr] Registering support for 'audio/x-private2-lpcm' INFO [2020-01-22 01:08:26.599371 | connmgr] Registering support for 'audio/x-private-ts-lpcm' INFO [2020-01-22 01:08:26.599418 | connmgr] Registering support for 'audio/x-lpcm' INFO [2020-01-22 01:08:26.624709 | connmgr] Registering support for 'application/ogg' INFO [2020-01-22 01:08:26.624802 | connmgr] Registering support for 'audio/ogg' INFO [2020-01-22 01:08:26.624849 | connmgr] Registering support for 'video/ogg' INFO [2020-01-22 01:08:26.624894 | connmgr] Registering support for 'application/kate' INFO [2020-01-22 01:08:26.625280 | connmgr] Registering support for 'application/x-ogm-video' INFO [2020-01-22 01:08:26.625345 | connmgr] Registering support for 'video/x-smoke' INFO [2020-01-22 01:08:26.625392 | connmgr] Registering support for 'video/x-daala' INFO [2020-01-22 01:08:26.625448 | connmgr] Registering support for 'audio/x-celt' INFO [2020-01-22 01:08:26.625494 | connmgr] Registering support for 'application/x-ogm-audio' INFO [2020-01-22 01:08:26.625544 | connmgr] Registering support for 'text/x-cmml' INFO [2020-01-22 01:08:26.626645 | connmgr] Registering support for 'application/x-ogm-text' INFO [2020-01-22 01:08:26.626959 | connmgr] Registering support for 'application/x-ogg-avi' INFO [2020-01-22 01:08:26.628904 | connmgr] Registering support for 'audio/x-amr-nb-sh' INFO [2020-01-22 01:08:26.628994 | connmgr] Registering support for 'audio/x-amr-wb-sh' INFO [2020-01-22 01:08:26.629235 | connmgr] Registering support for 'audio/ac3' INFO [2020-01-22 01:08:26.629293 | connmgr] Registering support for 'audio/x-private1-ac3' INFO [2020-01-22 01:08:26.630028 | connmgr] Registering support for 'audio/x-sbc' INFO [2020-01-22 01:08:26.630275 | connmgr] Registering support for 'audio/x-wavpack' INFO [2020-01-22 01:08:26.635311 | connmgr] Registering support for 'audio/AMR-WB' INFO [2020-01-22 01:08:26.645284 | connmgr] Registering support for 'audio/x-wav' INFO [2020-01-22 01:08:26.653650 | connmgr] Registering support for 'video/x-flv' INFO [2020-01-22 01:08:26.659276 | connmgr] Registering support for 'audio/x-mod' INFO [2020-01-22 01:08:26.659360 | connmgr] Registering support for 'audio/x-xm' INFO [2020-01-22 01:08:26.659408 | connmgr] Registering support for 'audio/x-it' INFO [2020-01-22 01:08:26.659455 | connmgr] Registering support for 'audio/x-s3m' INFO [2020-01-22 01:08:26.659501 | connmgr] Registering support for 'audio/x-stm' INFO [2020-01-22 01:08:26.679167 | connmgr] Registering support for 'audio/x-sid' INFO [2020-01-22 01:08:26.688923 | connmgr] Registering support for 'audio/x-au' INFO [2020-01-22 01:08:26.692655 | connmgr] Registering support for 'application/x-gdp'
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.715: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.716: gst_element_get_static_pad: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.716: gst_element_link_pads_full: assertion 'GST_IS_ELEMENT (dest)' failed
(gmediarender:3595): GStreamer-CRITICAL **: 01:08:26.716: Trying to dispose object "mixer", but it still has a parent "(null)". You need to let the parent manage the object instead of unreffing the object directly.
INFO [2020-01-22 01:08:26.723877 | connmgr] Registering support for 'subpicture/x-dvb' INFO [2020-01-22 01:08:26.759351 | connmgr] Registering support for 'video/x-fli' INFO [2020-01-22 01:08:26.762652 | connmgr] Registering support for 'audio/x-siren'
(gmediarender:3595): CRITICAL : 01:08:30.553: file gstdtlsagent.c: line 192 (gst_dtls_agent_init): should not be reached
(gmediarender:3595): CRITICAL : 01:08:30.554: gst_dtls_agent_set_property: assertion 'self->priv->ssl_context' failed INFO [2020-01-22 01:08:30.554206 | connmgr] Registering support for 'application/x-dtls' INFO [2020-01-22 01:08:30.567363 | connmgr] Registering support for 'image/jp2' INFO [2020-01-22 01:08:30.567487 | connmgr] Registering support for 'image/x-j2c' INFO [2020-01-22 01:08:30.572108 | connmgr] Registering support for 'image/webp' INFO [2020-01-22 01:08:30.585292 | connmgr] Registering support for 'audio/x-unaligned-raw' INFO [2020-01-22 01:08:30.585906 | connmgr] Registering support for 'video/x-unaligned-raw' INFO [2020-01-22 01:08:30.587987 | connmgr] Registering support for 'image/x-icon' INFO [2020-01-22 01:08:30.588072 | connmgr] Registering support for 'application/x-navi-animation' INFO [2020-01-22 01:08:30.588118 | connmgr] Registering support for 'image/x-cmu-raster' INFO [2020-01-22 01:08:30.588165 | connmgr] Registering support for 'image/x-sun-raster' INFO [2020-01-22 01:08:30.588210 | connmgr] Registering support for 'image/x-pixmap' INFO [2020-01-22 01:08:30.588254 | connmgr] Registering support for 'image/tiff' INFO [2020-01-22 01:08:30.588306 | connmgr] Registering support for 'image/bmp' INFO [2020-01-22 01:08:30.588350 | connmgr] Registering support for 'image/x-bmp' INFO [2020-01-22 01:08:30.588394 | connmgr] Registering support for 'image/x-MS-bmp' INFO [2020-01-22 01:08:30.588438 | connmgr] Registering support for 'image/vnd.wap.wbmp' INFO [2020-01-22 01:08:30.588483 | connmgr] Registering support for 'image/x-bitmap' INFO [2020-01-22 01:08:30.588527 | connmgr] Registering support for 'image/x-tga' INFO [2020-01-22 01:08:30.588571 | connmgr] Registering support for 'image/x-pcx' INFO [2020-01-22 01:08:30.590931 | connmgr] Registering support for 'subpicture/x-pgs' INFO [2020-01-22 01:08:30.616943 | connmgr] Registering support for 'image/x-exr' INFO [2020-01-22 01:08:30.618857 | connmgr] Registering support for 'application/x-bzip' INFO [2020-01-22 01:08:30.626907 | connmgr] Registering support for 'video/quicktime' INFO [2020-01-22 01:08:30.626998 | connmgr] Registering support for 'video/mj2' INFO [2020-01-22 01:08:30.627048 | connmgr] Registering support for 'audio/x-m4a' INFO [2020-01-22 01:08:30.627096 | connmgr] Registering support for 'audio/m4a' INFO [2020-01-22 01:08:30.627141 | connmgr] Registering support for 'audio/mp4' INFO [2020-01-22 01:08:30.627188 | connmgr] Registering support for 'application/x-3gp' INFO [2020-01-22 01:08:30.628097 | connmgr] Registering support for 'audio/AMR' INFO [2020-01-22 01:08:30.628178 | connmgr] Registering support for 'audio/x-alac' INFO [2020-01-22 01:08:30.628224 | connmgr] Registering support for 'audio/alac' INFO [2020-01-22 01:08:30.628291 | connmgr] Registering support for 'video/x-cineform' INFO [2020-01-22 01:08:30.628346 | connmgr] Registering support for 'video/x-svq' INFO [2020-01-22 01:08:30.628408 | connmgr] Registering support for 'video/x-qt-part' INFO [2020-01-22 01:08:30.629269 | connmgr] Registering support for 'video/x-mp4-part' INFO [2020-01-22 01:08:30.634191 | connmgr] Registering support for 'audio/x-bv' INFO [2020-01-22 01:08:30.635336 | connmgr] Registering support for 'audio/x-iLBC' INFO [2020-01-22 01:08:30.636161 | connmgr] Registering support for 'audio/G723' INFO [2020-01-22 01:08:30.636912 | connmgr] Registering support for 'audio/G729' INFO [2020-01-22 01:08:30.639296 | connmgr] Registering support for 'video/x-h261' INFO [2020-01-22 01:08:30.641531 | connmgr] Registering support for 'video/x-jpeg' INFO [2020-01-22 01:08:30.641935 | connmgr] Registering support for 'meta/x-klv' INFO [2020-01-22 01:08:30.647262 | connmgr] Registering support for 'application/x-rtp-stream' INFO [2020-01-22 01:08:30.647352 | connmgr] Registering support for 'application/x-rtcp-stream' INFO [2020-01-22 01:08:30.647401 | connmgr] Registering support for 'application/x-srtp-stream' INFO [2020-01-22 01:08:30.647472 | connmgr] Registering support for 'application/x-srtcp-stream' INFO [2020-01-22 01:08:30.651592 | connmgr] Registering support for 'application/vnd.ms-sstr+xml' INFO [2020-01-22 01:08:30.660757 | connmgr] Registering support for 'multipart/x-mixed-replace' INFO [2020-01-22 01:08:30.678804 | connmgr] Registering support for 'application/vnd.rn-realmedia' INFO [2020-01-22 01:08:30.679102 | connmgr] Registering support for 'application/x-pn-realaudio' INFO [2020-01-22 01:08:30.679378 | connmgr] Registering support for 'application/x-rdt' INFO [2020-01-22 01:08:30.687373 | connmgr] Registering support for 'video/x-msvideo' INFO [2020-01-22 01:08:30.688428 | connmgr] Registering support for 'application/x-subtitle-avi' INFO [2020-01-22 01:08:30.690193 | connmgr] Registering support for 'raw/x-pcap' INFO [2020-01-22 01:08:30.692888 | connmgr] Registering support for 'video/x-flash-video' INFO [2020-01-22 01:08:30.692979 | connmgr] Registering support for 'video/x-flash-screen' INFO [2020-01-22 01:08:30.693029 | connmgr] Registering support for 'video/x-vp6-flash' INFO [2020-01-22 01:08:30.693077 | connmgr] Registering support for 'video/x-vp6-alpha' INFO [2020-01-22 01:08:30.693174 | connmgr] Registering support for 'audio/x-nellymoser' INFO [2020-01-22 01:08:30.701845 | connmgr] Registering support for 'application/x-subtitle' INFO [2020-01-22 01:08:30.701941 | connmgr] Registering support for 'application/x-subtitle-sami' INFO [2020-01-22 01:08:30.701991 | connmgr] Registering support for 'application/x-subtitle-tmplayer' INFO [2020-01-22 01:08:30.702040 | connmgr] Registering support for 'application/x-subtitle-mpl2' INFO [2020-01-22 01:08:30.702089 | connmgr] Registering support for 'application/x-subtitle-dks' INFO [2020-01-22 01:08:30.702136 | connmgr] Registering support for 'application/x-subtitle-qttext' INFO [2020-01-22 01:08:30.702184 | connmgr] Registering support for 'application/x-subtitle-lrc' INFO [2020-01-22 01:08:30.702231 | connmgr] Registering support for 'application/x-subtitle-vtt' INFO [2020-01-22 01:08:30.748937 | connmgr] Registering support for 'audio/x-midi-event' INFO [2020-01-22 01:08:30.751151 | connmgr] Registering support for 'video/x-cdxa' INFO [2020-01-22 01:08:30.773686 | connmgr] Registering support for 'application/ttml+xml' INFO [2020-01-22 01:08:30.829196 | connmgr] Registering support for 'application/dash+xml' INFO [2020-01-22 01:08:31.231677 | connmgr] Registering support for 'unknown/unknown' INFO [2020-01-22 01:08:31.232075 | connmgr] Registering support for 'audio/x-dv' INFO [2020-01-22 01:08:31.232821 | connmgr] Registering support for 'audio/x-smpte-302m' INFO [2020-01-22 01:08:31.236178 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-ape' INFO [2020-01-22 01:08:31.236974 | connmgr] Registering support for 'audio/x-vnd.sony.atrac1' INFO [2020-01-22 01:08:31.237315 | connmgr] Registering support for 'audio/x-vnd.sony.atrac3' INFO [2020-01-22 01:08:31.240746 | connmgr] Registering support for 'audio/x-dsd' INFO [2020-01-22 01:08:31.244954 | connmgr] Registering support for 'audio/x-imc' INFO [2020-01-22 01:08:31.245513 | connmgr] Registering support for 'audio/x-mace' INFO [2020-01-22 01:08:31.246364 | connmgr] Registering support for 'audio/x-mlp' INFO [2020-01-22 01:08:31.248041 | connmgr] Registering support for 'audio/x-gst-av-mp3adufloat' INFO [2020-01-22 01:08:31.248747 | connmgr] Registering support for 'audio/x-gst-av-mp3on4float' INFO [2020-01-22 01:08:31.249414 | connmgr] Registering support for 'audio/x-ffmpeg-parsed-musepack' INFO [2020-01-22 01:08:31.250869 | connmgr] Registering support for 'audio/qcelp' INFO [2020-01-22 01:08:31.251497 | connmgr] Registering support for 'audio/x-qdm2' INFO [2020-01-22 01:08:31.255354 | connmgr] Registering support for 'audio/x-shorten' INFO [2020-01-22 01:08:31.255734 | connmgr] Registering support for 'audio/x-sipro' INFO [2020-01-22 01:08:31.256722 | connmgr] Registering support for 'audio/x-true-hd' INFO [2020-01-22 01:08:31.257056 | connmgr] Registering support for 'audio/x-truespeech' INFO [2020-01-22 01:08:31.257693 | connmgr] Registering support for 'audio/x-twin-vq' INFO [2020-01-22 01:08:31.258142 | connmgr] Registering support for 'audio/x-gst-av-vmdaudio' INFO [2020-01-22 01:08:31.263058 | connmgr] Registering support for 'audio/x-wms' INFO [2020-01-22 01:08:31.263511 | connmgr] Registering support for 'audio/x-gst-av-ws_snd1' INFO [2020-01-22 01:08:31.291656 | connmgr] Registering support for 'audio/x-dpcm' INFO [2020-01-22 01:08:31.300069 | connmgr] Registering support for 'video/x-aasc' INFO [2020-01-22 01:08:31.300576 | connmgr] Registering support for 'video/x-apple-intermediate-codec' INFO [2020-01-22 01:08:31.301397 | connmgr] Registering support for 'video/x-amv' INFO [2020-01-22 01:08:31.302836 | connmgr] Registering support for 'video/x-asus' INFO [2020-01-22 01:08:31.304914 | connmgr] Registering support for 'video/x-gst-av-avs' INFO [2020-01-22 01:08:31.308921 | connmgr] Registering support for 'video/x-cavs' INFO [2020-01-22 01:08:31.310921 | connmgr] Registering support for 'video/x-cinepak' INFO [2020-01-22 01:08:31.311759 | connmgr] Registering support for 'video/x-cirrus-logic-accupak' INFO [2020-01-22 01:08:31.312885 | connmgr] Registering support for 'video/x-camstudio' INFO [2020-01-22 01:08:31.313379 | connmgr] Registering support for 'video/x-compressed-yuv' INFO [2020-01-22 01:08:31.318819 | connmgr] Registering support for 'video/x-gst-av-8bps' INFO [2020-01-22 01:08:31.320730 | connmgr] Registering support for 'video/x-ffv' INFO [2020-01-22 01:08:31.323136 | connmgr] Registering support for 'video/x-gst-av-ffvhuff' INFO [2020-01-22 01:08:31.324506 | connmgr] Registering support for 'video/x-flash-screen2' INFO [2020-01-22 01:08:31.325044 | connmgr] Registering support for 'video/x-gst-av-flic' INFO [2020-01-22 01:08:31.326121 | connmgr] Registering support for 'video/x-4xm' INFO [2020-01-22 01:08:31.326604 | connmgr] Registering support for 'video/x-fraps' INFO [2020-01-22 01:08:31.328161 | connmgr] Registering support for 'image/gst-libav-gif' INFO [2020-01-22 01:08:31.329136 | connmgr] Registering support for 'video/x-intel-h263' INFO [2020-01-22 01:08:31.339779 | connmgr] Registering support for 'video/x-gst-av-idcinvideo' INFO [2020-01-22 01:08:31.341099 | connmgr] Registering support for 'video/x-indeo' INFO [2020-01-22 01:08:31.342628 | connmgr] Registering support for 'video/x-gst-av-interplayvideo' INFO [2020-01-22 01:08:31.344771 | connmgr] Registering support for 'video/x-kmvc' INFO [2020-01-22 01:08:31.345274 | connmgr] Registering support for 'video/x-lagarith' INFO [2020-01-22 01:08:31.345764 | connmgr] Registering support for 'video/x-loco' INFO [2020-01-22 01:08:31.346980 | connmgr] Registering support for 'video/x-gst-av-mdec' INFO [2020-01-22 01:08:31.347477 | connmgr] Registering support for 'video/x-mimic' INFO [2020-01-22 01:08:31.348375 | connmgr] Registering support for 'video/x-mjpeg-b' INFO [2020-01-22 01:08:31.348914 | connmgr] Registering support for 'video/x-gst-av-mmvideo' INFO [2020-01-22 01:08:31.352771 | connmgr] Registering support for 'video/x-rle' INFO [2020-01-22 01:08:31.355219 | connmgr] Registering support for 'video/x-msvideocodec' INFO [2020-01-22 01:08:31.355742 | connmgr] Registering support for 'video/x-mszh' INFO [2020-01-22 01:08:31.357866 | connmgr] Registering support for 'video/x-nuv' INFO [2020-01-22 01:08:31.359001 | connmgr] Registering support for 'image/pbm' INFO [2020-01-22 01:08:31.360169 | connmgr] Registering support for 'video/x-gst-av-pgmyuv' INFO [2020-01-22 01:08:31.361685 | connmgr] Registering support for 'image/ppm' INFO [2020-01-22 01:08:31.364089 | connmgr] Registering support for 'video/x-qdrw' INFO [2020-01-22 01:08:31.364664 | connmgr] Registering support for 'video/x-gst-av-qpeg' INFO [2020-01-22 01:08:31.366491 | connmgr] Registering support for 'video/x-gst-av-roqvideo' INFO [2020-01-22 01:08:31.366990 | connmgr] Registering support for 'video/x-apple-video' INFO [2020-01-22 01:08:31.400514 | connmgr] Registering support for 'image/x-sgi' INFO [2020-01-22 01:08:31.402012 | connmgr] Registering support for 'video/x-smc' INFO [2020-01-22 01:08:31.408147 | connmgr] Registering support for 'video/sp5x' INFO [2020-01-22 01:08:31.412393 | connmgr] Registering support for 'video/x-truemotion' INFO [2020-01-22 01:08:31.413579 | connmgr] Registering support for 'video/x-camtasia' INFO [2020-01-22 01:08:31.414087 | connmgr] Registering support for 'video/x-tscc' INFO [2020-01-22 01:08:31.414967 | connmgr] Registering support for 'video/x-ultimotion' INFO [2020-01-22 01:08:31.417218 | connmgr] Registering support for 'video/x-ati-vcr' INFO [2020-01-22 01:08:31.417805 | connmgr] Registering support for 'video/x-gst-av-vmdvideo' INFO [2020-01-22 01:08:31.418810 | connmgr] Registering support for 'video/x-vp3' INFO [2020-01-22 01:08:31.419320 | connmgr] Registering support for 'video/x-vp5' INFO [2020-01-22 01:08:31.419820 | connmgr] Registering support for 'video/x-vp6' INFO [2020-01-22 01:08:31.422163 | connmgr] Registering support for 'video/x-gst-av-vqavideo' INFO [2020-01-22 01:08:31.425693 | connmgr] Registering support for 'video/x-gst-av-wnv1' INFO [2020-01-22 01:08:31.426211 | connmgr] Registering support for 'video/x-xan' INFO [2020-01-22 01:08:31.427700 | connmgr] Registering support for 'video/x-gst-av-xl' INFO [2020-01-22 01:08:31.429887 | connmgr] Registering support for 'video/x-zmbv' INFO [2020-01-22 01:08:31.431346 | connmgr] Registering support for 'application/x-ape' INFO [2020-01-22 01:08:31.431569 | connmgr] Registering support for 'application/x-gst-av-avs' INFO [2020-01-22 01:08:31.431769 | connmgr] Registering support for 'audio/x-bfstm' INFO [2020-01-22 01:08:31.431978 | connmgr] Registering support for 'audio/x-brstm' INFO [2020-01-22 01:08:31.432170 | connmgr] Registering support for 'application/x-gst-av-daud' INFO [2020-01-22 01:08:31.432380 | connmgr] Registering support for 'application/x-gst-av-dsf' INFO [2020-01-22 01:08:31.432609 | connmgr] Registering support for 'application/x-gst-av-ea' INFO [2020-01-22 01:08:31.432945 | connmgr] Registering support for 'image/gif' INFO [2020-01-22 01:08:31.433140 | connmgr] Registering support for 'application/gxf' INFO [2020-01-22 01:08:31.433336 | connmgr] Registering support for 'application/x-gst-av-idcin' INFO [2020-01-22 01:08:31.433539 | connmgr] Registering support for 'application/x-gst-av-ipmovie' INFO [2020-01-22 01:08:31.433730 | connmgr] Registering support for 'video/x-ivf' INFO [2020-01-22 01:08:31.433916 | connmgr] Registering support for 'application/x-gst-av-mm' INFO [2020-01-22 01:08:31.434125 | connmgr] Registering support for 'application/x-gst-av-mmf' INFO [2020-01-22 01:08:31.434356 | connmgr] Registering support for 'audio/x-musepack' INFO [2020-01-22 01:08:31.434806 | connmgr] Registering support for 'video/x-nsv' INFO [2020-01-22 01:08:31.435006 | connmgr] Registering support for 'application/x-gst-av-nut' INFO [2020-01-22 01:08:31.435211 | connmgr] Registering support for 'application/x-gst-av-nuv' INFO [2020-01-22 01:08:31.435406 | connmgr] Registering support for 'video/x-pva' INFO [2020-01-22 01:08:31.435618 | connmgr] Registering support for 'application/x-gst-av-film_cpk' INFO [2020-01-22 01:08:31.435819 | connmgr] Registering support for 'application/x-gst-av-smk' INFO [2020-01-22 01:08:31.436012 | connmgr] Registering support for 'application/x-gst-av-sol' INFO [2020-01-22 01:08:31.436204 | connmgr] Registering support for 'application/x-gst-av-psxstr' INFO [2020-01-22 01:08:31.436398 | connmgr] Registering support for 'audio/x-ttafile' INFO [2020-01-22 01:08:31.436640 | connmgr] Registering support for 'application/x-gst-av-vmd' INFO [2020-01-22 01:08:31.436969 | connmgr] Registering support for 'application/x-gst-av-wc3movie' INFO [2020-01-22 01:08:31.437180 | connmgr] Registering support for 'application/x-gst-av-wsaud' INFO [2020-01-22 01:08:31.437369 | connmgr] Registering support for 'application/x-gst-av-wsvqa' INFO [2020-01-22 01:08:31.537749 | connmgr] Registering support for 'application/x-hls' INFO [2020-01-22 01:08:31.554770 | connmgr] Registering support for 'application/x-icy' INFO [2020-01-22 01:08:31.557954 | gstreamer] Buffering disabled (--gstout-buffer-duration) INFO [2020-01-22 01:08:31.558163 | gstreamer] Set mute to off INFO [2020-01-22 01:08:31.558501 | webserver] Provide /upnp/grender-64x64.png (image/png) from /usr/local/share/gmediarender/grender-64x64.png ERROR [2020-01-22 01:08:31.558576 | webserver] Could not stat '/usr/local/share/gmediarender/grender-64x64.png': No such file or directory INFO [2020-01-22 01:08:31.558621 | webserver] Provide /upnp/grender-128x128.png (image/png) from /usr/local/share/gmediarender/grender-128x128.png ERROR [2020-01-22 01:08:31.558668 | webserver] Could not stat '/usr/local/share/gmediarender/grender-128x128.png': No such file or directory INFO [2020-01-22 01:08:31.560251 | webserver] Provide /upnp/rendertransportSCPD.xml (text/xml) from buffer INFO [2020-01-22 01:08:31.560673 | webserver] Provide /upnp/renderconnmgrSCPD.xml (text/xml) from buffer INFO [2020-01-22 01:08:31.561762 | webserver] Provide /upnp/rendercontrolSCPD.xml (text/xml) from buffer ERROR [2020-01-22 01:08:32.563065 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (59s) ERROR [2020-01-22 01:08:33.565603 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (58s) ERROR [2020-01-22 01:08:34.568190 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (57s) ERROR [2020-01-22 01:08:35.570700 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (56s) ERROR [2020-01-22 01:08:36.573181 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (55s) ERROR [2020-01-22 01:08:37.575637 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (54s) ERROR [2020-01-22 01:08:38.577936 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (53s) ERROR [2020-01-22 01:08:39.580092 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (52s) ERROR [2020-01-22 01:08:40.582448 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (51s) ERROR [2020-01-22 01:08:41.584781 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (50s) ERROR [2020-01-22 01:08:42.586923 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (49s) ERROR [2020-01-22 01:08:43.589229 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (48s) ERROR [2020-01-22 01:08:44.591573 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (47s) ERROR [2020-01-22 01:08:45.593827 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (46s) ERROR [2020-01-22 01:08:46.596013 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (45s) ERROR [2020-01-22 01:08:47.598516 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (44s) ERROR [2020-01-22 01:08:48.601223 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (43s) ERROR [2020-01-22 01:08:49.604129 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (42s) ERROR [2020-01-22 01:08:50.607021 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (41s) ERROR [2020-01-22 01:08:51.609950 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (40s) ERROR [2020-01-22 01:08:52.612827 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (39s) ERROR [2020-01-22 01:08:53.615768 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (38s) ERROR [2020-01-22 01:08:54.618570 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (37s) ERROR [2020-01-22 01:08:55.621440 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (36s) ERROR [2020-01-22 01:08:56.624300 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (35s) ERROR [2020-01-22 01:08:57.627022 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (34s) ERROR [2020-01-22 01:08:58.629896 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (33s) ERROR [2020-01-22 01:08:59.632749 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (32s) ERROR [2020-01-22 01:09:00.635601 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (31s) ERROR [2020-01-22 01:09:01.638387 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (30s) ERROR [2020-01-22 01:09:02.641267 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (29s) ERROR [2020-01-22 01:09:03.644228 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (28s) ERROR [2020-01-22 01:09:04.647123 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (27s) ERROR [2020-01-22 01:09:05.650002 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (26s) ERROR [2020-01-22 01:09:06.652923 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (25s) ERROR [2020-01-22 01:09:07.655805 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (24s) ERROR [2020-01-22 01:09:08.658542 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (23s) ERROR [2020-01-22 01:09:09.661422 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (22s) ERROR [2020-01-22 01:09:10.664318 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (21s) ERROR [2020-01-22 01:09:11.667164 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (20s) ERROR [2020-01-22 01:09:12.670075 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (19s) ERROR [2020-01-22 01:09:13.672945 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (18s) ERROR [2020-01-22 01:09:14.675759 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (17s) ERROR [2020-01-22 01:09:15.678680 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (16s) ERROR [2020-01-22 01:09:16.681451 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (15s) ERROR [2020-01-22 01:09:17.684364 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (14s) ERROR [2020-01-22 01:09:18.687248 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (13s) ERROR [2020-01-22 01:09:19.690152 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (12s) ERROR [2020-01-22 01:09:20.693075 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (11s) ERROR [2020-01-22 01:09:21.696151 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (10s) ERROR [2020-01-22 01:09:22.699053 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (9s) ERROR [2020-01-22 01:09:23.701847 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (8s) ERROR [2020-01-22 01:09:24.704631 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (7s) ERROR [2020-01-22 01:09:25.707390 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (6s) ERROR [2020-01-22 01:09:26.710363 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (5s) ERROR [2020-01-22 01:09:27.713026 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (4s) ERROR [2020-01-22 01:09:28.715736 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (3s) ERROR [2020-01-22 01:09:29.716849 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (2s) ERROR [2020-01-22 01:09:30.719388 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (1s) ERROR [2020-01-22 01:09:31.721622 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Retrying... (0s) ERROR [2020-01-22 01:09:31.723737 | upnp] UpnpInit(ip=192.168.1.26, port=49494) Error: UPNP_E_SOCKET_BIND (-203). Giving up. ERROR [2020-01-22 01:09:31.723822 | main] ERROR: Failed to initialize UPnP device root@DietPi:~#
@kikigarel Note that you must stop the service before you can manually execute the binary (running gmrender in foreground then), else the UPnP device is blocked by the service. Executing it manually is to find out if there is a permission issue. After stopping the service and running the first command, are you able to stream music then?
janv. 22 00:32:23 DietPi gmediarender[745]: ERROR [2020-01-22 00:32:23.879318 | upnp] Unknown action 'SetPlayMode' for service 'urn:upnp-org:serviceId:AVTransport'
...
janv. 22 00:32:24 DietPi gmediarender[745]: ERROR [2020-01-22 00:32:24.252240 | gstreamer] sink: Error: Could not open audio device for playback. (Debug: gstalsasink.c(865): gst_alsasink_open (): /GstAlsaSink:sink:
janv. 22 00:32:24 DietPi gmediarender[745]: Playback open error on device 'sysdefault': No such file or directory)
janv. 22 00:32:24 DietPi gmediarender[745]: ERROR [2020-01-22 00:32:24.252310 | gstreamer] setting play state failed (2)
janv. 22 00:32:24 DietPi gmediarender[745]: ERROR [2020-01-22 00:32:24.252358 | upnp] upnp_set_error: Playing failed
@MichaIng
No, after running the first command Dietpi is no longer detected (I get a "Peripheral not connected" message in Audirvana)
Same thing with the second command (without restarting the service)
@kikigarel Note that you need to keep the command running (no ctrl+c or such) while testing. Since the command is just a copy&paste from the service file is must work just the same as when running the service. And please assure that the service is stopped:
systemctl stop gmrender
killall -w gmediarender
Btw is it onboard sound? Did you configure it via dietpi-config? Please also paste:
cat /etc/asound.conf
aplay -l
@kikigarel Note that you need to keep the command running (no ctrl+c or such) while testing. Since the command is just a copy&paste from the service file is must work just the same as when running the service. And please assure that the service is stopped:
systemctl stop gmrender killall -w gmediarender
Yes it was stopped
Btw is it onboard sound? Did you configure it via dietpi-config?
I'm not sure I understand what you mean. I'm trying the play a file from Audirvana to the DAC via the RPi/Dietpi. Yes, the DAC is detected and configured as sound card in Dietpi-Config.
Please also paste:
cat /etc/asound.conf aplay -l
There you go:
root@DietPi:~# cat /etc/asound.conf pcm.!default { type hw card 1 device 0 }
ctl.!default { type hw card 1 } root@DietPi:~#
root@DietPi:~# aplay -l Liste des Périphériques Matériels PLAYBACK carte 1: UD503 [UD-503], périphérique 0: USB Audio [USB Audio] Sous-périphériques: 1/1 Sous-périphérique #0: subdevice #0 root@DietPi:~#
Hi @MichaIng,
I confirm the service was stopped while running the command. And I couldn't play music while the command was running, or after. Please find below the journal:
root@DietPi:~# systemctl stop gmrender
root@DietPi:~# killall -w gmediarender
gmediarender: aucun processus trouvé
root@DietPi:~# /usr/local/bin/gmediarender -u b56c9bf7-dc42-42f1-811f-d1def6a26e 5a -f DietPi --gstout-audiosink=alsasink --gstout-audiodevice=sysdefault --gstou t-initial-volume-db=-1 --logfile=stdout -I 192.168.1.26
INFO [2020-01-22 21:52:45.097216 | main] gmediarender 0.0.8 log started [ gmedi arender 0.0.8 (libupnp-1.8.4; glib-2.58.3; gstreamer-1.14.4) ]
INFO [2020-01-22 21:52:45.097330 | output] Using output module: gst (GStreamer multimedia framework)
INFO [2020-01-22 21:52:45.101862 | connmgr] Registering support for 'applicatio n/x-apetag'
INFO [2020-01-22 21:52:45.101955 | connmgr] Registering support for 'audio/*'
INFO [2020-01-22 21:52:45.103280 | connmgr] Registering support for 'video/x-ra w'
INFO [2020-01-22 21:52:45.104873 | connmgr] Registering support for 'applicatio n/x-yuv4mpeg'
INFO [2020-01-22 21:52:45.107950 | connmgr] Registering support for 'audio/x-ra w'
INFO [2020-01-22 21:52:45.150591 | connmgr] Registering support for 'applicatio n/x-rtp'
INFO [2020-01-22 21:52:45.150680 | connmgr] Registering support for 'applicatio n/x-rtcp'
INFO [2020-01-22 21:52:45.151016 | connmgr] Registering support for 'applicatio n/x-srtp'
INFO [2020-01-22 21:52:45.151106 | connmgr] Registering support for 'applicatio n/x-srtcp'
INFO [2020-01-22 21:52:45.156340 | connmgr] Registering support for 'audio/x-ma troska'
INFO [2020-01-22 21:52:45.156427 | connmgr] Registering support for 'video/x-ma troska'
INFO [2020-01-22 21:52:45.156470 | connmgr] Registering support for 'video/x-ma troska-3d'
INFO [2020-01-22 21:52:45.156535 | connmgr] Registering support for 'audio/webm '
INFO [2020-01-22 21:52:45.156587 | connmgr] Registering support for 'video/webm '
INFO [2020-01-22 21:52:45.157449 | connmgr] Registering support for 'video/mpeg '
INFO [2020-01-22 21:52:45.157513 | connmgr] Registering support for 'video/x-h2 64'
INFO [2020-01-22 21:52:45.157571 | connmgr] Registering support for 'video/x-h2 65'
INFO [2020-01-22 21:52:45.157626 | connmgr] Registering support for 'video/x-di vx'
INFO [2020-01-22 21:52:45.157688 | connmgr] Registering support for 'video/x-hu ffyuv'
INFO [2020-01-22 21:52:45.157743 | connmgr] Registering support for 'video/x-dv '
INFO [2020-01-22 21:52:45.157802 | connmgr] Registering support for 'video/x-h2 63'
INFO [2020-01-22 21:52:45.157851 | connmgr] Registering support for 'video/x-ms mpeg'
INFO [2020-01-22 21:52:45.157903 | connmgr] Registering support for 'image/jpeg '
INFO [2020-01-22 21:52:45.157962 | connmgr] Registering support for 'video/x-th eora'
INFO [2020-01-22 21:52:45.158005 | connmgr] Registering support for 'video/x-di rac'
INFO [2020-01-22 21:52:45.158148 | connmgr] Registering support for 'video/x-pn -realvideo'
INFO [2020-01-22 21:52:45.158199 | connmgr] Registering support for 'video/x-vp 8'
INFO [2020-01-22 21:52:45.158288 | connmgr] Registering support for 'video/x-vp 9'
INFO [2020-01-22 21:52:45.158340 | connmgr] Registering support for 'video/x-pr ores'
INFO [2020-01-22 21:52:45.158416 | connmgr] Registering support for 'video/x-wm v'
INFO [2020-01-22 21:52:45.158489 | connmgr] Registering support for 'audio/mpeg '
INFO [2020-01-22 21:52:45.158538 | connmgr] Registering support for 'audio/x-mp eg'
INFO [2020-01-22 21:52:45.158593 | connmgr] Registering support for 'audio/x-sc pls'
INFO [2020-01-22 21:52:45.158666 | connmgr] Registering support for 'audio/L16; rate=44100;channels=2'
INFO [2020-01-22 21:52:45.158751 | connmgr] Registering support for 'audio/x-ac 3'
INFO [2020-01-22 21:52:45.158814 | connmgr] Registering support for 'audio/x-ea c3'
INFO [2020-01-22 21:52:45.158863 | connmgr] Registering support for 'audio/x-dt s'
INFO [2020-01-22 21:52:45.158936 | connmgr] Registering support for 'audio/x-vo rbis'
INFO [2020-01-22 21:52:45.159015 | connmgr] Registering support for 'audio/x-fl ac'
INFO [2020-01-22 21:52:45.159076 | connmgr] Registering support for 'audio/x-op us'
INFO [2020-01-22 21:52:45.159138 | connmgr] Registering support for 'audio/x-sp eex'
INFO [2020-01-22 21:52:45.159212 | connmgr] Registering support for 'audio/x-tt a'
INFO [2020-01-22 21:52:45.159277 | connmgr] Registering support for 'audio/x-pn -realaudio'
INFO [2020-01-22 21:52:45.159325 | connmgr] Registering support for 'audio/x-wm a'
INFO [2020-01-22 21:52:45.159403 | connmgr] Registering support for 'audio/x-al aw'
INFO [2020-01-22 21:52:45.159481 | connmgr] Registering support for 'audio/x-mu law'
INFO [2020-01-22 21:52:45.159535 | connmgr] Registering support for 'audio/x-ad pcm'
INFO [2020-01-22 21:52:45.159588 | connmgr] Registering support for 'audio/G722 '
INFO [2020-01-22 21:52:45.159696 | connmgr] Registering support for 'subtitle/x -kate'
INFO [2020-01-22 21:52:45.159774 | connmgr] Registering support for 'text/x-raw '
INFO [2020-01-22 21:52:45.159834 | connmgr] Registering support for 'applicatio n/x-ssa'
INFO [2020-01-22 21:52:45.159883 | connmgr] Registering support for 'applicatio n/x-ass'
INFO [2020-01-22 21:52:45.159932 | connmgr] Registering support for 'applicatio n/x-usf'
INFO [2020-01-22 21:52:45.160008 | connmgr] Registering support for 'subpicture /x-dvd'
INFO [2020-01-22 21:52:45.160108 | connmgr] Registering support for 'applicatio n/x-subtitle-unknown'
INFO [2020-01-22 21:52:45.160431 | connmgr] Registering support for 'video/x-av 1'
INFO [2020-01-22 21:52:45.161826 | connmgr] Registering support for 'audio/x-ai ff'
INFO [2020-01-22 21:52:45.161908 | connmgr] Registering support for 'audio/aiff '
INFO [2020-01-22 21:52:45.165260 | connmgr] Registering support for 'video/x-vm nc'
INFO [2020-01-22 21:52:45.183212 | connmgr] Registering support for 'image/x-po rtable-bitmap'
INFO [2020-01-22 21:52:45.183314 | connmgr] Registering support for 'image/x-po rtable-graymap'
INFO [2020-01-22 21:52:45.183360 | connmgr] Registering support for 'image/x-po rtable-pixmap'
INFO [2020-01-22 21:52:45.183434 | connmgr] Registering support for 'image/x-po rtable-anymap'
INFO [2020-01-22 21:52:45.185420 | connmgr] Registering support for 'applicatio n/sdp'
INFO [2020-01-22 21:52:45.203526 | connmgr] Registering support for 'audio/x-pr ivate1-dts'
INFO [2020-01-22 21:52:45.210993 | connmgr] Registering support for 'image/svg+ xml'
INFO [2020-01-22 21:52:45.211082 | connmgr] Registering support for 'image/svg'
INFO [2020-01-22 21:52:45.211128 | connmgr] Registering support for 'text/plain '
INFO [2020-01-22 21:52:45.243454 | connmgr] Registering support for 'video/x-ms -asf'
INFO [2020-01-22 21:52:45.246380 | connmgr] Registering support for 'applicatio n/mxf'
INFO [2020-01-22 21:52:45.247049 | connmgr] Registering support for 'image/x-jp c'
INFO [2020-01-22 21:52:45.247344 | connmgr] Registering support for 'video/x-dn xhd'
INFO [2020-01-22 21:52:45.250421 | connmgr] Registering support for 'image/png'
INFO [2020-01-22 21:52:45.264604 | connmgr] Registering support for 'applicatio n/x-id3'
INFO [2020-01-22 21:52:45.267373 | connmgr] Registering support for 'applicatio n/x-teletext'
INFO [2020-01-22 21:52:45.268402 | connmgr] Registering support for 'video/mpeg ts'
INFO [2020-01-22 21:52:45.273164 | connmgr] Registering support for 'audio/x-ay '
INFO [2020-01-22 21:52:45.273503 | connmgr] Registering support for 'audio/x-gb s'
INFO [2020-01-22 21:52:45.273778 | connmgr] Registering support for 'audio/x-gy m'
INFO [2020-01-22 21:52:45.274015 | connmgr] Registering support for 'audio/x-he s'
INFO [2020-01-22 21:52:45.274253 | connmgr] Registering support for 'audio/x-ks s'
INFO [2020-01-22 21:52:45.274500 | connmgr] Registering support for 'audio/x-ns f'
INFO [2020-01-22 21:52:45.274732 | connmgr] Registering support for 'audio/x-sa p'
INFO [2020-01-22 21:52:45.274993 | connmgr] Registering support for 'audio/x-sp c'
INFO [2020-01-22 21:52:45.275230 | connmgr] Registering support for 'audio/x-vg m'
INFO [2020-01-22 21:52:45.301594 | connmgr] Registering support for 'applicatio n/x-kate'
INFO [2020-01-22 21:52:45.303901 | connmgr] Registering support for 'audio/x-gs m'
INFO [2020-01-22 21:52:45.304245 | connmgr] Registering support for 'audio/ms-g sm'
INFO [2020-01-22 21:52:45.312261 | connmgr] Registering support for 'audio/x-ir cam'
INFO [2020-01-22 21:52:45.312609 | connmgr] Registering support for 'audio/x-ni st'
INFO [2020-01-22 21:52:45.312836 | connmgr] Registering support for 'audio/x-pa ris'
INFO [2020-01-22 21:52:45.313131 | connmgr] Registering support for 'audio/x-rf 64'
INFO [2020-01-22 21:52:45.313371 | connmgr] Registering support for 'audio/x-sd s'
INFO [2020-01-22 21:52:45.313591 | connmgr] Registering support for 'audio/x-sv x'
INFO [2020-01-22 21:52:45.313844 | connmgr] Registering support for 'audio/x-vo c'
INFO [2020-01-22 21:52:45.314074 | connmgr] Registering support for 'audio/x-w6 4'
INFO [2020-01-22 21:52:45.314325 | connmgr] Registering support for 'audio/x-xi '
INFO [2020-01-22 21:52:45.321683 | connmgr] Registering support for 'video/x-ba yer'
INFO [2020-01-22 21:52:45.322075 | connmgr] Registering support for 'video/x-pw c1'
INFO [2020-01-22 21:52:45.322320 | connmgr] Registering support for 'video/x-pw c2'
INFO [2020-01-22 21:52:45.322574 | connmgr] Registering support for 'video/x-so nix'
INFO [2020-01-22 21:52:45.339092 | connmgr] Registering support for 'audio/midi '
INFO [2020-01-22 21:52:45.339470 | connmgr] Registering support for 'audio/riff -midi'
INFO [2020-01-22 21:52:45.342750 | connmgr] Registering support for 'audio/x-pr ivate1-lpcm'
INFO [2020-01-22 21:52:45.343098 | connmgr] Registering support for 'audio/x-pr ivate2-lpcm'
INFO [2020-01-22 21:52:45.343325 | connmgr] Registering support for 'audio/x-pr ivate-ts-lpcm'
INFO [2020-01-22 21:52:45.343627 | connmgr] Registering support for 'audio/x-lp cm'
INFO [2020-01-22 21:52:45.368977 | connmgr] Registering support for 'applicatio n/ogg'
INFO [2020-01-22 21:52:45.369325 | connmgr] Registering support for 'audio/ogg'
INFO [2020-01-22 21:52:45.369597 | connmgr] Registering support for 'video/ogg'
INFO [2020-01-22 21:52:45.369851 | connmgr] Registering support for 'applicatio n/kate'
INFO [2020-01-22 21:52:45.370461 | connmgr] Registering support for 'applicatio n/x-ogm-video'
INFO [2020-01-22 21:52:45.370747 | connmgr] Registering support for 'video/x-sm oke'
INFO [2020-01-22 21:52:45.371003 | connmgr] Registering support for 'video/x-da ala'
INFO [2020-01-22 21:52:45.371253 | connmgr] Registering support for 'audio/x-ce lt'
INFO [2020-01-22 21:52:45.371502 | connmgr] Registering support for 'applicatio n/x-ogm-audio'
INFO [2020-01-22 21:52:45.371729 | connmgr] Registering support for 'text/x-cmm l'
INFO [2020-01-22 21:52:45.373045 | connmgr] Registering support for 'applicatio n/x-ogm-text'
INFO [2020-01-22 21:52:45.373583 | connmgr] Registering support for 'applicatio n/x-ogg-avi'
INFO [2020-01-22 21:52:45.375657 | connmgr] Registering support for 'audio/x-am r-nb-sh'
INFO [2020-01-22 21:52:45.375995 | connmgr] Registering support for 'audio/x-am r-wb-sh'
INFO [2020-01-22 21:52:45.376474 | connmgr] Registering support for 'audio/ac3'
INFO [2020-01-22 21:52:45.376731 | connmgr] Registering support for 'audio/x-pr ivate1-ac3'
INFO [2020-01-22 21:52:45.377686 | connmgr] Registering support for 'audio/x-sb c'
INFO [2020-01-22 21:52:45.378181 | connmgr] Registering support for 'audio/x-wa vpack'
INFO [2020-01-22 21:52:45.383361 | connmgr] Registering support for 'audio/AMR- WB'
INFO [2020-01-22 21:52:45.393534 | connmgr] Registering support for 'audio/x-wa v'
INFO [2020-01-22 21:52:45.402079 | connmgr] Registering support for 'video/x-fl v'
INFO [2020-01-22 21:52:45.407948 | connmgr] Registering support for 'audio/x-mo d'
INFO [2020-01-22 21:52:45.408284 | connmgr] Registering support for 'audio/x-xm '
INFO [2020-01-22 21:52:45.408562 | connmgr] Registering support for 'audio/x-it '
INFO [2020-01-22 21:52:45.408812 | connmgr] Registering support for 'audio/x-s3 m'
INFO [2020-01-22 21:52:45.409035 | connmgr] Registering support for 'audio/x-st m'
INFO [2020-01-22 21:52:45.428684 | connmgr] Registering support for 'audio/x-si d'
INFO [2020-01-22 21:52:45.438613 | connmgr] Registering support for 'audio/x-au '
INFO [2020-01-22 21:52:45.442573 | connmgr] Registering support for 'applicatio n/x-gdp'
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.465: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.465: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.466: gst_element_link_pads_ full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.466: gst_element_get_static _pad: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.466: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.467: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.467: gst_element_link_pads_ full: assertion 'GST_IS_ELEMENT (src)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.467: gst_element_get_static _pad: assertion 'GST_IS_ELEMENT (element)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.467: gst_element_link_pads_ full: assertion 'GST_IS_ELEMENT (dest)' failed
(gmediarender:1194): GStreamer-CRITICAL **: 21:52:45.467:
Trying to dispose object "mixer", but it still has a parent "(null)".
You need to let the parent manage the object instead of unreffing the object dir ectly.
INFO [2020-01-22 21:52:45.475025 | connmgr] Registering support for 'subpicture /x-dvb'
INFO [2020-01-22 21:52:45.509902 | connmgr] Registering support for 'video/x-fl i'
INFO [2020-01-22 21:52:45.513114 | connmgr] Registering support for 'audio/x-si ren'
** (gmediarender:1194): CRITICAL **: 21:52:46.860: file gstdtlsagent.c: line 192 (gst_dtls_agent_init): should not be reached
** (gmediarender:1194): CRITICAL **: 21:52:46.860: gst_dtls_agent_set_property: assertion 'self->priv->ssl_context' failed
INFO [2020-01-22 21:52:46.860559 | connmgr] Registering support for 'applicatio n/x-dtls'
INFO [2020-01-22 21:52:46.873578 | connmgr] Registering support for 'image/jp2'
INFO [2020-01-22 21:52:46.873624 | connmgr] Registering support for 'image/x-j2 c'
INFO [2020-01-22 21:52:46.878177 | connmgr] Registering support for 'image/webp '
INFO [2020-01-22 21:52:46.891129 | connmgr] Registering support for 'audio/x-un aligned-raw'
INFO [2020-01-22 21:52:46.891668 | connmgr] Registering support for 'video/x-un aligned-raw'
INFO [2020-01-22 21:52:46.893636 | connmgr] Registering support for 'image/x-ic on'
INFO [2020-01-22 21:52:46.893681 | connmgr] Registering support for 'applicatio n/x-navi-animation'
INFO [2020-01-22 21:52:46.893724 | connmgr] Registering support for 'image/x-cm u-raster'
INFO [2020-01-22 21:52:46.893746 | connmgr] Registering support for 'image/x-su n-raster'
INFO [2020-01-22 21:52:46.893767 | connmgr] Registering support for 'image/x-pi xmap'
INFO [2020-01-22 21:52:46.893788 | connmgr] Registering support for 'image/tiff '
INFO [2020-01-22 21:52:46.893816 | connmgr] Registering support for 'image/bmp'
INFO [2020-01-22 21:52:46.893836 | connmgr] Registering support for 'image/x-bm p'
INFO [2020-01-22 21:52:46.893857 | connmgr] Registering support for 'image/x-MS -bmp'
INFO [2020-01-22 21:52:46.893887 | connmgr] Registering support for 'image/vnd. wap.wbmp'
INFO [2020-01-22 21:52:46.893908 | connmgr] Registering support for 'image/x-bi tmap'
INFO [2020-01-22 21:52:46.893928 | connmgr] Registering support for 'image/x-tg a'
INFO [2020-01-22 21:52:46.893948 | connmgr] Registering support for 'image/x-pc x'
INFO [2020-01-22 21:52:46.896279 | connmgr] Registering support for 'subpicture /x-pgs'
INFO [2020-01-22 21:52:46.922048 | connmgr] Registering support for 'image/x-ex r'
INFO [2020-01-22 21:52:46.923863 | connmgr] Registering support for 'applicatio n/x-bzip'
INFO [2020-01-22 21:52:46.931779 | connmgr] Registering support for 'video/quic ktime'
INFO [2020-01-22 21:52:46.931824 | connmgr] Registering support for 'video/mj2'
INFO [2020-01-22 21:52:46.931853 | connmgr] Registering support for 'audio/x-m4 a'
INFO [2020-01-22 21:52:46.931888 | connmgr] Registering support for 'audio/m4a'
INFO [2020-01-22 21:52:46.931911 | connmgr] Registering support for 'audio/mp4'
INFO [2020-01-22 21:52:46.931934 | connmgr] Registering support for 'applicatio n/x-3gp'
INFO [2020-01-22 21:52:46.932743 | connmgr] Registering support for 'audio/AMR'
INFO [2020-01-22 21:52:46.932784 | connmgr] Registering support for 'audio/x-al ac'
INFO [2020-01-22 21:52:46.932807 | connmgr] Registering support for 'audio/alac '
INFO [2020-01-22 21:52:46.932854 | connmgr] Registering support for 'video/x-ci neform'
INFO [2020-01-22 21:52:46.932886 | connmgr] Registering support for 'video/x-sv q'
INFO [2020-01-22 21:52:46.932925 | connmgr] Registering support for 'video/x-qt -part'
INFO [2020-01-22 21:52:46.933763 | connmgr] Registering support for 'video/x-mp 4-part'
INFO [2020-01-22 21:52:46.938609 | connmgr] Registering support for 'audio/x-bv '
INFO [2020-01-22 21:52:46.939664 | connmgr] Registering support for 'audio/x-iL BC'
INFO [2020-01-22 21:52:46.940399 | connmgr] Registering support for 'audio/G723 '
INFO [2020-01-22 21:52:46.941070 | connmgr] Registering support for 'audio/G729 '
INFO [2020-01-22 21:52:46.943296 | connmgr] Registering support for 'video/x-h2 61'
INFO [2020-01-22 21:52:46.945381 | connmgr] Registering support for 'video/x-jp eg'
INFO [2020-01-22 21:52:46.945711 | connmgr] Registering support for 'meta/x-klv '
INFO [2020-01-22 21:52:46.950885 | connmgr] Registering support for 'applicatio n/x-rtp-stream'
INFO [2020-01-22 21:52:46.950929 | connmgr] Registering support for 'applicatio n/x-rtcp-stream'
INFO [2020-01-22 21:52:46.950954 | connmgr] Registering support for 'applicatio n/x-srtp-stream'
INFO [2020-01-22 21:52:46.950979 | connmgr] Registering support for 'applicatio n/x-srtcp-stream'
INFO [2020-01-22 21:52:46.955005 | connmgr] Registering support for 'applicatio n/vnd.ms-sstr+xml'
INFO [2020-01-22 21:52:46.963896 | connmgr] Registering support for 'multipart/ x-mixed-replace'
INFO [2020-01-22 21:52:46.981603 | connmgr] Registering support for 'applicatio n/vnd.rn-realmedia'
INFO [2020-01-22 21:52:46.981842 | connmgr] Registering support for 'applicatio n/x-pn-realaudio'
INFO [2020-01-22 21:52:46.982075 | connmgr] Registering support for 'applicatio n/x-rdt'
INFO [2020-01-22 21:52:46.989861 | connmgr] Registering support for 'video/x-ms video'
INFO [2020-01-22 21:52:46.990800 | connmgr] Registering support for 'applicatio n/x-subtitle-avi'
INFO [2020-01-22 21:52:46.992502 | connmgr] Registering support for 'raw/x-pcap '
INFO [2020-01-22 21:52:46.995121 | connmgr] Registering support for 'video/x-fl ash-video'
INFO [2020-01-22 21:52:46.995168 | connmgr] Registering support for 'video/x-fl ash-screen'
INFO [2020-01-22 21:52:46.995197 | connmgr] Registering support for 'video/x-vp 6-flash'
INFO [2020-01-22 21:52:46.995222 | connmgr] Registering support for 'video/x-vp 6-alpha'
INFO [2020-01-22 21:52:46.995296 | connmgr] Registering support for 'audio/x-ne llymoser'
INFO [2020-01-22 21:52:47.003710 | connmgr] Registering support for 'applicatio n/x-subtitle'
INFO [2020-01-22 21:52:47.003760 | connmgr] Registering support for 'applicatio n/x-subtitle-sami'
INFO [2020-01-22 21:52:47.003790 | connmgr] Registering support for 'applicatio n/x-subtitle-tmplayer'
INFO [2020-01-22 21:52:47.003816 | connmgr] Registering support for 'applicatio n/x-subtitle-mpl2'
INFO [2020-01-22 21:52:47.003841 | connmgr] Registering support for 'applicatio n/x-subtitle-dks'
INFO [2020-01-22 21:52:47.003866 | connmgr] Registering support for 'applicatio n/x-subtitle-qttext'
INFO [2020-01-22 21:52:47.003890 | connmgr] Registering support for 'applicatio n/x-subtitle-lrc'
INFO [2020-01-22 21:52:47.003914 | connmgr] Registering support for 'applicatio n/x-subtitle-vtt'
INFO [2020-01-22 21:52:47.050196 | connmgr] Registering support for 'audio/x-mi di-event'
INFO [2020-01-22 21:52:47.052351 | connmgr] Registering support for 'video/x-cd xa'
INFO [2020-01-22 21:52:47.074501 | connmgr] Registering support for 'applicatio n/ttml+xml'
INFO [2020-01-22 21:52:47.131493 | connmgr] Registering support for 'applicatio n/dash+xml'
INFO [2020-01-22 21:52:47.532636 | connmgr] Registering support for 'unknown/un known'
INFO [2020-01-22 21:52:47.532967 | connmgr] Registering support for 'audio/x-dv '
INFO [2020-01-22 21:52:47.533644 | connmgr] Registering support for 'audio/x-sm pte-302m'
INFO [2020-01-22 21:52:47.536900 | connmgr] Registering support for 'audio/x-ff mpeg-parsed-ape'
INFO [2020-01-22 21:52:47.537649 | connmgr] Registering support for 'audio/x-vn d.sony.atrac1'
INFO [2020-01-22 21:52:47.537925 | connmgr] Registering support for 'audio/x-vn d.sony.atrac3'
INFO [2020-01-22 21:52:47.541178 | connmgr] Registering support for 'audio/x-ds d'
INFO [2020-01-22 21:52:47.545305 | connmgr] Registering support for 'audio/x-im c'
INFO [2020-01-22 21:52:47.545790 | connmgr] Registering support for 'audio/x-ma ce'
INFO [2020-01-22 21:52:47.546560 | connmgr] Registering support for 'audio/x-ml p'
INFO [2020-01-22 21:52:47.548125 | connmgr] Registering support for 'audio/x-gs t-av-mp3adufloat'
INFO [2020-01-22 21:52:47.548773 | connmgr] Registering support for 'audio/x-gs t-av-mp3on4float'
INFO [2020-01-22 21:52:47.549370 | connmgr] Registering support for 'audio/x-ff mpeg-parsed-musepack'
INFO [2020-01-22 21:52:47.550789 | connmgr] Registering support for 'audio/qcel p'
INFO [2020-01-22 21:52:47.551363 | connmgr] Registering support for 'audio/x-qd m2'
INFO [2020-01-22 21:52:47.555163 | connmgr] Registering support for 'audio/x-sh orten'
INFO [2020-01-22 21:52:47.555476 | connmgr] Registering support for 'audio/x-si pro'
INFO [2020-01-22 21:52:47.556366 | connmgr] Registering support for 'audio/x-tr ue-hd'
INFO [2020-01-22 21:52:47.556646 | connmgr] Registering support for 'audio/x-tr uespeech'
INFO [2020-01-22 21:52:47.557205 | connmgr] Registering support for 'audio/x-tw in-vq'
INFO [2020-01-22 21:52:47.557590 | connmgr] Registering support for 'audio/x-gs t-av-vmdaudio'
INFO [2020-01-22 21:52:47.562483 | connmgr] Registering support for 'audio/x-wm s'
INFO [2020-01-22 21:52:47.562872 | connmgr] Registering support for 'audio/x-gs t-av-ws_snd1'
INFO [2020-01-22 21:52:47.590903 | connmgr] Registering support for 'audio/x-dp cm'
INFO [2020-01-22 21:52:47.599244 | connmgr] Registering support for 'video/x-aa sc'
INFO [2020-01-22 21:52:47.599702 | connmgr] Registering support for 'video/x-ap ple-intermediate-codec'
INFO [2020-01-22 21:52:47.600463 | connmgr] Registering support for 'video/x-am v'
INFO [2020-01-22 21:52:47.601840 | connmgr] Registering support for 'video/x-as us'
INFO [2020-01-22 21:52:47.603884 | connmgr] Registering support for 'video/x-gs t-av-avs'
INFO [2020-01-22 21:52:47.607756 | connmgr] Registering support for 'video/x-ca vs'
INFO [2020-01-22 21:52:47.609721 | connmgr] Registering support for 'video/x-ci nepak'
INFO [2020-01-22 21:52:47.610467 | connmgr] Registering support for 'video/x-ci rrus-logic-accupak'
INFO [2020-01-22 21:52:47.611531 | connmgr] Registering support for 'video/x-ca mstudio'
INFO [2020-01-22 21:52:47.611949 | connmgr] Registering support for 'video/x-co mpressed-yuv'
INFO [2020-01-22 21:52:47.617247 | connmgr] Registering support for 'video/x-gs t-av-8bps'
INFO [2020-01-22 21:52:47.619062 | connmgr] Registering support for 'video/x-ff v'
INFO [2020-01-22 21:52:47.621415 | connmgr] Registering support for 'video/x-gs t-av-ffvhuff'
INFO [2020-01-22 21:52:47.622720 | connmgr] Registering support for 'video/x-fl ash-screen2'
INFO [2020-01-22 21:52:47.623208 | connmgr] Registering support for 'video/x-gs t-av-flic'
INFO [2020-01-22 21:52:47.624197 | connmgr] Registering support for 'video/x-4x m'
INFO [2020-01-22 21:52:47.624633 | connmgr] Registering support for 'video/x-fr aps'
INFO [2020-01-22 21:52:47.626083 | connmgr] Registering support for 'image/gst- libav-gif'
INFO [2020-01-22 21:52:47.627013 | connmgr] Registering support for 'video/x-in tel-h263'
INFO [2020-01-22 21:52:47.637439 | connmgr] Registering support for 'video/x-gs t-av-idcinvideo'
INFO [2020-01-22 21:52:47.638705 | connmgr] Registering support for 'video/x-in deo'
INFO [2020-01-22 21:52:47.640143 | connmgr] Registering support for 'video/x-gs t-av-interplayvideo'
INFO [2020-01-22 21:52:47.642188 | connmgr] Registering support for 'video/x-km vc'
INFO [2020-01-22 21:52:47.642629 | connmgr] Registering support for 'video/x-la garith'
INFO [2020-01-22 21:52:47.643066 | connmgr] Registering support for 'video/x-lo co'
INFO [2020-01-22 21:52:47.644212 | connmgr] Registering support for 'video/x-gs t-av-mdec'
INFO [2020-01-22 21:52:47.644640 | connmgr] Registering support for 'video/x-mi mic'
INFO [2020-01-22 21:52:47.645483 | connmgr] Registering support for 'video/x-mj peg-b'
INFO [2020-01-22 21:52:47.645958 | connmgr] Registering support for 'video/x-gs t-av-mmvideo'
INFO [2020-01-22 21:52:47.649702 | connmgr] Registering support for 'video/x-rl e'
INFO [2020-01-22 21:52:47.652096 | connmgr] Registering support for 'video/x-ms videocodec'
INFO [2020-01-22 21:52:47.652533 | connmgr] Registering support for 'video/x-ms zh'
INFO [2020-01-22 21:52:47.654589 | connmgr] Registering support for 'video/x-nu v'
INFO [2020-01-22 21:52:47.655673 | connmgr] Registering support for 'image/pbm'
INFO [2020-01-22 21:52:47.656791 | connmgr] Registering support for 'video/x-gs t-av-pgmyuv'
INFO [2020-01-22 21:52:47.658203 | connmgr] Registering support for 'image/ppm'
INFO [2020-01-22 21:52:47.660545 | connmgr] Registering support for 'video/x-qd rw'
INFO [2020-01-22 21:52:47.661059 | connmgr] Registering support for 'video/x-gs t-av-qpeg'
INFO [2020-01-22 21:52:47.662830 | connmgr] Registering support for 'video/x-gs t-av-roqvideo'
INFO [2020-01-22 21:52:47.663262 | connmgr] Registering support for 'video/x-ap ple-video'
INFO [2020-01-22 21:52:47.696511 | connmgr] Registering support for 'image/x-sg i'
INFO [2020-01-22 21:52:47.697946 | connmgr] Registering support for 'video/x-sm c'
INFO [2020-01-22 21:52:47.703927 | connmgr] Registering support for 'video/sp5x '
INFO [2020-01-22 21:52:47.708117 | connmgr] Registering support for 'video/x-tr uemotion'
INFO [2020-01-22 21:52:47.709219 | connmgr] Registering support for 'video/x-ca mtasia'
INFO [2020-01-22 21:52:47.709680 | connmgr] Registering support for 'video/x-ts cc'
INFO [2020-01-22 21:52:47.710473 | connmgr] Registering support for 'video/x-ul timotion'
INFO [2020-01-22 21:52:47.712651 | connmgr] Registering support for 'video/x-at i-vcr'
INFO [2020-01-22 21:52:47.713164 | connmgr] Registering support for 'video/x-gs t-av-vmdvideo'
INFO [2020-01-22 21:52:47.714077 | connmgr] Registering support for 'video/x-vp 3'
INFO [2020-01-22 21:52:47.714538 | connmgr] Registering support for 'video/x-vp 5'
INFO [2020-01-22 21:52:47.715015 | connmgr] Registering support for 'video/x-vp 6'
INFO [2020-01-22 21:52:47.717314 | connmgr] Registering support for 'video/x-gs t-av-vqavideo'
INFO [2020-01-22 21:52:47.720773 | connmgr] Registering support for 'video/x-gs t-av-wnv1'
INFO [2020-01-22 21:52:47.721246 | connmgr] Registering support for 'video/x-xa n'
INFO [2020-01-22 21:52:47.722630 | connmgr] Registering support for 'video/x-gs t-av-xl'
INFO [2020-01-22 21:52:47.724720 | connmgr] Registering support for 'video/x-zm bv'
INFO [2020-01-22 21:52:47.726156 | connmgr] Registering support for 'applicatio n/x-ape'
INFO [2020-01-22 21:52:47.726332 | connmgr] Registering support for 'applicatio n/x-gst-av-avs'
INFO [2020-01-22 21:52:47.726498 | connmgr] Registering support for 'audio/x-bf stm'
INFO [2020-01-22 21:52:47.726664 | connmgr] Registering support for 'audio/x-br stm'
INFO [2020-01-22 21:52:47.726824 | connmgr] Registering support for 'applicatio n/x-gst-av-daud'
INFO [2020-01-22 21:52:47.726996 | connmgr] Registering support for 'applicatio n/x-gst-av-dsf'
INFO [2020-01-22 21:52:47.727196 | connmgr] Registering support for 'applicatio n/x-gst-av-ea'
INFO [2020-01-22 21:52:47.727489 | connmgr] Registering support for 'image/gif'
INFO [2020-01-22 21:52:47.727649 | connmgr] Registering support for 'applicatio n/gxf'
INFO [2020-01-22 21:52:47.727804 | connmgr] Registering support for 'applicatio n/x-gst-av-idcin'
INFO [2020-01-22 21:52:47.727973 | connmgr] Registering support for 'applicatio n/x-gst-av-ipmovie'
INFO [2020-01-22 21:52:47.728135 | connmgr] Registering support for 'video/x-iv f'
INFO [2020-01-22 21:52:47.728291 | connmgr] Registering support for 'applicatio n/x-gst-av-mm'
INFO [2020-01-22 21:52:47.728482 | connmgr] Registering support for 'applicatio n/x-gst-av-mmf'
INFO [2020-01-22 21:52:47.728677 | connmgr] Registering support for 'audio/x-mu sepack'
INFO [2020-01-22 21:52:47.729076 | connmgr] Registering support for 'video/x-ns v'
INFO [2020-01-22 21:52:47.729238 | connmgr] Registering support for 'applicatio n/x-gst-av-nut'
INFO [2020-01-22 21:52:47.729397 | connmgr] Registering support for 'applicatio n/x-gst-av-nuv'
INFO [2020-01-22 21:52:47.729552 | connmgr] Registering support for 'video/x-pv a'
INFO [2020-01-22 21:52:47.729737 | connmgr] Registering support for 'applicatio n/x-gst-av-film_cpk'
INFO [2020-01-22 21:52:47.729898 | connmgr] Registering support for 'applicatio n/x-gst-av-smk'
INFO [2020-01-22 21:52:47.730068 | connmgr] Registering support for 'applicatio n/x-gst-av-sol'
INFO [2020-01-22 21:52:47.730226 | connmgr] Registering support for 'applicatio n/x-gst-av-psxstr'
INFO [2020-01-22 21:52:47.730384 | connmgr] Registering support for 'audio/x-tt afile'
INFO [2020-01-22 21:52:47.730564 | connmgr] Registering support for 'applicatio n/x-gst-av-vmd'
INFO [2020-01-22 21:52:47.730855 | connmgr] Registering support for 'applicatio n/x-gst-av-wc3movie'
INFO [2020-01-22 21:52:47.731031 | connmgr] Registering support for 'applicatio n/x-gst-av-wsaud'
INFO [2020-01-22 21:52:47.731185 | connmgr] Registering support for 'applicatio n/x-gst-av-wsvqa'
INFO [2020-01-22 21:52:47.831631 | connmgr] Registering support for 'applicatio n/x-hls'
INFO [2020-01-22 21:52:47.848427 | connmgr] Registering support for 'applicatio n/x-icy'
INFO [2020-01-22 21:52:47.851469 | gstreamer] Buffering disabled (--gstout-buff er-duration)
INFO [2020-01-22 21:52:47.851531 | gstreamer] Setting audio sink to alsasink; d evice=sysdefault
INFO [2020-01-22 21:52:47.851759 | gstreamer] Set mute to off
INFO [2020-01-22 21:52:47.851795 | gstreamer] Set volume fraction to 0.891251
INFO [2020-01-22 21:52:47.852097 | webserver] Provide /upnp/grender-64x64.png ( image/png) from /usr/local/share/gmediarender/grender-64x64.png
ERROR [2020-01-22 21:52:47.852143 | webserver] Could not stat '/usr/local/share/ gmediarender/grender-64x64.png': No such file or directory
INFO [2020-01-22 21:52:47.852165 | webserver] Provide /upnp/grender-128x128.png (image/png) from /usr/local/share/gmediarender/grender-128x128.png
ERROR [2020-01-22 21:52:47.852192 | webserver] Could not stat '/usr/local/share/ gmediarender/grender-128x128.png': No such file or directory
INFO [2020-01-22 21:52:47.853758 | webserver] Provide /upnp/rendertransportSCPD .xml (text/xml) from buffer
INFO [2020-01-22 21:52:47.854139 | webserver] Provide /upnp/renderconnmgrSCPD.x ml (text/xml) from buffer
INFO [2020-01-22 21:52:47.855221 | webserver] Provide /upnp/rendercontrolSCPD.x ml (text/xml) from buffer
INFO [2020-01-22 21:52:47.906360 | upnp] Registered IP=192.168.1.26 port=49494
INFO [2020-01-22 21:52:47.913255 | webserver] Access /upnp/rendercontrolSCPD.xm l (text/xml) len=13317
INFO [2020-01-22 21:52:47.916955 | webserver] Access /upnp/rendercontrolSCPD.xm l (text/xml) len=13317
INFO [2020-01-22 21:52:47.922203 | control] cmd_obtain_variable: CurrentVolume for instance 0
INFO [2020-01-22 21:52:47.924836 | webserver] Access /upnp/rendertransportSCPD. xml (text/xml) len=15697
INFO [2020-01-22 21:52:47.925391 | control] cmd_obtain_variable: CurrentVolumeD B for instance 0
INFO [2020-01-22 21:52:47.928322 | webserver] Access /upnp/rendertransportSCPD. xml (text/xml) len=15697
INFO [2020-01-22 21:52:47.929181 | control] cmd_obtain_variable: CurrentMute fo r instance 0
INFO [2020-01-22 21:52:48.008446 | upnp] Subscription request for urn:upnp-org: serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-d1def6a26e5a)
INFO [2020-01-22 21:52:48.008591 | upnp] Initial variable sync: <?xml version=" 1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/">
<InstanceID val="0">
<GreenVideoGain val="0"></GreenVideoGain>
<BlueVideoBlackLevel val="0"></BlueVideoBlackLevel>
<VerticalKeystone val="0"></VerticalKeystone>
<GreenVideoBlackLevel val="0"></GreenVideoBlackLevel>
<Volume val="0" channel="Master"></Volume>
<Loudness val="0" channel="Master"></Loudness>
<RedVideoGain val="0"></RedVideoGain>
<ColorTemperature val="0"></ColorTemperature>
<Sharpness val="0"></Sharpness>
<RedVideoBlackLevel val="0"></RedVideoBlackLevel>
<BlueVideoGain val="0"></BlueVideoGain>
<Mute val="0" channel="Master"></Mute>
<HorizontalKeystone val="0"></HorizontalKeystone>
<VolumeDB val="0" channel="Master"></VolumeDB>
<PresetNameList val=""></PresetNameList>
<Contrast val="0"></Contrast>
<Brightness val="0"></Brightness>
</InstanceID>
</Event>
INFO [2020-01-22 21:52:48.008651 | upnp] Subscription request for urn:upnp-org: serviceId:AVTransport (uuid:b56c9bf7-dc42-42f1-811f-d1def6a26e5a)
INFO [2020-01-22 21:52:48.009285 | upnp] Initial variable sync: <?xml version=" 1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/AVT/">
<InstanceID val="0">
<TransportStatus val="OK"></TransportStatus>
<NextAVTransportURI val=""></NextAVTransportURI>
<NextAVTransportURIMetaData val=""></NextAVTransportURIMetaData>
<CurrentTrackMetaData val=""></CurrentTrackMetaData>
<RelativeCounterPosition val="2147483647"></RelativeCounterPosition>
<PlaybackStorageMedium val="UNKNOWN"></PlaybackStorageMedium>
<RelativeTimePosition val="0:00:00"></RelativeTimePosition>
<PossibleRecordStorageMedia val="NOT_IMPLEMENTED"></PossibleRecordStorageMedia>
<CurrentPlayMode val="NORMAL"></CurrentPlayMode>
<TransportPlaySpeed val="1"></TransportPlaySpeed>
<PossiblePlaybackStorageMedia val="NETWORK,UNKNOWN"></PossiblePlaybackStorageMed ia>
<AbsoluteTimePosition val="NOT_IMPLEMENTED"></AbsoluteTimePosition>
<CurrentTrack val="0"></CurrentTrack>
<CurrentTrackURI val=""></CurrentTrackURI>
<CurrentTransportActions val="PLAY"></CurrentTransportActions>
<NumberOfTracks val="0"></NumberOfTracks>
<AVTransportURI val=""></AVTransportURI>
<AbsoluteCounterPosition val="2147483647"></AbsoluteCounterPosition>
<CurrentRecordQualityMode val="NOT_IMPLEMENTED"></CurrentRecordQualityMode>
<CurrentMediaDuration val=""></CurrentMediaDuration>
<AVTransportURIMetaData val=""></AVTransportURIMetaData>
<RecordStorageMedium val="NOT_IMPLEMENTED"></RecordStorageMedium>
<RecordMediumWriteStatus val="NOT_IMPLEMENTED"></RecordMediumWriteStatus>
<CurrentTrackDuration val="0:00:00"></CurrentTrackDuration>
<TransportState val="STOPPED"></TransportState>
<PossibleRecordQualityModes val="NOT_IMPLEMENTED"></PossibleRecordQualityModes>
</InstanceID>
</Event>
INFO [2020-01-22 21:52:48.009507 | gstreamer] Query volume fraction: 0.891251
INFO [2020-01-22 21:52:48.009548 | control] Output initial volume is 0.891251; setting control variables accordingly.
INFO [2020-01-22 21:52:48.009582 | control] Setting volume-db to -1.20db == #97
INFO [2020-01-22 21:52:48.009751 | main] Ready for rendering.
Ready for rendering.
INFO [2020-01-22 21:52:48.010745 | upnp] Subscription request for urn:upnp-org: serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-d1def6a26e5a)
INFO [2020-01-22 21:52:48.010875 | upnp] Initial variable sync: <?xml version=" 1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/">
<InstanceID val="0">
<GreenVideoGain val="0"></GreenVideoGain>
<BlueVideoBlackLevel val="0"></BlueVideoBlackLevel>
<VerticalKeystone val="0"></VerticalKeystone>
<GreenVideoBlackLevel val="0"></GreenVideoBlackLevel>
<Volume val="97" channel="Master"></Volume>
<Loudness val="0" channel="Master"></Loudness>
<RedVideoGain val="0"></RedVideoGain>
<ColorTemperature val="0"></ColorTemperature>
<Sharpness val="0"></Sharpness>
<RedVideoBlackLevel val="0"></RedVideoBlackLevel>
<BlueVideoGain val="0"></BlueVideoGain>
<Mute val="0" channel="Master"></Mute>
<HorizontalKeystone val="0"></HorizontalKeystone>
<VolumeDB val="-307" channel="Master"></VolumeDB>
<PresetNameList val=""></PresetNameList>
<Contrast val="0"></Contrast>
<Brightness val="0"></Brightness>
</InstanceID>
</Event>
INFO [2020-01-22 21:52:48.172793 | control] cmd_obtain_variable: CurrentVolume for instance 0
INFO [2020-01-22 21:52:48.176234 | control] cmd_obtain_variable: CurrentVolumeD B for instance 0
INFO [2020-01-22 21:52:48.179897 | control] cmd_obtain_variable: CurrentMute fo r instance 0
INFO [2020-01-22 21:52:48.182851 | upnp] Subscription request for urn:upnp-org: serviceId:RenderingControl (uuid:b56c9bf7-dc42-42f1-811f-d1def6a26e5a)
INFO [2020-01-22 21:52:48.182994 | upnp] Initial variable sync: <?xml version=" 1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/">
<InstanceID val="0">
<GreenVideoGain val="0"></GreenVideoGain>
<BlueVideoBlackLevel val="0"></BlueVideoBlackLevel>
<VerticalKeystone val="0"></VerticalKeystone>
<GreenVideoBlackLevel val="0"></GreenVideoBlackLevel>
<Volume val="97" channel="Master"></Volume>
<Loudness val="0" channel="Master"></Loudness>
<RedVideoGain val="0"></RedVideoGain>
<ColorTemperature val="0"></ColorTemperature>
<Sharpness val="0"></Sharpness>
<RedVideoBlackLevel val="0"></RedVideoBlackLevel>
<BlueVideoGain val="0"></BlueVideoGain>
<Mute val="0" channel="Master"></Mute>
<HorizontalKeystone val="0"></HorizontalKeystone>
<VolumeDB val="-307" channel="Master"></VolumeDB>
<PresetNameList val=""></PresetNameList>
<Contrast val="0"></Contrast>
<Brightness val="0"></Brightness>
</InstanceID>
</Event>
INFO [2020-01-22 21:52:48.241147 | upnp] Subscription request for urn:upnp-org: serviceId:AVTransport (uuid:b56c9bf7-dc42-42f1-811f-d1def6a26e5a)
INFO [2020-01-22 21:52:48.241311 | upnp] Initial variable sync: <?xml version=" 1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/AVT/">
<InstanceID val="0">
<TransportStatus val="OK"></TransportStatus>
<NextAVTransportURI val=""></NextAVTransportURI>
<NextAVTransportURIMetaData val=""></NextAVTransportURIMetaData>
<CurrentTrackMetaData val=""></CurrentTrackMetaData>
<RelativeCounterPosition val="2147483647"></RelativeCounterPosition>
<PlaybackStorageMedium val="UNKNOWN"></PlaybackStorageMedium>
<RelativeTimePosition val="0:00:00"></RelativeTimePosition>
<PossibleRecordStorageMedia val="NOT_IMPLEMENTED"></PossibleRecordStorageMedia>
<CurrentPlayMode val="NORMAL"></CurrentPlayMode>
<TransportPlaySpeed val="1"></TransportPlaySpeed>
<PossiblePlaybackStorageMedia val="NETWORK,UNKNOWN"></PossiblePlaybackStorageMed ia>
<AbsoluteTimePosition val="NOT_IMPLEMENTED"></AbsoluteTimePosition>
<CurrentTrack val="0"></CurrentTrack>
<CurrentTrackURI val=""></CurrentTrackURI>
<CurrentTransportActions val="PLAY"></CurrentTransportActions>
<NumberOfTracks val="0"></NumberOfTracks>
<AVTransportURI val=""></AVTransportURI>
<AbsoluteCounterPosition val="2147483647"></AbsoluteCounterPosition>
<CurrentRecordQualityMode val="NOT_IMPLEMENTED"></CurrentRecordQualityMode>
<CurrentMediaDuration val=""></CurrentMediaDuration>
<AVTransportURIMetaData val=""></AVTransportURIMetaData>
<RecordStorageMedium val="NOT_IMPLEMENTED"></RecordStorageMedium>
<RecordMediumWriteStatus val="NOT_IMPLEMENTED"></RecordMediumWriteStatus>
<CurrentTrackDuration val="0:00:00"></CurrentTrackDuration>
<TransportState val="STOPPED"></TransportState>
<PossibleRecordQualityModes val="NOT_IMPLEMENTED"></PossibleRecordQualityModes>
</InstanceID>
</Event>
ERROR [2020-01-22 21:52:48.246621 | upnp] Unknown action 'SetPlayMode' for servi ce 'urn:upnp-org:serviceId:AVTransport'
INFO [2020-01-22 21:52:48.401656 | transport] AVTransportURI: http://192.168.1. 5:49152/audirvana/audio_0_0.wav
INFO [2020-01-22 21:52:48.401695 | transport] AVTransportURIMetaData: <DIDL-Lit e xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:m etadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dl na="urn:schemas-dlna-org:metadata-1-0/">
<item id="0" parentID="0" restricted="1">
<dc:title>Our Day Will Come</dc:title>
<dc:creator>Amy Winehouse</dc:creator>
<upnp:artist>Amy Winehouse</upnp:artist>
<upnp:genre>R&B</upnp:genre>
<upnp:albumArtURI>http://192.168.1.5:49152/audirvana/artwork_0_1.jpg</upnp:album ArtURI>
<upnp:album>[2011] Lioness Hidden Treasures</upnp:album>
<upnp:originalTrackNumber>1</upnp:originalTrackNumber>
<upnp:class>object.item.audioItem.musicTrack</upnp:class>
<res duration="0:02:49.000" size="29877500" protocolInfo="http-get:*:audio/x-wav :*" sampleFrequency="44100" bitsPerSample="16" nrAudioChannels="2">http://192.16 8.1.5:49152/audirvana/audio_0_0.wav</res>
</item>
</DIDL-Lite>
INFO [2020-01-22 21:52:48.401783 | transport] NumberOfTracks: 1
INFO [2020-01-22 21:52:48.401812 | gstreamer] Set uri to 'http://192.168.1.5:49 152/audirvana/audio_0_0.wav'
INFO [2020-01-22 21:52:48.401944 | transport] LastChange: <?xml version="1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/AVT/">
<InstanceID val="0">
<AVTransportURI val="http://192.168.1.5:49152/audirvana/audio_0_0.wav"></AVTrans portURI>
<AVTransportURIMetaData val="<DIDL-Lite xmlns:dc="http://purl.org/dc/ele ments/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dlna=" urn:schemas-dlna-org:metadata-1-0/">
<item id="0" parentID="0" restricted="1">
<dc:title>Our Day Will Come</dc:title>
<dc:creator>Amy Winehouse</dc:creator>
<upnp:artist>Amy Winehouse</upnp:artist>
<upnp:genre>R&amp;B</upnp:genre>
<upnp:albumArtURI>http://192.168.1.5:49152/audirvana/artwork_0_1.jpg</u pnp:albumArtURI>
<upnp:album>[2011] Lioness Hidden Treasures</upnp:album>
<upnp:originalTrackNumber>1</upnp:originalTrackNumber>
<upnp:class>object.item.audioItem.musicTrack</upnp:class>
<res duration="0:02:49.000" size="29877500" protocolInfo= "http-get:*:audio/x-wav:*" sampleFrequency="44100" bitsPerSa mple="16" nrAudioChannels="2">http://192.168.1.5:49152/au dirvana/audio_0_0.wav</res>
</item>
</DIDL-Lite>
"></AVTransportURIMetaData>
<NumberOfTracks val="1"></NumberOfTracks>
</InstanceID>
</Event>
ERROR [2020-01-22 21:52:48.414223 | gstreamer] ERROR [2020-01-22 21:52:48.414246 | gstreamer] sink: Error: Could not open audio device for playback. (Debug: gst alsasink.c(865): gst_alsasink_open (): /GstAlsaSink:sink:
Playback open error on device 'sysdefault': No such file or directory)setting pl ay state failed (2)
ERROR [2020-01-22 21:52:48.414299 | upnp] upnp_set_error: Playing failed
INFO [2020-01-22 21:52:48.475859 | gstreamer] Set next uri to 'http://192.168.1 .5:49152/audirvana/audio_1_1.wav'
INFO [2020-01-22 21:52:48.475894 | transport] NextAVTransportURI: http://192.16 8.1.5:49152/audirvana/audio_1_1.wav
INFO [2020-01-22 21:52:48.475920 | transport] NextAVTransportURIMetaData: <DIDL -Lite xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:upnp="urn:schemas-upnp-o rg:metadata-1-0/upnp/" xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmln s:dlna="urn:schemas-dlna-org:metadata-1-0/">
<item id="1" parentID="0" restricted="1">
<dc:title>Between The Cheats</dc:title>
<dc:creator>Amy Winehouse</dc:creator>
<upnp:artist>Amy Winehouse</upnp:artist>
<upnp:genre>R&B</upnp:genre>
<upnp:albumArtURI>http://192.168.1.5:49152/audirvana/artwork_1_2.jpg</upnp:album ArtURI>
<upnp:album>[2011] Lioness Hidden Treasures</upnp:album>
<upnp:originalTrackNumber>2</upnp:originalTrackNumber>
<upnp:class>object.item.audioItem.musicTrack</upnp:class>
<res duration="0:03:33.000" size="37676732" protocolInfo="http-get:*:audio/x-wav :*" sampleFrequency="44100" bitsPerSample="16" nrAudioChannels="2">http://192.16 8.1.5:49152/audirvana/audio_1_1.wav</res>
</item>
</DIDL-Lite>
INFO [2020-01-22 21:52:48.476086 | transport] LastChange: <?xml version="1.0"?>
<Event xmlns="urn:schemas-upnp-org:metadata-1-0/AVT/">
<InstanceID val="0">
<NextAVTransportURI val="http://192.168.1.5:49152/audirvana/audio_1_1.wav"></Nex tAVTransportURI>
<NextAVTransportURIMetaData val="<DIDL-Lite xmlns:dc="http://purl.org/dc /elements/1.1/" xmlns:upnp="urn:schemas-upnp-org:metadata-1-0/upnp/&qu ot; xmlns="urn:schemas-upnp-org:metadata-1-0/DIDL-Lite/" xmlns:dlna=&q uot;urn:schemas-dlna-org:metadata-1-0/">
<item id="1" parentID="0" restricted="1">
<dc:title>Between The Cheats</dc:title>
<dc:creator>Amy Winehouse</dc:creator>
<upnp:artist>Amy Winehouse</upnp:artist>
<upnp:genre>R&amp;B</upnp:genre>
<upnp:albumArtURI>http://192.168.1.5:49152/audirvana/artwork_1_2.jpg</u pnp:albumArtURI>
<upnp:album>[2011] Lioness Hidden Treasures</upnp:album>
<upnp:originalTrackNumber>2</upnp:originalTrackNumber>
<upnp:class>object.item.audioItem.musicTrack</upnp:class>
<res duration="0:03:33.000" size="37676732" protocolInfo= "http-get:*:audio/x-wav:*" sampleFrequency="44100" bitsPerSa mple="16" nrAudioChannels="2">http://192.168.1.5:49152/au dirvana/audio_1_1.wav</res>
</item>
</DIDL-Lite>
"></NextAVTransportURIMetaData>
</InstanceID>
</Event>
@kikigarel Okay many thanks for your testing. The error message is just the same, so it is no permissions issue.
To rule it out, could you install the package from APT repo:
mv /usr/local/bin/gmediarender /usr/local/bin/gmediarender_dietpi
systemctl stop gmrender
apt install gmediarender
systemctl start gmediarender
Lets see if this works instead. It did not work for other users, which was the reason we compiled own binaries which solved the issues reported before.
If the same errors happen/music does not play as well, to revert:
apt purge gmediarender
mv /usr/local/bin/gmediarender_dietpi /usr/local/bin/gmediarender
We then need to do some more research. What you could as well test is simply another client instead of Audirvana.
Hey @MichaIng,
So... Dietpi is being a bad boy :-) Installing the package from APT repo didn't help. Actually, it made the endpoint name change from "dietpi" to "gmediarender on dietpi", and I couldn't select it anymore ("peripheral not connected" error message). I have reverted everything.
I have used another client as well: DS Audio, the app that is bundled with the Synology NAS. It can stream to Dietpi but again nothing happens: playback just doesn't start, exactly like with Audirvana. That's is really puzzling.
Could the issue be related to the autologin? An incompatibility issue with RPi 4?
Also, in Dietpi-Config / Audio Options, I realized that I have two auto detection options: usb-dac (USB Audio DAC, any) or hw:1,0 (UD503 USB Audio). I had selected the second one from the start since UD 503 is the model of my DAC. I tried selecting the first one but it made no difference.
@kikigarel
Okay, so its not about the gmediarender
binary, that is good to know so far.
About audio card selection:
usb-dac
basically searches and selects the first found USB DAChw:1,0
is the specific one that was foundhw:<card>,<device>
identifier...Autologin cannot be related. GMediaRender runs as systemd service, independently from any login.
I am as well puzzled. aplay -l
shows the one and only attached sound card, with card and device number that correctly match asound.conf
entry. And you say playing audio locally from the Pi works as well. Permissions and specific gmediarender binary is ruled out as well.
Last idea I have so far is to check and play with alsamixer
switches and sliders.
We maybe need to open an issue on https://github.com/hzeller/gmrender-resurrect/issues. Probably hzeller has some idea based on those error messages: https://github.com/MichaIng/DietPi/issues/3348#issuecomment-576949158
Hi @MichaIng,
I have just opened a ticket here, let's see if someone finds out what's wrong :-)
Workaround: https://github.com/hzeller/gmrender-resurrect/issues/205#issuecomment-581184651 ToDo:
For reference, PM from sudeep from Allo:
Hi MichaIng,
Sparky Dietpi v6.28 update gm rendrer having issues , audio device always routing to device 0, not going to the default device.
In the new update noticed that --gstout-audiosink=alsasink added in service compare to previous versions. manually editing /etc/systemd/system/gmrender.service works fine but gmrendrer not starts on next reboot.
can you please do the needful in next update.
Actually we want ALSA to be used, since this is what DietPi-Config and DietPi-Software configures for everything and what is expected. Still strange that either due to --gstout-audiosink=alsasink
for for some other reason sysdefault does not work in every case.
So I ran some tests and indeed sysdefault
is not a reliable PCM (audio device) name for the "default" audio device that was selected/configured via dietpi-config
=> ALSA. It appears that those PCM names are by default created multiple times for every available sound card by ALSA:
2020-03-08 18:01:29 root@VM-Buster:~# aplay -L | grep default
default:CARD=I82801AAICH
sysdefault:CARD=I82801AAICH
default:CARD=Device
sysdefault:CARD=Device
So using sysdefault
leads to simply the first match being used, regardless if this is the wanted/chosen default or not, the same for default
:
2020-03-08 18:09:10 root@VM-Buster:/tmp# aplay -f cd -vD 'default' test.wav # "sysdefault" results in exactly the same
Playing raw data 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
...
Hardware PCM card 0 'Intel 82801AA-ICH' device 0 subdevice 0
Using dietpi-config
, we create an asound.conf like this:
2020-03-08 18:03:24 root@VM-Buster:~# cat /etc/asound.conf
pcm.!default {
type hw
card 1
device 0
}
ctl.!default {
type hw
card 1
}
We overwrite the default
PCM by this, and this leads to aplay -L
doesn't list this PCM name anymore for any sound card:
2020-03-08 18:03:29 root@VM-Buster:~# aplay -L | grep default
sysdefault:CARD=I82801AAICH
sysdefault:CARD=Device
Playing a test file using PCM name default
now leads to the correct sound device being used:
2020-03-08 18:05:40 root@VM-Buster:/tmp# aplay -f cd -vD 'default' test.wav
Playing raw data 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Hardware PCM card 1 'USB Sound Device' device 0 subdevice 0
Using sysdefault
still uses the old "wrong" one:
2020-03-08 18:05:47 root@VM-Buster:/tmp# aplay -f cd -vD 'sysdefault' test.wav
Playing raw data 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
...
Hardware PCM card 0 'Intel 82801AA-ICH' device 0 subdevice 0
Of course we can also overwrite the sysdefault
PCM name:
2020-03-08 18:11:57 root@VM-Buster:/tmp# cat /etc/asound.conf
pcm.!default {
type hw
card 1
device 0
}
ctl.!default {
type hw
card 1
}
pcm.!sysdefault {
type hw
card 1
device 0
}
ctl.!sysdefault {
type hw
card 1
}
2020-03-08 18:12:02 root@VM-Buster:/tmp# aplay -L | grep default
2020-03-08 18:12:04 root@VM-Buster:/tmp# aplay -f cd -vD 'sysdefault' test.wav
Playing raw data 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Hardware PCM card 1 'USB Sound Device' device 0 subdevice 0
But before changing too much around, the easiest thing is indeed to use default
PCM name instead of sysdefault
. Both are equivalent when not adding a custom asound.conf
:
2020-03-08 18:31:47 root@VM-Buster:/tmp# cat /usr/share/alsa/alsa.conf | grep -E '(pcm|ctl).default'
pcm.default cards.pcm.default
pcm.sysdefault cards.pcm.default
ctl.default ctl.sysdefault
So to me it looks like a good convention to take sysdefault
as really static system default, regardless of user settings, while default
is the one based on user choice/settings.
There is btw an alternative, using this:
2020-03-08 18:39:28 root@VM-Buster:/tmp# cat /etc/asound.conf
defaults.pcm.card 1
defaults.pcm.device 0
defaults.ctl.card 1
This leads to correct default sound devices being used, keeping the default ALSA /usr/share/alsa/alsa.conf
config for those in place. This means the plughw module is used, which includes software conversion, and such, making things compatible but degrade sound quality and increase system load, from what I know and remember when testing such with Mycroft AI audio + microphone setup some time ago:
2020-03-08 18:39:31 root@VM-Buster:/tmp# aplay -f cd -v -D default test.wav # leaving out -D option has same result
Playing raw data 'test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, Stereo
Plug PCM: Rate conversion PCM (48000, sformat=S16_LE)
...
So for now we'll keep things as they are but use the PCM name default
wherever it is required for audio software.
@kikigarel
If you find time, might you verify this for your case, editing /etc/systemd/system/gmrender.service
to contain --gstout-audiodevice=default
, then
systemctl daemon-reload
systemctl restart gmrender
and check whether things work just the same as with the workaround before, where you used hw:1,0
?
Fix: https://github.com/MichaIng/DietPi/commit/cc57e45441c84671071ae30fcbb2193424f99866 Changelog: https://github.com/MichaIng/DietPi/commit/f214deaa0a690eb9ff60ae9102c994de0f7ec7fe
I'll reopen to keep this up for testing, at least until sudeep verified this working reliable on Sparky SBC as well.
FWIW, changing sysdefault
to default
in /etc/systemd/system/gmrender.service
worked for me.
Only problem I still have is that the gmrender service tries to start before dhcpcd has acquired an IP address:
root@roon-rpi3a:~# systemctl status gmrender
● gmrender.service - GMediaRender (DietPi)
Loaded: loaded (/etc/systemd/system/gmrender.service; disabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Wed 2020-04-15 17:31:18 PDT; 21s ago
Process: 708 ExecStartPre=/bin/dash -c systemctl set-environment ACTIVE_IP=$(mawk NR==4 /DietPi/dietpi/.network) (code=exited, status=1/FAILURE)
Apr 15 17:31:18 roon-rpi3a systemd[1]: Starting GMediaRender (DietPi)...
Apr 15 17:31:18 roon-rpi3a dash[708]: Failed to set environment: Invalid environment assignments
Apr 15 17:31:18 roon-rpi3a systemd[1]: gmrender.service: Control process exited, code=exited, status=1/FAILURE
Apr 15 17:31:18 roon-rpi3a systemd[1]: gmrender.service: Failed with result 'exit-code'.
Apr 15 17:31:18 roon-rpi3a systemd[1]: Failed to start GMediaRender (DietPi).
I do have CONFIG_BOOT_WAIT_FOR_NETWORK=2
Could try adding a sleep statement, but that seem dodgy. Do we really need the IP address?
@dsnyder0pc
Is there a certain reason why you need to run dhcpcd
? DietPi by default comes with isc-dhcp-client
(dhclient
) which integrates fine with ifupdown (/etc/network/interfaces
) and should have finished before GMediaRender is started.
Generally network, hence an IP address needs to be up before GMediaRender can bind to it. The workaround above should work for you as well: https://github.com/MichaIng/DietPi/issues/3348#issuecomment-576277715
Switching to a static IP of course is another possibility, as long as you router allows this, e.g. assigning the IP that was assigned via DHCP first as static IP via dietpi-config
.
I see that generally the problem with missing DHCP assignment is not yet solved, regardless with which DHCP server. Either we need to switch to a ping-based network check during boot and/or we need to change ifup@.service
(for hotplug network devices) to a different service type so that network-online.target
is assured to be reached after interface setup has finished, rather than after setup has started, as it is currently by default on Debian 🤔.
i am owner of allo sparky usbridge and after update to 6.28 my gmrender does not work. it starts and i can choose it as dlna renderer but no sound. following this conversation i edit service file but when i look at systemd status log it still says --gstout-audiodevice=sysdefault.
also i would really like to change starting volume to 100 (in bubble upnp it always starts with 97 !) and maybe if slider search can work (if it is easy fix)
I am newbie to all this so please can you help me to get sound back on. my default usb device is audioquest usb and it is the choice in alsa as usb 1.1 (any)
thank you regards
I tried changing asound.conf like this that you suggested in my Allo usbridge:
pcm.!default { type hw card 1 device 0 }
ctl.!default { type hw card 1 }
pcm.!sysdefault { type hw card 1 device 0 }
ctl.!sysdefault { type hw card 1 }
and now music plays when --gstout-audiodevice=default
Alsa info for flac 16bit 44100hz stereo file is:
access: RW_INTERLEAVED | format: S24_3LE | subformat: STD | channels: 2 | rate: 44100 (44100/1) | period_size: 441 | buffer_size: 8820
Still when i look at gmrender status log it says --gstout-audiodevice=sysdefault I also tried changed default startup sound from -1 to 0 in service file but in status log it says -1 and indeed starts at 97 in bubble upnp. My dlna server is minimserver
So it seeems to me that gmrender status log and gmrender service file are not same thing.
Still, as i said my knowledge is only basic but i would like to be able to have working startup volume at 0, and possibility to search song position with slider of dlna controler (now if i try allo usbridge freezes and have to be unplugged from electricity socket.
Thank you
@ejokic
How did you try changing the --gstout-audiodevice and startup sound? Basically this needs to be done via systemd unit, followed by systemctl daemon-reload
and systemctl restart gmrender
. You can check whether your changes are applied via systemctl cat gmrender
.
In the beggining i changed simply in dietpi-explorer the file.
Now after your message i searched internet and found command systemctl edit --full gmrender.service so i changed service with this command by deleting sys part and changing -1 to 0.0 for volume part and then i wrote back asound.conf to pcm.!default { type hw card 1 device 0 }
ctl.!default { type hw card 1 }
and used
systemctl daemon-reload systemctl restart gmrender
Now it is also working and i have startup volume at 100 (thank you very much) when i use systemctl cat gmrender i get this:
[Unit] Description=GMediaRender (DietPi) Wants=network-online.target After=network-online.target dietpi-boot.service
[Service] User=gmrender ExecStartPre=+/bin/dash -c 'systemctl set-environment ACTIVE_IP=$(mawk 'NR==4' /DietPi/dietpi/.network)' ExecStart=/usr/local/bin/gmediarender -u '6208a890-d725-4377-b09f-3ce1a988c5d6' -f 'DietPi' --gstout-audiosink=alsasink --gstout-audiodevice=default --gstout-initial-volume-db=0.0 --logfile=stdout -I "$ACTIVE_IP"
[Install] WantedBy=multi-user.target
i hope it is ok like this.
Can you maybe also point me where can i find more information about gmrender slide and search position in song via dlna controllers possibility? Thank you very much
@ejokic Many thanks for testing. That is great and matches the solution/change we did for v6.29. I'll also adjust the default volume to 0.0 as you did, "-1" does not seem to be a good default and also does not match any default/guide I can find in GMediaRender docs.
Can you maybe also point me where can i find more information about gmrender slide and search position in song via dlna controllers possibility?
That is out of my knowledge as well, would require me to read into the topic. I guess best is to start reading through the specific DLNA controller/client documentation 🤔.
Ah about the volume: https://github.com/hzeller/gmrender-resurrect/blob/master/INSTALL.md#--gstout-initial-volume-db "-1" means -1 decibel, hence ~97% volume should be shown on controller. Actually I don't know any reason to not set 100% (0.0) which is default anyway. So we can simply remove this option from the systemd unit.
Done: https://github.com/MichaIng/DietPi/commit/fcfd6d77ed9296e836337c6c82464118408d3273
Excellent. Thank you once again for your quick response, i will try to find something in documentation as suggested. If i find anything i will put it here.
Btw, is this that we are talking about old version of gmrender or new, updated version called gmrender-resurrect? i found some info about this so maybe give it a try if it is still here old version we are talking about. expecially because it is said that this resurrect version is normally skipping to position in song, (https://github.com/hzeller/gmrender-resurrect/issues/185) Thanks
@ejokic
Yes, we use gmrender-resurrect
. The package from Debian repo, called gmediarender
is build from gmrender-resurrect
as well, as ours. The distros, including us, kept the old name in place to have a smooth transition, but actually the project name is gmrender-resurrect
.
Hi,
I use Dietpi on an RPI 4 to stream music files from my PC, running Audirvana, to my DAC. I run the latest version of Dietpi (6.28) and couldn’t use it before to stream music as other people experienced issues with the abnormal start of the GMrender service (Issue #3263). Well, GMrender still fails to start! When I start the service manually I can see Dietpi as an available endpoint in Audirvana but no music will play!
Here is the service status log :
Could you help me please ? This issue is very frustrating.
Cheers