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
[REQUIRED] Use case description
When user manually switching the track,(e.g. 720p->1080p), at the middle of TS segment, the player switch immediately, the player will reload the the same number ts segment at 1080p, because the switch point is at the middle of the ts segment, so the decoder will drop the frame before the switch point, but in my test, some TV devices drop frame( releaseOutputBuffer(", false)) not success, the frame still rendered. Is there any way to workaround this issue? How to switch at the point of start of ts segment with FixedTrackSelection?
The text was updated successfully, but these errors were encountered:
[REQUIRED] Use case description
When user manually switching the track,(e.g. 720p->1080p), at the middle of TS segment, the player switch immediately, the player will reload the the same number ts segment at 1080p, because the switch point is at the middle of the ts segment, so the decoder will drop the frame before the switch point, but in my test, some TV devices drop frame(
releaseOutputBuffer(", false)
) not success, the frame still rendered. Is there any way to workaround this issue? How to switch at the point of start of ts segment with FixedTrackSelection?The text was updated successfully, but these errors were encountered: