Large Video Files and bundle error

I’m developing a local Video-Player with videos large in size (~500MB). Whenever I copy a large asset into my assets directory, the packager throws following error, resulting in the fact that I cannot reference or require the asset.

jest-haste-map: watch error:
14:39:47:   Error: "toString()" failed

I suppose this happens because the nodejs buffer size is limited to 256MB. So how can I achieve to require assets larger than this? Your help is much appreciated.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.