Relative Content

Tag Archive for iosswiftuivideo-streamingavfoundationavplayer

AVPlayer Won’t Play .ts Video Stream, But It Works in VLC

I’ve been trying to play a .ts (Transport Stream) video file in my SwiftUI app using AVPlayer, but I’m running into issues. The .ts file plays fine in VLC and other media players, so I’m confused as to why it won’t work in my iOS app.