tivo: Fix Bonjour compatibility with Bolt

Bolt (Series6) seems to have a bug where it only reacts to
_tivo-videostream._tcp service types after a TiVo reboot, and ignores
_tivo-vidoes._tcp.  I have no idea what the difference is supposed to be
because it's undocumented, but either type works on both Roamio (Series5)
and Bolt, so hopefully it's safe for Series 3 and 4 also.
This commit is contained in:
Justin Maggard
2017-07-26 16:00:20 -07:00
parent b0cd672abf
commit 4df5400cb1
2 changed files with 72 additions and 63 deletions

View File

@ -275,6 +275,13 @@ struct client_type_s client_types[] =
EUserAgent
},
{ 0,
0,
"TiVo",
"TvHttpClient",
EUserAgent
},
{ EStandardDLNA150,
FLAG_DLNA | FLAG_MIME_AVI_AVI,
"Generic DLNA 1.5",