Direct Player URLs

Direct player URLs enable authorized individuals to access live or recorded footage from devices without having to go through unnecessary steps, such as selecting organizations, sites, devices, or timestamps. For example, the URL can directly take a user to a specific device and display footage from a specified time.


Link Options

Live Video of Devices: Stream live video from a device or set of devices

    • Single Device: https://platform.yoursix.com/matrix?deviceIds=<deviceID>
    • Multiple Devices: https://platform.yoursix.com/matrix?deviceIds=<deviceID>,<deviceID>

Event Video of Devices: Stream recorded video from a device or set of devices

    • Single Device: https://platform.yoursix.com/matrix?deviceIds=<deviceID>&timestamp=<timestamp>
    • Multiple Devices: https://platform.yoursix.com/matrix?deviceIds=<deviceID>,<deviceID>&timestamp=<timestamp>

Live Video of Devices at a Site: Stream devices from a single site. This will auto populate the matrix with up to 20 devices from a single site

    • https://platform.yoursix.com/matrix/autoplay/organization/<organizationID>/site/<siteID>

Retrieving Information

Organization ID and Site ID

    1. Navigate to “Configuration” tab along the top menu
    2. Select “Devices ” along the left menu
    3. Confirm the organization and site information
    4. Organization ID and Site ID are located in the URL

Device ID

    1. Navigate to “Configuration” tab along the top menu
    2. Select “Devices ” along the left menu
    3. Confirm the organization and site information
    4. Select the desired device from the list
    5. Device ID is located in the URL


Notes

  • When viewing multiple devices at a time, place a comma between “DeviceIds”
  • The URL supports 1-20 devices. If more than 20 device Ids are added to the URL, only the first 20 will be added to the view
  • “Timestamp” is a unix epoch timestamp in seconds where the playback should start. Ifomitted, it will play live
  • The URLs are case sensitive