Project

General

Profile

Bug #939

Not playing .mp3 and .mp4 now apple mobile & tablet, desktop ok

Added by malcolm harvey over 1 year ago. Updated about 1 year ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
11/13/2022
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

In regard to this ticket below (problem on apple). (mobiles & tablets) IOS16.
https://discord.com/channels/653893653940404224/707482106313441350/1039516125236572221
.
Apple desktops Mac osx work fine Monterey .mp3 & .mp4 in Safari or Chrome etc.👌
Apple mobile IOS 16 Phone and IOS 16 Tablet, now .mp3 & .mp4 yes fails to load in any browser.🧐
.
ie: If you run this same code, it get to the first part, Print "Initializing song..." and then that's it.
Wont yes load a .mp3 now or this asset. Halts. (Apple Ipad or Iphone). .mp3 🙅
Wont yes load a .mp4 now or this asset. Halts. (Apple Ipad or Iphone). .mp4🙅
Ive included aozip as well to test. (Same as code below). Yar, something diff there.
.
The same problem occurs as .mp4 or .mp3 eventually it gives up in aoz and comes up with the error, .mp3 or .mp4 not found but it takes quite a while of waiting trying to play either the audio or the video. (Its a bogus aoz message though as its just because it won't start).
Note: From what I can see, there may be problems with IOS 16 which was not there is 14&15 that has changed.
If its a Apple bug then hopefully an Apple fix it in update. Not sure what has changed.
.
(AMOS code for testing). Also .aozip attached.
..

Print "Initializing song..."
Load Asset "100.mp3","song0"
Print "Loaded asset"
Play Audio "song0"
Print "Playing Song"
Audio Loop On "song0"
Volume Audio "song0", 100
print "Loop and Vol set"
print "Press a key..."
wait key

//Testing here not required..
Put Key chr$(13)
Put Key chr$(10)
print chr$(13)
print chr$(10)


continueon:
Print "Waiting to stop..."
wait key
wait key
Stop Audio "song0"
end

Also these are the missing audio formats / ext's as well aoz needs to add when possible. (.aac/.flac/.m4a).
This should then help alot with apple ppl. See attached. (Really need these for V1 Rel).


Files

missing audio formats.png (6.33 KB) missing audio formats.png malcolm harvey, 11/12/2022 10:39 PM
My_Audio_app.aozip (20 MB) My_Audio_app.aozip malcolm harvey, 11/12/2022 10:39 PM

Also available in: Atom PDF