Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-11798

RealPlayer multiple bugs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • 3.1.0-b4
    • 3.0.12-RC2, 3.1.0-dev
    • Styles
    • None

      From attachment.html

      First bug: potentially infinite loop in JavaScript

      while (!document.rmstream_{_file.ATTACH_ID}.GetClipWidth())
      {
      }
      

      That code will put JavaScript into loop until GetClipWidth() returns positive result, which might be infinite if Real Media player that is not known for stability fails to load document.

      Possibility of that occurring are none because of bug #2

      Second bug: movie cannot be loaded if prefetch is disabled. Because of that faulty JavaScript will never be executed and controls will not be shown. As a result, both controls and JavaScript can be removed as well as whole idea of embedding RealPlayer media in posts.

      On a side note, RealPlayer does not work on Mac, it does not work in most browsers on Windows.

            prototech prototech [X] (Inactive)
            Arty Vjacheslav Trushkin [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: