You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we are using dash JS to play the video with mixed frame rate (video will have different FPS accross video) , we have seek use case based on frame rate. is it possible to get FPS dynamically from Dash js for the particular time duration and fragment.
The text was updated successfully, but these errors were encountered:
You can also check if the video element on your target platform provides information such as video.webkitDecodedFrameCount and video.webkitDroppedFrameCount. The compare this to the current presentation time to get the frames per second.
Hi Team,
we are using dash JS to play the video with mixed frame rate (video will have different FPS accross video) , we have seek use case based on frame rate. is it possible to get FPS dynamically from Dash js for the particular time duration and fragment.
The text was updated successfully, but these errors were encountered: