Issue with vlc-ios HTTP POST method for streaming playback on iOS17

I'm developing an iOS app for video playback using the external library vlc-ios, Prior to iOS17, I was able to achieve streaming playback of mp4 files hosted on a server using the vlc-ios librarys's HTTP POST method. However, after iOS17, this streaming playback no longer functions. Upon inspecting the logs, there were no traces of vlc-ios receiving data from iPhone device.

Does anyone know the cause of this issue? Additionally, the occurrence condition is when the environment is iOS17 and the sim's 5G communication is enabled.

Replies

Does anyone know the cause of this issue?

When you have a problem with a third-party library, you have two options:

  • You can contact the library’s vendor for help.

  • If you have access to the library’s source code, you can dig into the problem yourself.

If you’re able to work out what Apple API is failing, I should be able to offer some guidance from there.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"