How to play Live streaming in watchOS swift.

I an unable to play .m3u8 and live URL in watchOS swift but mp3 and Mp4 is playing.

VideoPlayer(player: AVPlayer(url: URL(string: "https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3")!)) { VStack { Text("Watermark") .foregroundStyle(.black) .background(.white.opacity(0.7)) Spacer() } .frame(width: 400, height: 300) }

How to play Live streaming in watchOS swift.
 
 
Q