Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Odtwarzaj wideo na żywo:

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

Przejdź do trybu archiwum:

sendMessage({type: 'archive'})

Przejdź do trybu na żywo:

sendMessage({type: 'live'})

Rozpocznij odtwarzanie wideo w archiwum:

sendMessage({type: 'play'})

Zatrzymaj wideo:

sendMessage({type: 'stop'})

Przejdź do określonego momentu w archiwum:

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

Attention!

Data powinna być w formacie ISO 8601.

  • No labels