[mythtv-commits] Ticket #2500: UPnP fast-forward/rewind fails for specific hardware client

MythTV mythtv at cvs.mythtv.org
Tue May 22 01:13:19 UTC 2007


#2500: UPnP fast-forward/rewind fails for specific hardware client
----------------------------------+-----------------------------------------
 Reporter:  troycauble at yahoo.com  |        Owner:  dblain  
     Type:  patch                 |       Status:  reopened
 Priority:  minor                 |    Milestone:  unknown 
Component:  mythtv                |      Version:  0.20    
 Severity:  low                   |   Resolution:          
----------------------------------+-----------------------------------------
Changes (by brad at mainstreetsoftworks.com):

  * status:  closed => reopened
  * resolution:  fixed =>


Comment:

 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2500#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list