iOS audio should handle naked local file sources
A local file lacking the file:// or cdvfile:// prefix is not played because resourceURL isn't validated to later on in the play chain. avPlayer is initialized during create(), but won't initialize without the validated resourceURL.. This closes #85
parent
46c9542d
Please register or sign in to comment