mwongjay 71 Posted December 20, 2016 Posted December 20, 2016 (edited) Watching live tv from the web app, if I rewind to any previous point in the stream, play for any amount of time, then decide to "fast forward" to real time I notice the following issues: 1. Hovering over the end of the progress bar will actually display a seek position beyond the current live stream position (i.e. live stream current seek position 1:56, the hover description will list a time in advance of 1:56 such as 1:58). 2. Clicking the progress bar to "fast forward" to this point in the stream will throw an exception and crash the stream. I've uploaded a log file with the relevant stack trace exception being thrown. Edited December 22, 2016 by mjw06d
Luke 39614 Posted December 20, 2016 Posted December 20, 2016 Hi, I think the issue is just that it allows you to to fast forward too close to the real time. we always keep a certain amount buffered, so the maximum point it should allow you to fast forward to ought to be the current time minus the buffer time. Then there won't be a problem.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now