Menu

#121 Samsung ES Series + FLAG_SAMSUNG_DCM10

Unstable (example)
closed-fixed
None
5
2015-07-30
2014-07-12
Dmitriy
No

Commit [25f6c0]
clients: remove FLAG_SAMSUNG_DCM10 capability

I'm not entirely sure what this flag enables. But there are reports
that is breaks browsing on Samsung Series F TV's. So we'll have to
disable for now, until that gets sorted out by people who actually
have Samsung TV's.

on my Samsung ES it enables "AllShare" mode intead "Network" (http://1.bp.blogspot.com/-BxJaUFT2WHw/UY7ZoNlMgUI/AAAAAAAAAEc/4bsf9llPkio/s1600/SmartTV-chooseSource.png) and forces bookmarks to work.

--- a/clients.c 2014-06-06 02:14:30.000000000 +0400
+++ b/clients.c 2014-07-12 11:31:33.000000000 +0400
@@ -66,7 +66,7 @@
    /* User-Agent: DLNADOC/1.50 SEC_HHP_[TV]UE40D7000/1.0 */
    /* User-Agent: DLNADOC/1.50 SEC_HHP_ Family TV/1.0 */
    { ESamsungSeriesCDE,
-     FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE,
+     FLAG_SAMSUNG | FLAG_DLNA | FLAG_NO_RESIZE | FLAG_SAMSUNG_DCM10,
      "Samsung Series [CDEF]",
      "SEC_HHP_",
      EUserAgent

Thank you,

Related

Commit: [25f6c0]

Discussion

  • bitblasters

    bitblasters - 2014-07-12

    Hi Dmitriy, it's a known issue. I "resolved" this adding a configuration option for enabling/disabling the flag.
    This is a decent workaround, see patch #120.

     
  • Dmitriy

    Dmitriy - 2014-07-14

    ic-ic... thank you!

     
  • Konstantin

    Konstantin - 2014-11-01

    On Samsung F series TV this flag also forces bookmarks to work and does not break browsing

     
  • Pascal

    Pascal - 2014-11-27

    Hello! I have a problem with resuming playback on the Samsung ue46 F8000. The connection is DLNA-server using minidlna 1.1.3 downloaded from the repository Entware. Do you have solutions for this model of TV?

     
  • nymous

    nymous - 2015-04-05

    Actually it breaks browsing, i think that's because of new Virtual Folders feature.
    I have 3 dir sources in my config, A, V and P. Also i have enabled root_container=B. If I enable this flag (DCM10), whatever i choose on TV, it show me Music folder. If I comment out root_container, everything works.
    If I disable DCM10 flag, everything is ok even with root_container=B

     
  • nymous

    nymous - 2015-04-05

    Also, I don't know why, but subtitles doesn't work with 1.1.4 anymore, no matter if I enable this flag or not. Tried on 2 TVs, ES series.

    UPD. Nevermind, subtitles were my fault.

     

    Last edit: nymous 2015-04-06
  • Justin Maggard

    Justin Maggard - 2015-04-10

    Thanks for the info on the browsing breakage, nymous. I've pushed a change to re-enable the DCM10 flag, and also fixed browsing when using a custom root_container configuration. Please try using the latest code from git master.

     
  • Justin Maggard

    Justin Maggard - 2015-07-30
    • status: open --> closed-fixed
     

Log in to post a comment.