[WiP] Timeshifting in a single looping .ts file (1 Viewer)

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Does this help in "guessing" where the problem might lie?

    Maybe. If the file content is same, then the issue must be in the code that reads the buffered content. If you are getting discontinuity errors then you are somehow missing TS packets (or reading those twice). Check what the CPacketSync (hopefully that is the correct class name) is thinking about the stream.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Timeshifting in a single looping .ts file

    Could it also be that the seek is done too near to the end of the file?
     

    dvdfreak

    Portal Pro
    June 13, 2006
    979
    178
    Home Country
    Belgium Belgium
    i tried to apply the patch and compile... got errors compiling MPFileWriter and TsReader projects.
    I can't speak for MPFileWriter (disaster patched that one), but for tsreader you have to make sure the new TimeshiftFileReader.cpp and TimeshiftFileReader.h are included in the C++ project. Or if that's not it, what errors are you getting?
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Timeshifting in a single looping .ts file

    lestat
    for me it works fine be sure that you apply miroslavs patch from the other thread first.

    dvdfreak
    the patched i have uploaded incl. the one of tsreader make sure that it get's included into the project ;-) so they also patch the project file
     

    elliottmc

    Retired Team Member
  • Premium Supporter
  • August 7, 2005
    14,927
    6,061
    Cardiff, UK
    Home Country
    United Kingdom United Kingdom
    Hi,

    I have looked through this thread and there seems to be one key question that is not answers.

    What does this fix?

    Thanks,

    Mark
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    AW: Timeshifting in a single looping .ts file

    It does fix nothing, it should just provide a way to use UNC with MP... Because there is atm no real solution for a multi client setup...
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    AW: Timeshifting in a single looping .ts file

    luckily dvdfreak was able to fix the channel change problem. So attached you'll find a new .patch file.
     

    Attachments

    • _A_tshift_directshow2.patch
      69.4 KB

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Re: AW: Timeshifting in a single looping .ts file

    luckily dvdfreak was able to fix the channel change problem. So attached you'll find a new .patch file.

    Just curious, what was the cause? Patch is so big that it is not easy to dig that infromation out from it.
     

    Users who are viewing this thread

    Top Bottom