LePips / VLCUI

VLCKit for SwiftUI
MIT License
43 stars 18 forks source link

Playback state not updating on play/pause #5

Closed zmartell closed 2 years ago

zmartell commented 2 years ago

Hi,

Using: tvOSVLCUI example

I can play the videos fine but when i press play/pause it doesnt update viewModel.playerState in OverlayView, the others one like viewModel.position does, but not playerState.

LePips commented 2 years ago

I've updated the examples with my recent work.