RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
238 stars 28 forks source link

Video Timeline | Handle Slide Area not moved with fill area Issue #1411

Closed RojanStha closed 1 year ago

RojanStha commented 1 year ago

The problem is that, on sometimes, the timeline's "Handle Slide Area" does not move in a manner comparable to the fill area, and once the video is finished, a fast forward of 8,9 seconds begins.

Unity version: 2021.3.9f1 AVPro Video version : 2.6.6 (Ultra Edition) Operating system version: Mac OS Ventura Xcode Version: 14.0 IOS Version :16.0

Screenshots

F64928A0-F85B-44B0-9969-5D644FD42C3E B40E054D-AB27-4B01-9946-BB7C4CFAB926 95D079F5-06F6-4BF1-9AAE-7AD563B89BF8

RojanStha commented 1 year ago

@MorrisRH please reply for this issue

Chris-RH commented 1 year ago

I'm not entirely sure I understand. Do you mean that you are unable to seek within the full buffered time?

What devices is this occurring on? What are the specs of the video? Is it stored locally or streamed? Have you tried a lower spec video?

RojanStha commented 1 year ago

95D079F5-06F6-4BF1-9AAE-7AD563B89BF8

What devices is this occurring on? -> Android & IOS both What are the specs of the video? -> 360 mp4 video Is it stored locally or streamed? -> The video was downloaded(playing from locally) Have you tried a lower spec video? -> yes, tried on lower spec

This issue was occurs, if you touch the slider and seek fast forward and backward sometime the Handle Slide Area is not moving. @Chris-RH

Ste-RH commented 1 year ago

Is the 'Handle Slide Area' your custom code?

RojanStha commented 1 year ago

Is the 'Handle Slide Area' your custom code?

No its default

Chris-RH commented 1 year ago

Are you using seekfast and not seek, as this will jump between keyframes. If you're playing HLS then they need an iframe playlist for smooth scrubbing.

RojanStha commented 1 year ago

Are you using seekfast and not seek, as this will jump between keyframes. If you're playing HLS then they need an iframe playlist for smooth scrubbing.

No i am playing the local videos from mobile. the issue is only the Green Dot is not moving some times it pause and timeline is moving smoothly . for now i just removed that green dots but please fix that issue

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Chris-RH commented 1 year ago

The green line is just the buffered range, which will increase, but not necessarily at an even pace. The green handle is the current play position, and should move smoothly.

Chris-RH commented 1 year ago

Closed due to lack of response