Page 2 of 2

[Solved] Re: Version 5.1.2 Marking unrecognized

Posted: Tue Apr 21, 2015 8:56 am
by michaelt
Edit: from Support forum: thanx infidel
infidel wrote:In renderers/Samsung-CD.conf try changing

Code: Select all

UpnpDetailsSearch = Samsung , [CD]S?\d{3}\d? , AllShare
to

Code: Select all

UpnpDetailsSearch = [CD]S?\d{3}\d? , (Samsung|AllShare)
Your 55C8000's upnp device details are formatted in a way that's new to UMS (probably due to Samsung firmware changes) and causing UMS to doubt its initial recognition.
Yup - seems to be good now.
============================================================
More testing and looking at the log file turned this up - after successfully ID'ing the renderer - it marks it unrecognized and failed to play:

Code: Select all

TRACE 16:03:25.830 [cling-11] Matched media renderer "Samsung C/D Series" based on address /10.0.1.89
DEBUG 16:03:25.832 [cling-11] Reading UpnpDetailsSearch: "Samsung , [CD]S?\d{3}\d? , AllShare" (default: "")
DEBUG 16:03:25.832 [cling-11] Reading MediaInfo: true (default: false)
DEBUG 16:03:25.832 [cling-11] Marking upnp renderer "TV-55C8000" at /10.0.1.89 as unrecognized
DEBUG 16:03:25.833 [cling-11] Purging renderer Samsung C/D Series as invalid
After packing the debug file, I selected "Restart Server" and all the error messages went away and the file played.
However I was unable to capture the log file after, so here is the Logs window showing a bit of the end:

Code: Select all

04-20 16:04:31  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:12  Started playing Absolute Power.mkv on your TV-55C8000
04-20 16:05:16  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:18  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:18  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:18  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:18  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:19  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:19  Checking shared folder: /Users/umsmkv/aML/Video/Index
04-20 16:05:19  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:19  Media renderer was not recognized. Possible identifying HTTP headers:User-Agent: DLNADOC/1.50
04-20 16:05:19  Checking shared folder: /Users/umsmkv/aML/Video/Index
04-20 16:46:06  Sending BYEBYE...
04-20 16:46:06  Stopping server on host 10.0.1.50 and port 5001...
04-20 16:46:07  Using address /10.0.1.50 found on network interface: name:en0 (en0)
04-20 16:46:07  Created socket: /10.0.1.50:5001
04-20 16:49:56  Checking shared folder: /Users/umsmkv/aML/Video/Index
04-20 16:50:10  The file /Users/umsmkv/aML/Video/Index/Blu-ray/M*A*S*H (MASH| 1970).mkv could not be parsed. It will be hidden
04-20 16:50:20  Started playing Absolute Power.mkv on your TV-55C8000

Re: Version 5.1.2 Java6 No debug log

Posted: Wed Apr 22, 2015 1:00 am
by michaelt
From the Logs window: (no attached log for obvious reasons)

Code: Select all

4-21 08:59:50  Starting Universal Media Server 5.1.2
04-21 08:59:50  Based on PS3 Media Server by shagrath, copyright 2008-2014
04-21 08:59:50  http://www.universalmediaserver.com
04-21 08:59:50  
04-21 08:59:50  Build: d725507b6 (2015-04-14)
04-21 08:59:50  Java: Java HotSpot(TM) 64-Bit Server VM 1.6.0_65 64-bit by Apple Inc.
04-21 08:59:50  OS: Mac OS X 64-bit 10.7.5
04-21 08:59:50  Encoding: UTF-8
04-21 08:59:50  Memory: 758 MB
04-21 08:59:50  Language: en
04-21 08:59:50  
04-21 08:59:50  Working directory: /Users/umsmkv/bin/Universal Media Server 512J6.app/Contents/Resources/Java
04-21 08:59:50  Temp directory: /var/folders/_3/rcxtd951583b_n0yvn6j50fh0000h0/T/universalmediaserver
04-21 08:59:50  Logging config file: /Users/umsmkv/bin/Universal Media Server 512J6.app/Contents/Resources/Java/logback.xml
04-21 08:59:50  debug.log: debugLogPath_IS_UNDEFINED/debug.log
512J8 works fine.

Re: Version 5.1.2 is released

Posted: Tue Apr 28, 2015 3:59 am
by maracucho
hola. como puedo hacer para que no sea detectado mi tv por el Samsung-NotCD.conf y sea detectado por el Samsung-UN65HU9000.conf ya que las configuraciones desde 5.1.1 en adelante no me funcionan bien

hi. as I can do to my tv not detected by the Samsung-NotCD.conf and be detected by the Samsung-UN65HU9000.conf as settings from 5.1.1 onwards did not work well


Samsung-UN65HU9000.conf download/file.php?id=2309

I need to detect Samsung-UN65HU9000.conf not Samsung-NotCD.conf and not possible deactivate Samsung-NotCD.conf that use other samsung in my house

Necesito detectar Samsung-Samsung-UN65HU9000.conf no el Samsung-NotCD.conf y no es posible desactivar Samsung-NotCD.conf por que un uso samsung en mi casa


Thanks
Gracias

Re: Version 5.1.2 is released

Posted: Tue May 05, 2015 1:36 am
by mschumacher69
How can one restart the program (not just the server)?

Thanks

Re: Version 5.1.2 is released Same-Same

Posted: Sat May 16, 2015 1:17 am
by michaelt
michaelt wrote:Initial testing of Java 6 & 8 show most problems still exist:
- Parsing characters: '*', '?'
Problem is in the external library call Open() for files. Directory reading works.
- File format Errors when "Media renderer" error seen (probably the cause)
Cause is the max bitrate in the conf file - set to "80" & all works fine.
- J8 only: network access admin authentication required
This still persists & looking into it - believe to be a local firewall issue