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

large file support doesn't work in review mode #72

Open
andyzimmerman1 opened this issue Jul 1, 2017 · 0 comments
Open

large file support doesn't work in review mode #72

andyzimmerman1 opened this issue Jul 1, 2017 · 0 comments

Comments

@andyzimmerman1
Copy link

When trying to review comskip txt files with associated video files larger than 2GB on linux (raspbian jessie), it is unable to open the source video file for review. I end up with a black screen where the video files should be. The timeline loads and I am still able to navigate through the file...

I was able to fix the issue by enabling large file support in platform.c (#define _LARGEFILE_SOURCE) and changing fopen to fopen64. You will probably want to do this conditionally based on the architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant