Ticket #2500 (closed patch: fixed)
Opened 5 years ago
Last modified 4 years ago
UPnP fast-forward/rewind fails for specific hardware client
| Reported by: | troycauble@… | Owned by: | dblain |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | 0.20 |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
UPnP fast-forward/rewind fails for the AVeL LinkPlayer2 and probably other hardware players using Syabas firmware. Trial and error led to the discovery that the client fails when the Content-Range header is included.
A patch is attached.
Attachments
Change History
Changed 5 years ago by troycauble@…
-
attachment
httprequest.cpp.diff2
added
comment:2 Changed 5 years ago by dblain
- Status changed from new to closed
- Resolution set to fixed
(In [12394]) Merges the following patches:
Closes #2395 - Updated SQL for music Closes #2500 - Blocked Range requests from Syabas agents
New Features Added:
- uPnP Eventing now supported
- Connection manager Service implemented (very basic)
- XBMC( Orig XBox ) support... (must add database setting upnpSSDPBroadcast=1 to turn on)
- Sends notifications to remove mythtv on startup (cleans up any old references).
- Notification process more uPnP compliant.
comment:3 Changed 5 years ago by brad@…
- Status changed from closed to reopened
- Resolution fixed deleted
In trunk, the
if ( sUserAgent.contains( "Syabas", false ) == 0 )
{
Totally disables any sort of skip-ahead or ff/rw ability (making the situation much worse, as the percentage skip-ahead used to work). The problem with ff/rw was the fact that the content-range header didn't have the 'bytes' word in front of the range. That was fixed in changeset 12427: http://svn.mythtv.org/trac/changeset/12427/trunk/mythtv/libs/libmythupnp/httprequest.cpp
Please remove the UserAgent? check for Syabas as it was an invalid suggestion.
comment:4 Changed 5 years ago by robsbox@…
I removed the UserAgent? Syabas check in my patch submitted with ticket 3580, so this ticket can be reclosed.
comment:5 Changed 4 years ago by dblain
- Status changed from reopened to closed
- Resolution set to fixed

patch