Some issues I have with the SD player #1936
-
Hi, I'm not opening a GitHub Issue because this is likely my own mistake, but I can't quite figure out why, and I also want to group multiple issues into one post.
Thanks in advance for any insights! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
1+2) If you don't use the metadata, I recommend to filter it out using a MetaDataFilerDecoder. Since the amount of RAM is limited it is assumed that the file only has reasonably sized metadata. Please provide the example file that is cusing the crash: My first guess would be that you just run out of RAM.
|
Beta Was this translation helpful? Give feedback.
1+2) If you don't use the metadata, I recommend to filter it out using a MetaDataFilerDecoder. Since the amount of RAM is limited it is assumed that the file only has reasonably sized metadata.
Please provide the example file that is cusing the crash: My first guess would be that you just run out of RAM.
That would match with with our other issues.