philippe44 / AirConnect

Use AirPlay to stream to UPnP/Sonos & Chromecast devices
Other
3.43k stars 216 forks source link

Soundbar being removed as unresponsive then subscribed again #452

Closed atx32 closed 1 year ago

atx32 commented 1 year ago

When not streaming, my Samsung soundbar is constantly being removed as unresponsive then subscribed again. The process keeps repeating about every 4:22. When I am streaming I don't see this in the log, but it returns soon after streaming stops.

Log excerpt when idle:

[17:01:19.587279] UpdateThread:701 [0x7faf03c010]: removing unresponsive player (Living Room Soundbar) [17:01:19.622174] AddMRDevice:1009 [0x7faf03c010]: adding renderer ([AV] Living Room Soundbar) with mac BBBBE6B3DA7A [17:01:19.643766] MasterHandler:640 [0x7faf03c010]: subscribe success [17:01:20.166772] ProcessEvent:445 [0x7faf03c010]: UPnP Volume local change 10:-1 (master) [17:05:41.731567] UpdateThread:701 [0x7faf03c010]: removing unresponsive player (Living Room Soundbar) [17:05:41.756422] AddMRDevice:1009 [0x7faf03c010]: adding renderer ([AV] Living Room Soundbar) with mac BBBBE6B3DA7A [17:05:41.778677] MasterHandler:640 [0x7faf03c010]: subscribe success [17:05:42.291993] ProcessEvent:445 [0x7faf03c010]: UPnP Volume local change 10:-1 (master) [17:10:03.875288] UpdateThread:701 [0x7faf03c010]: removing unresponsive player (Living Room Soundbar) [17:10:03.900507] AddMRDevice:1009 [0x7faf03c010]: adding renderer ([AV] Living Room Soundbar) with mac BBBBE6B3DA7A [17:10:03.933798] MasterHandler:640 [0x7faf03c010]: subscribe success [17:10:04.446872] ProcessEvent:445 [0x7faf03c010]: UPnP Volume local change 10:-1 (master)

Log after streaming stops:

[17:19:25.211681] ActionHandler:513 [0x7faf03c010]: uPNP stopped [17:19:29.204380] buffer_put_packet:617 [0x7f6c282c70]: fill [level:575] [W:38058 R:37484] [17:19:31.764134] handle_rtsp:363 [0x7f9c001f00]: received TEARDOWN

RTSP/1.0 200 OK Audio-Jack-Status: connected; type=analog CSeq: 104

[17:19:31.902818] rtsp_thread:337 RTSP close 12

[17:21:29.043631] handle_rtsp:363 [0x7f9c001f00]: received TEARDOWN

RTSP/1.0 200 OK Audio-Jack-Status: connected; type=analog CSeq: 40

[17:21:29.098428] rtsp_thread:337 RTSP close 12 [17:23:10.322525] UpdateThread:701 [0x7faf03c010]: removing unresponsive player (Living Room Soundbar) [17:23:10.344910] AddMRDevice:1009 [0x7faf03c010]: adding renderer ([AV] Living Room Soundbar) with mac BBBBE6B3DA7A [17:23:10.372234] MasterHandler:640 [0x7faf03c010]: subscribe success [17:23:10.894080] ProcessEvent:445 [0x7faf03c010]: UPnP Volume local change 15:-1 (master)

I don't notice any functional problem other than the log filling up but was hoping to understand why this happens and if a fix is possible.

philippe44 commented 1 year ago

Should be solved by 1.1.6 and above

atx32 commented 1 year ago

Issue was resolved when I updated to 1.1.5. Thank you.