Skip to content
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

Reattach videooutput on too many failures #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 17, 2017

  1. Reattach videooutput on too many failures

    I verified that sometimes AVPlayerItemVideoOutput may become stuck due to
    broken media, strange network behaviours, or when media ends and the
    user skips back to a valid position. This can result in
    - no video rendering
    - crashes (xcode sees the device as disconnected, no stack trace)
    
    When this happens the video output needs to be recreated and reattached
    ref. https://stackoverflow.com/questions/24800742/iosavplayeritemvideooutput-hasnewpixelbufferforitemtime-doesnt-work-correctly
    davibe committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    432dafb View commit details
    Browse the repository at this point in the history