Hi, I just add airplay to my app and I tried to stream to my TV but not works
AirPlay code: //Airplay button let routePickerView = AVRoutePickerView.init(frame: airplayButton.frame) routePickerView.isRoutePickerButtonBordered = false self.view.addSubview(routePickerView)let asset = AVAsset(url: URL(string: "https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8")!)