-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video not fluid when 25fps video output format description criteria #586
Comments
是在播放同一个视频的时候,会一直发生Video has been updated 吗?这个是不合理的 |
I didn’t get the question. This in response to the video output change. I set the criteria, but the quality is bad. If I disable the content matching, the stream goes fluid. Sent from my iPhoneOn Oct 15, 2023, at 12:42 PM, kingslay ***@***.***> wrote:
是在播放同一个视频的时候,会一直发生Video has been updated 吗?这个是不合理的
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
你是重载updateVideo(refreshRate: Float, formatDescription: CMFormatDescription?) 这个方法吗? |
试着用AVDisplayCriteria(refreshRate: refreshRate, videoDynamicRange: videoDynamicRange.rawValue) 这给初始化方法,不要用 AVDisplayCriteria(refreshRate: refreshRate, formatDescription: formatDescription) 这个初始化方法 |
a week ago I tried track format description but it wasn’t good either. That’s why I always set the video output when is ready. Yes I overridden it.
…Sent from my iPhone
On Oct 15, 2023, at 12:50 PM, kingslay ***@***.***> wrote:
是重载
|
你试着这样重载。看行不行
|
That’s what I do but then I select the video output format description when is ready. I’ll try only with that then but it seems video output is more accurate in theory
…Sent from my iPhone
On Oct 15, 2023, at 1:05 PM, kingslay ***@***.***> wrote:
看行不行
|
I tried even using
with the video output, with no success. |
I have the impression that live refresh rate less than 50, works with:
and that for 50 or more, works with the new tvOS17 API. UPDATE: nope, it's mixed behavior even in this case |
So for 50 fps I use this:
and it works. For 25 fps most of the time doesn't work well with any approach. |
Every time I switch to 25fps video output format description, the video is not fluid..it's jerk.
These are a couple of logs I have:
The text was updated successfully, but these errors were encountered: