Thane Morgan
Thane Morgan
It fails when opening the file after mainPlayer->open(mainPlayerMedia, NULL, true); and returns Superpowered::AdvancedAudioPlayer::PlayerEvent_OpenFailed from mainPlayer->getLatestEvent(); The specific error data is "PlayerEvent_OpenFailed 1005: Unknown file format".
Yes, it's a complete file path like the following: /data/Development/MediaManager/Media/01ed15cbad345499f109bd8a6577f970.mp3 Our devices open millions of files per day. The only issues we've seen are from a couple of low bit...
Interesting.... I'll see If I can still create the issue and get back to you.
I was able to recreate the problem. The key is not including the '\n' between the end of the RRULE and the "END/VEVENT..... My code has the following:: ... "BEGIN:VEVENT\r\n"...