VOD missions

VOD missions can be created using one of the following methods:

  • Manual creation
  • Automatic upload with StServer Uploader
  • Live mission recording
  • Mission import
  • Mission creation using server's REST Api

Mission table

Users with admin rights can access VOD mission control table section of Admin window. This table presents some basic information on available VOD missions. Mission's sensors can be accessed by expanding the mission row. Hovering over Missions thumbnail will show Mission's keyframe. VOD missions

Manual Mission creation

Press + button at the right top corner of the Mission control table. Mission creation dialog will appear. General info

Fill Mission name (must be unique) and description, assign the usergroup and Security classification, etc.
Press Next

Platform info
Fill Platform related info. Assign platform name (if available). Select presentation color, and Sort order (the order missions will appear in the Missions table) etc.
Press Next

Sensors info
Add video sensor (or sensors, if there are more than one), edit name and description.
Expand sensor's Row and drag and drop (or click and select) the video file.

Supported formats:
- STANAG files (.ts)
- Zip archived HLS - video segments along with a valid video manifest (.m3u8)

Press Ok to close the window and start uploading and processing.


You can find some advanced configuration options in the sensorHls section of ./data/config.json file. More on advanced config.

Mission upload
Now the server will create the mission, upload the assets, ingest them into internal DB, calculate some geo information (like area) if there is enough required data available, and perform some additional tasks. Upon completion, the mission will be available for playback.

Bulk Mission upload with StServer Uploader

It is possible to automatically upload multiple missions using StServerUploader. You can also upload your videos to the server using ftp (or any other method) and use StServerUploader to ingest them.

Please see StServer Uploader