Ignore:
Timestamp:
08/23/10 18:44:54 (21 months ago)
Author:
shiretu
Message:

-- fixed on 800kbps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/applications/applestreamingclient/src/clientcontext.cpp

    r93 r95  
    258258        Playlist *pPlaylist = _childPlaylists[optimalBw]; 
    259259 
    260         //      if (_currentItemIndex == 0) 
    261         //              _currentItemIndex = pPlaylist->GetItemsCount() / 2 + 10; 
     260        if (_currentItemIndex == 0) 
     261                _currentItemIndex = pPlaylist->GetItemsCount() / 2 + 10; 
    262262 
    263263        //4. Is this the last item in the playlis? 
     
    362362 
    363363uint32_t ClientContext::GetOptimalBw() { 
    364         if (_optimalBw == 0) { 
    365                 _optimalBw = MAP_KEY(_childPlaylists.begin()); 
    366         } 
     364        //      if (_optimalBw == 0) { 
     365        //              _optimalBw = MAP_KEY(_childPlaylists.begin()); 
     366        //      } 
     367        _optimalBw = 800000; 
    367368        return _optimalBw; 
    368369} 
Note: See TracChangeset for help on using the changeset viewer.