I an unable to play .m3u8 and live URL in watchOS swift but mp3 and Mp4 is playing.
VideoPlayer(player: AVPlayer(url: URL(string: "http://live.greektv.ca/hls1/greektv.m3u8")!)) {
VStack {
Text("Watermark")
.foregroundStyle(.black)
.background(.white.opacity(0.7))
Spacer()
}
.frame(width: 400, height: 300)
}