Uploaded image for project: 'MediaPortal 1'
  1. MediaPortal 1
  2. MP1-3619

scheduler kicks client when it shouldn't

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.2.0 Beta
    • 1.2.0 Alpha
    • TvServer
    • None
    • Operating System: Windows 7
      Platform: Intel

    Description

      scheduler kicks client when it should not.

      h4. Steps to Reproduce
      set cam limit to 1 on 1 card.. disable all other cards

      client1 tunes channel1.
      start rec channel1.

      client1 gets kicked.

      this shouldnt happen.

      the problem occurs in:
      IsCamAlreadyDecodingChannel method

      it calls "if (tvcard.CurrentChannel(ref tmpUser).Equals(tuningDetail))"
      which returns false.


      more precisely the culprit is:dvbbasechannel.Equals

      if (ch.PcrPid != PcrPid)
      {
        return false;
      }
      pcrpid from db is 0 .. and pcrpid parsed is != 0

      so no match ..

      Attachments

        Activity

          People

            gibman Elo Rasmussen (Inactive)
            gibman Elo Rasmussen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: