UniversalMediaServer icon indicating copy to clipboard operation
UniversalMediaServer copied to clipboard

Fix push didl

Open valib opened this issue 4 years ago • 9 comments

This is for testing

valib avatar Jan 07 '21 10:01 valib

@SubJunk it works on my Samsung Q9 TV and the Samsung Soundbar MS750. Can you test it?

valib avatar Jan 07 '21 21:01 valib

@valib doesn't work for my Panasonic sorry. I tried with .mpg and .mkv files. So far the only thing that works for my Panasonic is to send no metadata.

SubJunk avatar Jan 08 '21 03:01 SubJunk

@SubJunk can you try this and provide the log?

valib avatar Jan 18 '21 00:01 valib

Yes but I'm away from the Panasonic for a couple of days, will after

SubJunk avatar Jan 18 '21 04:01 SubJunk

@valib here are the logs ums_dbg_2021-01-28-10-13.zip

SubJunk avatar Jan 27 '21 21:01 SubJunk

@SubJunk I see the problem here D:\a\AC3AlcornTest.mpg in the DEBUG 2021-01-28 10:11:18.044 [AWT-EventQueue-0] Sending upnp AVTransport.SetAVTransportURI [CurrentURI, D:\a\AC3AlcornTest.mpg, CurrentURIMetaData, null] to VIERA VT60 Series[0] which is the original resource path but it should be something like http://10.0.0.10:5001/get/50$Temp/E%3A%5CFilmy%5C20170105-WA0005.mp4 which is the response of my UMS. I have no idea why your UMS is sending this.

EDIT: it seems like the bug in creation the URI not related to the Metadata sending. It could be related to the database. Please delete it and try again.

valib avatar Jan 27 '21 22:01 valib

@valib there is some related work in an old PR from @skeptical particularly this line https://github.com/UniversalMediaServer/UniversalMediaServer/pull/899/files#diff-4d1450a90dc93ab1a920c1f54df745e91987a102212d931b7f6c3b4afbdec240R788 but he was trying some of the things we have been trying too

SubJunk avatar Feb 02 '21 03:02 SubJunk

Same thing happens with a fresh database, and we can see that this bug existed a long time ago too in https://github.com/UniversalMediaServer/UniversalMediaServer/pull/899/files#diff-4d1450a90dc93ab1a920c1f54df745e91987a102212d931b7f6c3b4afbdec240R791 so I think we need to fix the wrong URI bug

SubJunk avatar Feb 28 '21 03:02 SubJunk

@SubJunk I see only one difference in the Panasonic-VieraET60.conf which can cause problems. It is the SendDateMetadata = false. Can you try to delete this setting and test it? I made in this PR something similar to the change the @skeptical made in the https://github.com/UniversalMediaServer/UniversalMediaServer/pull/899/files#diff-4d1450a90dc93ab1a920c1f54df745e91987a102212d931b7f6c3b4afbdec240R791 but in the different way.

valib avatar Mar 14 '21 23:03 valib

I don't have that TV anymore so I don't think this will see any more progress

SubJunk avatar Jan 23 '23 07:01 SubJunk