Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
None
-
5.15.0
-
None
Description
In QML, i'm using the MediaPlayer to play a video stream over https, but there was a bug in our backend when gave us a 404 on the URL. on OSX, Instead of reporting MediaPlayer.NetworkError, it reported MediaPlayer.FormatError, which seems incorrect. It works fine on Android: Android reported MediaPlayer.NetworkError correctly. I haven't tried the other platform yet.