Unable to change the playhead location using Samsung AVPlay API
问题 I have a typescript/javascript Tizen Web App running in a Samsung Smart TV Emulator v5.0. Using the Samsung AVPlay API. The web app plays an MPEG streaming video source from an HDHomeRun device. The video plays perfectly with sound. The problem is, none of the playhead changing functions work. i.e seek , jumpBackward , jumpForward etc. The all give me the same error "InvalidStateError: PLAYER_ERROR_INVALID_STATE" even though the state is valid "PLAYING, PAUSED or READY". Here is a code