I have a web app which proposes audio courses, and I just migrated it a few days ago to a new server. Since that point, I'm getting stuck with a terrible Iphone issue : they can't access any of my streamed audio files anymore.
The expected behaviour is the following : on any device (PC, Mac, Android) the link to access the audio resource is working fine, and I have a classical browser player that plays the course.
Wrong behaviour on IOS : On Ios devices, the player is crossed and network request fails to access resource.
Issue details :
A quick view to the HTML content indicates the following class "media-document iPhone invalid video"
Network show 4 requests :
Technical environment is the following :
Symfony app with sonata bundle (medias and users management library).
Nginx server with HTTP2 and valid certificate.
Audio file is natively .mp3 but served as .mpga by sonata media
Thanks in advance for your help !