search for: oggextractor

Displaying 3 results from an estimated 3 matches for "oggextractor".

2019 Apr 15
2
large cover size bug with android?
...sing to the sniffer for file identification is too small. There is a 16 MB limit for metadata in the Android ogg/opus parser. Your cover images aren't that large are they? https://android.googlesource.com/platform/frameworks/av/+/a1a005fc01118685c92e723c8dcf7afeffc9d59c/media/extractors/ogg/OggExtractor.cpp#707 -r
2019 Apr 15
0
large cover size bug with android?
Ralph Giles wrote: > There is a 16 MB limit for metadata in the Android ogg/opus parser. Your > cover images aren't that large are they? > > https://android.googlesource.com/platform/frameworks/av/+/a1a005fc01118685c92e723c8dcf7afeffc9d59c/media/extractors/ogg/OggExtractor.cpp#707 Technically, according to RFC 7845 Section 5.2, they're only allowed to reject files if the comment header is larger than 120 MB. They are allowed to ignore any comments beyond the first 60 kB of that header, however. So if you wanted you could file a bug against Android about it.
2019 Apr 09
3
large cover size bug with android?
When trying to play vorbis or opus files that have large cover sizes >1MB on android 8.0 built in player, they fail to play. Removing the cover allows them to play.  Has anyone encountered this before or know if it is a known android or opus/vorbis bug?