View Issue Details

IDProjectCategoryView StatusLast Update
0018860MMW 5Casting (Google Cast / UPnP)public2022-11-01 15:49
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityhave not tried
Status closedResolutionreopened 
Product Version5.0 
Target Version5.0.3Fixed in Version5.0.3 
Summary0018860: Ability to auto re-connect during casting (once connection is lost temporarily)
DescriptionUser from ticket # 3681 observes occasional lost connection issues to his Chromecast device.
After such a lost connection he needs to manualy restart playback/casting.

We should try to implement mechanism to do this automatically.
i.e. to re-new the connection and continue playback whenever the casting wa in PLAYING state before the connection issue.
TagsNo tags attached.
Fixed in build2612

Relationships

related to 0018556 closedLudek When losing connection to a Chromecast device MM5 can fail to reconnect to it later 
related to 0018691 closedLudek Change "'The %s player is turned off or inaccessible.'" from message dialog to toast message 
related to 0016671 closedLudek Chromecast: improved usability in case of unavailable chromecast 
related to 0018372 closedLudek Casting to Google Audio drops 
related to 0019512 closedLudek Casting: Invalid pointer operation 

Activities

Ludek

2022-02-22 16:35

developer   ~0067077

Last edited: 2022-02-22 16:36

Partially implemented in 5.0.3.2609 (SVN revision 39425), more to be done...

Ludek

2022-02-22 19:07

developer   ~0067078

Fixed in 5.0.3.2609

i.e. once the connection is lost then after 20 seconds the "'The %s player is turned off or inaccessible.'" toast message is shown.
if the device is turned on again (or the connection available again) then it is auto-connected after another 20 seconds and playback continues (otherwise the toast message keeps showing).

peke

2022-02-25 21:01

developer   ~0067108

Verified 2609 It works for 20s

Only thing I would improve is to Lower it to 5-10s and if it fail for 3-4 times recheck every 20-30s.

Also would change Toast MSG to "'The %s player is turned off or inaccessible. Reconnecting in 20s'"

Maybe adding as new bug?

Ludek

2022-02-26 16:23

developer   ~0067109

Note that there used to be 10 seconds in the past, but 10 seconds timeout was too low, as in some environments the device has not replied for 15 seconds for some reason and then continued replying -- 0016671
So current trying to re-connect every 20 seconds is all right IMO.

Ludek

2022-04-01 13:39

developer   ~0067408

New log from ticket [Ticket # 3681] shown that it may still stuck on "buffering" for auto-converted files when playback is starting (and was not started yet). In that case the "auto-reconnect" feature fails.

=> Fixed in 2612

peke

2022-04-24 20:54

developer   ~0067729

Verified 2616

Test note: Bit harder to replicate (1/5 tries) and verify. I used 2610 for replicating and 2616 for testing