An App I wrote that uses a MediaPlayerStream object was working properly with versions of Android up to and including 4.4.2.
With 5.1.1 the MediaPlayerStream fails to load the files. The app checks to make sure the file can be located before it tries to load it, so it doesn't have a problem finding the file.
The error in the log following the MP.Load instruction is
"Stream Error: MEDIA_ERROR_UNKNOWN, -2147483648"
Is there something I need to do with 5.1.1 that wasn't required previously?
A manifest entry perhaps?
Permissions?
Is there problem with caching the stream that requires special permissions that i need to assign?
Is there a particular version of the Android SDK that I need to be using with 5.1.1?
Or is this this a bug in b4a (my experience with b4a has been really good, so that would be a long shot)?
This one has me stumped so far ... would appreciate some help!
With 5.1.1 the MediaPlayerStream fails to load the files. The app checks to make sure the file can be located before it tries to load it, so it doesn't have a problem finding the file.
The error in the log following the MP.Load instruction is
"Stream Error: MEDIA_ERROR_UNKNOWN, -2147483648"
Is there something I need to do with 5.1.1 that wasn't required previously?
A manifest entry perhaps?
Permissions?
Is there problem with caching the stream that requires special permissions that i need to assign?
Is there a particular version of the Android SDK that I need to be using with 5.1.1?
Or is this this a bug in b4a (my experience with b4a has been really good, so that would be a long shot)?
This one has me stumped so far ... would appreciate some help!