Opened 13 years ago

Closed 13 years ago

#9697 closed Patch - Bug Fix (fixed)

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 (1)

upnp-bugfix.diff (2.1 KB) - added by jwestfall@… 13 years ago.
bugfix patch

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by jwestfall@…

Attachment: upnp-bugfix.diff added

bugfix patch

comment:1 Changed 13 years ago by jim westfall

Milestone: unknown0.25
Resolution: fixed
Status: newclosed

Fixes #9697 - upnp returns incorrect urls for content.

Changeset: 7842be89eba551f35d95ad559ee93fe67ee94a3a

Note: See TracTickets for help on using tickets.