Ticket #9697 (closed Patch - Bug Fix: fixed)
Opened 2 years ago
Last modified 2 years ago
UPNP bug fixes
| Reported by: | jwestfall@… | 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
Change History
Changed 2 years ago by jwestfall@…
- Attachment upnp-bugfix.diff added
comment:1 Changed 2 years ago by jim westfall
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from unknown to 0.25
Fixes #9697 - upnp returns incorrect urls for content.
Changeset: 7842be89eba551f35d95ad559ee93fe67ee94a3a

bugfix patch