Eiim / Chokistream

A from-scratch re-implementation of Snickerstream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frames can be recieved after video output shutdown

Eiim opened this issue · comments

When outputting to a file, the codec can sometimes receive frames after it's already been shut down, throwing an IllegalStateException. This isn't exactly the end of the world, as we're already shutting down at this point and we don't need to have any special care given to how we shut down any more resources, but it's possible that we should re-order our shutdowns, or at least explicitly ignore any frames after codec shutdown.

I don't think this is happening anymore, or at least not in a harmful way.