Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Play live videoOdtwarzaj wideo na żywo:

Code Block
sendMessage({ type: 'init', mode: 'live', origin: 'SERVER1/DeviceIpint.1/SourceEndpoint.video:0:0'});

Go to the archive modePrzejdź do trybu archiwum:

Code Block
sendMessage({type: 'archive'})

Go to the live modePrzejdź do trybu na żywo:

Code Block
sendMessage({type: 'live'})

Start the playback of archive videoRozpocznij odtwarzanie wideo w archiwum:

Code Block
sendMessage({type: 'play'})

Stop the videoZatrzymaj wideo:

Code Block
sendMessage({type: 'stop'})

Go to a certain time in archive modePrzejdź do określonego momentu w archiwum:

Code Block
sendMessage({type: 'setTime', time: new Date("20192021-07-25 09:00:00")});


Note
titleAttention!

The date should be in Data powinna być w formacie ISO 8601 format.