Opened 15 years ago
Closed 15 years ago
#9697 closed Patch - Bug Fix (fixed)
UPNP bug fixes
| Reported by: | Owned by: | dblain | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.25 |
| Component: | MythTV - UPnP | Version: | Master Head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Hi
Got a samsung tv that supports upup and ran into the following bugs with mythtv's upnp code.
Urls for GetVideo, GetRecordings and GetMusic are being sent out as http://backend:port/Myth/Get..., but the functions are being provided by the 'Content' service host. So they should be http://backend:port/Content/Get..
There is another issue with GetVideo urls, the Id option is not working. Urls are being sent as http://backend:port/Myth/GetVideo/IdN when it should be http://backend:port/Myth/GetVideo?Id=N
patch is attached to fix both.
thanks jim
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | upnp-bugfix.diff added |
|---|
comment:1 by , 15 years ago
| Milestone: | unknown → 0.25 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Fixes #9697 - upnp returns incorrect urls for content.
Changeset: 7842be89eba551f35d95ad559ee93fe67ee94a3a

bugfix patch