Ticket #10773 (assigned Patch - Bug Fix)
Opened 12 months ago
Last modified 6 months ago
backend uses an invalid bonjour service type name
| Reported by: | George Nassas <gnassas@…> | Owned by: | jyavenard |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | MythTV - General | Version: | 0.25-fixes |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The backend advertises itself as supplying "mythbackend-master" or "mythbackend-slave" service but according to the relevant spec service names are limited to 14 characters (http://www.rfc-editor.org/rfc/rfc6335.txt section 5.1).
The patch changes the service to be "mythbackend" and adds a txt record containing either level='master' or level='slave'.
Guidance for format of the txt record is at http://files.dns-sd.org/draft-cheshire-dnsext-dns-sd.txt in section 6.
Attachments
Change History
comment:1 Changed 12 months ago by wagnerrp
- Owner set to jyavenard
- Status changed from new to assigned
- Version changed from Unspecified to 0.25-fixes
comment:2 Changed 6 months ago by SchraderMJ11@…
This is impacting a program I am working on as well. Is this patch going to be applied?
Changed 6 months ago by George Nassas <gnassas@…>
- Attachment 0005-publish-under-long-and-short-bonjour-service-names.patch added
broadcast long & short service names for packagers who wish to be compatible with all clients
