Go to documentation repository
Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.
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")});
Uwaga!
Data powinna być w formacie ISO 8601.
Overview
Content Tools