Re: Problems with Samsung TV (UN55D6420)
Posted: Fri Mar 29, 2013 5:35 pm
That line is from the legacy HTTP header info the TV's used to send prior to 2 years ago. It's just left in there but can be removed as it's not used anymore. I've re-written it to be in my config to be this
For D series:
For the rest:
But UMS doesn't like having "User-Agent" in the "UserAgentAdditionalHeader" as it fails build testing
For D series:
Code: Select all
UserAgentSearch=SEC_HHP_[TV]
UserAgentAdditionalHeader=USER-AGENT
UserAgentAdditionalHeaderSearch=([A-Z]{2}[0-9]{2}[D]{1}[0-9]{4}/1.0)
Code: Select all
UserAgentSearch=SEC_HHP_[TV]
UserAgentAdditionalHeader=User-Agent
UserAgentAdditionalHeaderSearch=([A-Z]{2}[0-9]{2}[A]{1}[0-9]{4}/1.0)|([A-Z]{2}[0-9]{2}[B]{1}[0-9]{4}/1.0)|([A-Z]{2}[0-9]{2}[C]{1}[0-9]{4}/1.0)|([A-Z]{2}[0-9]{2}[E]{1}[0-9]{4}/1.0)|([A-Z]{2}[0-9]{2}[E]{1}[A-Z]{1}[0-9]{4}/1.0)