Video Playback, Pause, Fast Forward, Rewind, and Seek
# Video Playback, Pause, Fast Forward, Rewind, and Seek
Path:
/api/videocommand
Method: POST
Request:
{"command":"pause"}
Example:
{"command":"pause"}: Pause video
{"command":"play"}: Play video
{"command":"playpause"}: Toggle between play and pause
{"command":"fastforward","value":30}: Fast forward video by 30 seconds
{"command":"fastrewind","value":10}: Rewind video by 10 seconds
{"command":"position","value":20}: Play the video at the specified position of 20 seconds