-
Notifications
You must be signed in to change notification settings - Fork 114
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
OPUS causing Video frame getting stuck when seeking #537
Comments
The problem is not exclusive to playing Opus audio, but it does seem to be more noticeable. Unfortunately not a bug with the plugin, but try with a LE12 build and latest available version of InputStream.Adaptive 21, should be a lot better. |
I don't feel like using non-stable LibreELEC build just for testing here, as downgrading will be impossible then. I'll keep using AAC, and see if any changes are made from upstream regarding this issue on Nexus. I'll keep you updated. |
Fair enough. It is possible to create a backup, upgrade using a clean install for testing, and then re-install an older version with your backup. Or if you have different installation media that can be swapped out, it is even easier. But it can be a bit of a hassle. Only some of the related changes to AudioEngine were backported to Nexus, so you probably won't see any major improvement until you install LE12. Having said that, I think I spoke too soon regarding it being "a lot better". It does seem improved, but still noticably worse when playing Opus audio. |
- Workaround for anxdpanic#537
Going to disable Opus audio by default in |
- Workaround for anxdpanic#537
For anyone else having this problem but struggling to find the settings...
After doing this I had no more problems with skipping in videos. All videos I tested worked fine. |
@Kellett working like a charm now, many thanks mate, happy holidays :) |
Retested with Kodi 21 release, and the issue is still present. |
Yes, I reverted the change to default settings in the plugin, but the changes in Kodi that I thought would resolve this don't directly address this specific issue. |
…1+" anxdpanic#537 This reverts commit 9c9e448.
Context
Please provide any relevant information about your setup
Expected Behavior
Seeking video back or forward should keep the video & audio in sync. Video should not get stuck on first frame after seeing for few seconds.
Current Behavior
When seeking the video back or forward, video gets stuck on first frame after seeking, while the audio keeps playing. Then after few seconds, video starts to play in sync.
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
Additional Information
I have found the culprit here, when the video is played using OPUS, this issue occurs. If AAC is selected, it doesn't happen at all.
I have to unselect OPUS in Stream Selection. Though my SBC (NanoPC-T4) is able to play OPUS fine, so this must be a bug.
The text was updated successfully, but these errors were encountered: