Help us improve support for your devices
Re: Help us improve support for your devices
Hi SubJunk,
thanx for the reply:
I know, but the good thing is you guys fixed the detection error in viewtopic.php?f=5&t=2989, so i have a working set now!
Been trying to build a config from scratch and the preliminary results as well as the logs are attached. Maybe this can help. I've also logged my comments on the Philips-forum (Infidel found me there as well
), so i hope for some information from that side as well.
Thanx,
Uppie
thanx for the reply:
.Unfortunately that TV doesn't identify itself with anything unique (same as the PFL one) so we have no way to detect which Philips TV is connected. Frustrating.
I know, but the good thing is you guys fixed the detection error in viewtopic.php?f=5&t=2989, so i have a working set now!
Been trying to build a config from scratch and the preliminary results as well as the logs are attached. Maybe this can help. I've also logged my comments on the Philips-forum (Infidel found me there as well

Thanx,
Uppie
Re: Help us improve support for your devices
Hi again,SubJunk wrote:Hi Enrice, do you know which profile Plex is using for the IR320? It doesn't seem to have a specific one for that device.Enrice wrote:Hi.
Regarding the ir320: sorry to say, still no files listed at all.I never have seen any file listed with any version and any renderer config when using UMS.
Something deeply more general must be the problem, since I am able to see (and play) them from win8 media player as well as Plex media server.
finally I got a replacement unit for my broken one (the IR320)
I added a Plex DLNA log for reference. As you can see, it plays most MP3, WMA and AAC (no lossless, no ogg, no wma pro, no wav however).
- Attachments
-
- Plex DLNA Server.zip
- (25.67 KiB) Downloaded 1079 times
Panny as650
ffmpeg didnt work for ted until i added the line MimeTypesChanges = video/mpeg=video/mp4
you may want to add this to testbuild
The onion still doesn't work
you may want to add this to testbuild
The onion still doesn't work
- Attachments
-
- ums_dbg.zip
- (77.97 KiB) Downloaded 917 times
Re: Help us improve support for your devices
Using 5.1.1 + clean install + no changes in order of transcoder / video file engines.
Now, 90% of files that this tv recognizes, don't have time search or permit back / forward in time, appears 519 mil minutes (possible because transcoding in real time).
But, if change primary VFE on Transcoding FFMPEG to another, this problem don't occur, but some files don't play or recognizes (in tv, so much files is "not supported now, or not supported by this device), on olders versions this happens whit some MKV's (WMV9). All audio (mp3 / mp4 / flac) works fine.
This tv is similar and share the same settings in manual (and supported files) of PS490 / PL 491 séries (Global), and PS 550 séries (EU), maybe possible good to another users that have any of this TV's, reply too ;
And have any way possible to have a config especific that forces AVC-HL'5 10/8bits MKV@Mp4 to play / transcoding (not supported) in this TV? Much, much of my files with this don't play
Thanks for all (and sorry for my english / not main language).
Now, 90% of files that this tv recognizes, don't have time search or permit back / forward in time, appears 519 mil minutes (possible because transcoding in real time).
But, if change primary VFE on Transcoding FFMPEG to another, this problem don't occur, but some files don't play or recognizes (in tv, so much files is "not supported now, or not supported by this device), on olders versions this happens whit some MKV's (WMV9). All audio (mp3 / mp4 / flac) works fine.
This tv is similar and share the same settings in manual (and supported files) of PS490 / PL 491 séries (Global), and PS 550 séries (EU), maybe possible good to another users that have any of this TV's, reply too ;
And have any way possible to have a config especific that forces AVC-HL'5 10/8bits MKV@Mp4 to play / transcoding (not supported) in this TV? Much, much of my files with this don't play

Thanks for all (and sorry for my english / not main language).
- Attachments
-
- File Support
- Samy.jpg (96.41 KiB) Viewed 15711 times
-
- ums_dbg.zip
- PL51E490
- (1.05 MiB) Downloaded 956 times
-
- Posts: 4
- Joined: Wed May 28, 2014 7:48 am
Re: Help us improve support for your devices
I have created a .conf file for the Samsung BD-FM57C blu ray players sold at Costco. Comparing specs, it is essentially a Samsung F5100 that has WIFI only instead of an ethernet port. Hope this helps. Thank you for creating this awesome program!!
- Attachments
-
- Samsung-BD-FM57C.zip
- (722 Bytes) Downloaded 937 times
Re: Help us improve support for your devices
Hi
Regarding to an older post about not sending the subtitles when streaming without tsanscoding it.
(link for logs etc download/file.php?id=1970 page 7 of this thread my original post)
I found on trace level this line
TRACE 10:35:41.075 [New I/O worker #2] Subtitles for "Modern.Family.S06E14.720p.HDTV.X264-DIMENSION.mkv" will not be transcoded because media_subtitle is not null
whats the option media_subtitle?
Is it a variable to be set on .conf
or on the preference window?
This could be the reason for not streaming the subtitles.
Also what is the
CharMap = / :
line on .conf file. There is no description on default.conf
Thanks a lot!
Regarding to an older post about not sending the subtitles when streaming without tsanscoding it.
(link for logs etc download/file.php?id=1970 page 7 of this thread my original post)
I found on trace level this line
TRACE 10:35:41.075 [New I/O worker #2] Subtitles for "Modern.Family.S06E14.720p.HDTV.X264-DIMENSION.mkv" will not be transcoded because media_subtitle is not null
whats the option media_subtitle?
Is it a variable to be set on .conf
or on the preference window?
This could be the reason for not streaming the subtitles.
Also what is the
CharMap = / :
line on .conf file. There is no description on default.conf
Thanks a lot!
Re: Help us improve support for your devices
It means file will is not required to be transcoded to enable subtiltes as this value is not null what means there is "some" support of external soft subtitles as also your log shows:
This means these types can be streamed to renderer without transcoding. If it doesn't work and subs can't be enabled on your TV, probably TV doesn't support them.
Code: Select all
SupportedExternalSubtitlesFormats = SUBRIP,MICRODVD,SAMI,TEXT
Code: Select all
# A comma-separated list of supported text-based external subtitles formats
# for streaming together with streaming (not transcoded) video.
#
# Supported formats: File extension:
# ------------------------------------
# ASS .ass or .ssa
# MICRODVD .sub
# SAMI .smi
# SUBRIP .srt
# TEXT .txt
# WEBTT .wtt
#
# Example: SupportedExternalSubtitlesFormats = SUBRIP,ASS,MICRODVD
# Default: ""
SupportedExternalSubtitlesFormats =
# A comma-separated list of supported embedded subtitles formats.
#
# Supported formats:
# ------------------
# ASS
# BMP
# DIVX
# MICRODVD
# PGS
# SAMI
# SUBRIP
# TEXT
# TX3G
# USF
# VOBSUB
# WEBTT
#
# Example: SupportedInternalSubtitlesFormats = SUBRIP,ASS,PSG,DIVX
# Default: ""
SupportedInternalSubtitlesFormats =
Re: Help us improve support for your devices
thanks a lot for your quick response.
External .srt are definitely supported. Meaning they are displayed properly when are played form usb stick.
Internal subtitled are being displayed properly when streaming.
Currently the only way to display the external subtitles is to force trasccode using mencoder.
Will keep trying any way....thanks!
External .srt are definitely supported. Meaning they are displayed properly when are played form usb stick.
Internal subtitled are being displayed properly when streaming.
Currently the only way to display the external subtitles is to force trasccode using mencoder.
Will keep trying any way....thanks!
Re: Help us improve support for your devices
UMS sends srt files to your renderer so if they are not shown, external srt subs are not supported via DLNA/UPnP or UMS technique how subs are sent to your renderer are not compatible.
You can try other DLNA servers if anyone supports streaming subs. If yes, network trace can help to implement it also to UMS if it is not already there
Also there other two tips:
- always use the latest version as debug.log shows you are using old one
- play with other subtitle params in renderer.conf like enabling ClosedCaption:
You can try other DLNA servers if anyone supports streaming subs. If yes, network trace can help to implement it also to UMS if it is not already there

Code: Select all
TRACE 10:35:33.739 [New I/O worker #8] Network debugger: Girls.S04E04.720p.HDTV.x264-KILLERS {Stream Sub: SubRip} http-get:*:video/x-matroska:DLNA.ORG_OP=01 pv:subtitleFileType=SRT pv:subtitleFileUri=http://192.168.1.13:50103/get/45/subtitle0000Girls.S04E04.720p.HDTV.x264-KILLERS.srt size=554975200 duration=00:28:35.00 http://192.168.1.13:50103/get/45/Girls.S04E04.720p.HDTV.x264-KILLERS.mkv
TRACE 10:35:33.739 [New I/O worker #8] Network debugger: http-get:*:text/srt:*http://192.168.1.13:50103/get/45/subtitle0000Girls.S04E04.720p.HDTV.x264-KILLERS.srt
- always use the latest version as debug.log shows you are using old one
- play with other subtitle params in renderer.conf like enabling ClosedCaption:
Code: Select all
# Whether to use the "sec:CaptionInfoEx" parameter to stream external subtitles.
# Supported subtitles are defined in SupportedSubtitlesFormat.
# Default: false
UseClosedCaption =
-
- Posts: 12
- Joined: Tue Mar 25, 2014 2:03 am
Re: Help us improve support for your devices
Xperia Z2 can't play any video file.
- Attachments
-
- ums_dbg.zip
- (178.77 KiB) Downloaded 987 times