Details
-
Type:
Bug
-
Status:
Open
-
Priority:
P2
-
Resolution: Unresolved
-
Fix Version/s: Triage
-
Component/s: Playback > Online
-
Labels:None
-
Product:Boxee Client
-
Severity:Critical
-
Version:1.5.1.23714
-
Operating System:Boxee Box
-
Number of attachments:
Description
To reproduce.
Play any trailer from Headweb app -> seek fast forward -> the video will buffering and then the playback will stop.
I have attached the log to this ticket.
Play any trailer from Headweb app -> seek fast forward -> the video will buffering and then the playback will stop.
I have attached the log to this ticket.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions Summary
we've been partly able to reproduce this problem. Seeking forward is no problem at all for us, that works fine. However, if we seek backward, the audio and video freeze, but the timebar continues to look like its playing as expected.
However, I'm not sure what we can change to fix this, we use the builtin boxee video player for trailers:
listItem = mc.ListItem(mc.ListItem.MEDIA_VIDEO_TRAILER)
listItem.SetLabel(utf8(content.name))
...
listItem.SetPath(utf8(br.url))
player = mc.GetPlayer()
player.Play(listItem)
Not much we can change here?