New renderer Philips 55OLED805/12

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: New renderer Philips 55OLED805/12

Post by SubJunk »

Hmm ok, we just have to keep experimenting to find a transcoded format the TV will accept. I can't see anything in the logs that would make it not work - FFmpeg is starting correctly and I can see it transcoding.
The TV also tells us it supports the format we are offering, but it is normal for renderers to not be accurate about that.

Can you try changing the line with TranscodeVideo to the following values:
MPEGPS-MPEG2-AC3
MPEGTS-MPEG2-AC3
WMV

(one test per value)
kreon28
Posts: 14
Joined: Sat Mar 06, 2021 7:27 pm

Re: New renderer Philips 55OLED805/12

Post by kreon28 »

Still nothing.

I've tried these 3 options.
Tried FFmpeg. Mencoder, TsMuxer and VLC.
On Tv there was "loading" circle...I have been waiting for 2 minutes for each engine but nothing run.
Logs in the attachment.

P.S. I installed Kodi app on my TV and run it. Picked UMS as a source of files and looked for Transcode folder. Tried to run the file from there but with no success. Even Kodi can't play these files- which is strange because UMS says that file is playing....
Attachments
ums_dbg_2021-08-27-14-39-WMV.zip
(262.3 KiB) Downloaded 824 times
ums_dbg_2021-08-27-14-29-TS.zip
(192.69 KiB) Downloaded 815 times
ums_dbg_2021-08-27-14-20.-PS.zip
(159.61 KiB) Downloaded 817 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: New renderer Philips 55OLED805/12

Post by SubJunk »

Thanks for the logs. Let's focus on testing with MPEGPS-MPEG2-AC3, at least at first, since that is generally the most widely supported format (it's the same as DVDs)

This is what we sent to your TV about that file:

Code: Select all

<res xmlns:dlna="urn:schemas-dlna-org:metadata-1-0/" bitrate="286223" colorDepth="8" duration="0:51:56.576" framerate="25p" nrAudioChannels="6" protocolInfo="http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_OP=01" resolution="1920x1080" sampleFrequency="48000">http://192.168.30.247:5001/get/359/black.mirror.s04e04-final.mkv_transcoded_to.mpg</res>
One possible reason the TV doesn't like it is that "DLNA.ORG_OP=01" part. We can try sending different values for it, and also send no value.
The TV has told us it supports a couple of close profiles:

Code: Select all

http-get:*:video/mpeg:DLNA.ORG_PN=MPEG_PS_PAL;DLNA.ORG_FLAGS=8d700000000000000000000000000000
http-get:*:video/mpeg:*
So we can try to match those.

First can you please try these two separately with MPEGPS-MPEG2-AC3:

Code: Select all

SeekByTime = true
SeekByTime = exclusive
If they both don't work I will make some custom UMS builds
kreon28
Posts: 14
Joined: Sat Mar 06, 2021 7:27 pm

Re: New renderer Philips 55OLED805/12

Post by kreon28 »

Hi,

Still nothing.
I don't know if it is important, but manual says that Philips OLED805 supports only DLNA ver.1.5
Also, which renderer config should I use? I tested with the last one you've sent me and changed parameters to:

Code: Select all

TranscodeVideo = MPEGPS-MPEG2-AC3
TranscodeAudio = MP3
SeekByTime = exclusive
and as a second test switched exclusive to true.

Logs in the attachment.
P.S. Is it possible that TV needs more time than 2 minutes (after which I stopped), to read these transcoded files?
Attachments
ums_dbg_2021-08-29-08-36-trye.zip
(114.37 KiB) Downloaded 782 times
ums_dbg_2021-08-29-08-51-ex.zip
(118.42 KiB) Downloaded 839 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: New renderer Philips 55OLED805/12

Post by SubJunk »

I doubt it would take longer than 2 minutes, it would usually take around 1 second and I can see your computer is keeping up with the transcoding. I'll make a test build for you as soon as possible, which may need to be later in the week
kreon28
Posts: 14
Joined: Sat Mar 06, 2021 7:27 pm

Re: New renderer Philips 55OLED805/12

Post by kreon28 »

Great! Thanks for the effort. Appreciate it. :)
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: New renderer Philips 55OLED805/12

Post by SubJunk »

Here's the first build to test, fingers crossed! https://www.universalmediaserver.com/up ... 38b3d5.exe
kreon28
Posts: 14
Joined: Sat Mar 06, 2021 7:27 pm

Re: New renderer Philips 55OLED805/12

Post by kreon28 »

Nothing :(
I am starting to think, that cause of the thing is transcoding has being blocked by the manufacturer of tv.
Attachments
ums_dbg_2021-09-02-10-08.zip
(294.51 KiB) Downloaded 811 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: New renderer Philips 55OLED805/12

Post by SubJunk »

I think we can figure this out :)
Can you try adding this to Philips-OLED.conf

Code: Select all

SendDLNAOrgFlags = false
kreon28
Posts: 14
Joined: Sat Mar 06, 2021 7:27 pm

Re: New renderer Philips 55OLED805/12

Post by kreon28 »

No luck :(
Attachments
ums_dbg_2021-09-03-09-32.zip
(798.64 KiB) Downloaded 813 times
Post Reply