channel switching / timeshift buffer problem (2 Viewers)

lerebel

Portal Member
March 13, 2007
17
0
Perth
Home Country
I can also confirm this bug when switching from AC3 to mpeg audio streams, or vice versa (single seat setup).

I'd be happy to help testing to resolve this issue.
 

Franky

Portal Pro
May 19, 2005
143
4
ITALY
Home Country
Italy Italy
Please analyze this bug

Same problem on my single site configuration.
When I change channel severl time live Tv start from the beginning of time shift.
tvengine3-05-08-2007--13-32h--Rev14557
MediaPortal-svn--05-08-2007--13-56-Rev14558
It's really a big problem.
Any chance to fix it?
 

ashopedies

MP Donator
  • Premium Supporter
  • October 28, 2006
    656
    9
    Home Country
    Germany Germany
    it is possible automatically to choose the non ac3 (stereo) stream?
     

    rtv

    Retired Team Member
  • Premium Supporter
  • April 7, 2005
    3,622
    301
    Osnabruck
    Home Country
    Germany Germany
    As I can see is not yet fixed, but it should be not so difficult to fix and is an annoying bug.... Anybody can have a brief look?
    Thanks


    Muhahahahaw - this saved my day :D
    I should also ask my dog - maybe a brief but sternly look of him fixes some other issues as well :p

    Honestly - if you are a dev then I'd suggest to have 2 or 3 looks at it and even better tell us where the sources are.. ;)
     

    dareh

    Portal Pro
    July 7, 2006
    104
    9
    Alcalá de Henares
    Home Country
    Spain Spain
    Hi rtv,
    what happens if you force :
    SeekToEnd(True) in TvEngine3/TVLibrary/TvPlugin/TvPlugin/TVHome.cs


    1447 int prefLangId = GetPreferedAudioStreamIndex(_preferredLanguages, _preferAC3);
    1448 if (IsSingleSeat())
    1449 {g_Player.CurrentAudioStream = prefLangId;
    SeekToEnd(true);}
    1450 else
    1451 {
    1452 IAudioStream[] streams = TVHome.Card.AvailableAudioStreams;
    1453 TVHome.Card.AudioStream = streams[prefLangId];
    1454 }

    Thanks for your time and patience.
    Dareh.
     

    Users who are viewing this thread

    Top Bottom