Actions
Bug #653
closedPlayer does not display list of available videos even though it sees them.
Status:
Closed
Priority:
Immediate
Assignee:
Category:
Database
Target version:
Start date:
28 Jul 2018
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
Samba share is visible and can be browsed from the terminal. But when vfe starts it doesn't display them. The log shows it scans them, but it doesn't list them in the window.
This happened after upgrading to Buildroot 2018.05, which upgraded to Samba 4. But I think this is just a bug in VFE.
Updated by Hammel about 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This was only happening on RPi B's. For some reason stat() on the JSON data files was returning EOVERFLOW. Adding -D_FILE_OFFSET_BITS=64, as suggested by the man page, fixed the problem.
VideoFE is once again displaying videos just fine on RPi B's.
Code committed and pushed.
Closing issue.
Actions