intel / dleyna-renderer

dleyna-renderer is a library for implementing services that allow clients to discover and manipulate Digital Media Renderers. An implementation of such a service for linux is also included
https://01.org/dleyna/
GNU Lesser General Public License v2.1
16 stars 19 forks source link

Add headers even if no profile detected #155

Open simonsonc opened 8 years ago

simonsonc commented 8 years ago

Sometimes a profile can't be detected, but the renderer can make a good guess. For example, if a movie can't be detected, some renderers can show it if they have a range operation sent. This change adds the operation range and conversion headers.

I have tested this with a Samsung LN37D550 TV.

phako commented 8 years ago

Technically that used to violate DLNA certifications as those options must not be present without a profile. But I'm neither up to date on the current specs nor a maintainer.

simonsonc commented 8 years ago

I'm not sure about the spec either. All I know is that I wasn't able to cast some video files to my TV until I made this change.