This issue seems to be fixed by going into player-multi-hybrid.js,
function setPlayhead, and move this block of code
        if (getDragging() === false)
        {
                refreshScrubberPosition();
        }
To the front of the if block

        if (inPosition <= fullPosition && fullPosition <= inPosition +
INTERVAL_LENGTH)
        {
                Š
        }

AFAIK it shouldn't cause any problem.

-Phuong


On 8/29/12 10:31 AM, "Dinh, Phuong Hoang" <[email protected]> wrote:

>I'm on 12294. I don't know if earlier revisions have this bug or not.
>
>-Phuong
>
>On 8/28/12 9:36 PM, "Greg Logan" <[email protected]> wrote:
>
>>Hrm, ok so at least it's not just me.  Any idea how long, or at which
>>revision you started encountering issues?
>>
>>G
>>
>>"Dinh, Phuong Hoang" <[email protected]> wrote:
>>
>>>I have had the same problem with trunk for a few weeks. I thought it was
>>>because of my modifications but maybe not.
>>>
>>>-Phuong
>>>
>>>On 8/28/12 7:13 PM, "Greg Logan" <[email protected]> wrote:
>>>
>>>>Hi folks,
>>>>
>>>>I'm encountering a weird issue with the engage player:  When I start
>>>>playback the scrubber freezes about four seconds into playback, and
>>>>then
>>>>never moves again.  Playback continues as normal, and dragging the
>>>>scrubber around seeks properly but it doesn't track with the video.
>>>>I'm
>>>>testing with a demo capture on a trunk core with no modifications.  1.4
>>>>doesn't appear to be affected, but I don't see any outstanding merge
>>>>that seems likely to have done this.  Before I file a bug, is this
>>>>happening to anyone else or is this a local issue?
>>>>
>>>>Thanks,
>>>>G
>>>>
>>>>_______________________________________________
>>>>Matterhorn mailing list
>>>>[email protected]
>>>>http://lists.opencastproject.org/mailman/listinfo/matterhorn
>>>>
>>>>
>>>>To unsubscribe please email
>>>>[email protected]
>>>>_______________________________________________
>>>
>>>_______________________________________________
>>>Matterhorn mailing list
>>>[email protected]
>>>http://lists.opencastproject.org/mailman/listinfo/matterhorn
>>>
>>>
>>>To unsubscribe please email
>>>[email protected]
>>>_______________________________________________
>>_______________________________________________
>>Matterhorn mailing list
>>[email protected]
>>http://lists.opencastproject.org/mailman/listinfo/matterhorn
>>
>>
>>To unsubscribe please email
>>[email protected]
>>_______________________________________________
>
>_______________________________________________
>Matterhorn mailing list
>[email protected]
>http://lists.opencastproject.org/mailman/listinfo/matterhorn
>
>
>To unsubscribe please email
>[email protected]
>_______________________________________________

_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to