-1

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)
        }
  • `unable to play` is a vague description of program behavior ... what actually happens? – jsotola Aug 19 '23 at 21:05
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 19 '23 at 22:28

0 Answers0