Currently, we are using a standard AVPlayer
via AVPlayerViewController
to play video. We are streaming video from a url in the format https://ourdo
Alright - ended up discovering the answer to this is multifaceted. Here's what I needed to do to get things working.
By updating our backend to provide this response AND append the correct extension to the video files, we are now streaming to AVPlayer
as expected. Thank you to everyone who offered tips!