Skip to main content

Kollus Uploader Upload (Bulk Upload)

Notice

This document is a machine-translated draft and is currently undergoing review. Some content may be inaccurate or differ from the original Korean version. For the most precise information, refer to the Korean documentation.

  • PlanEnterprise

Kollus Uploader is a dedicated desktop program for Kollus VOD that reliably uploads large volumes of content files. It supports both Windows and macOS operating systems.

Step 1: Install the Uploader

Check the specifications of the operating system you are using and proceed with the installation.

Operating SystemMinimum RequirementsInstallation File
Windows
  • x86-compatible processor of 2.33GHz or higher (Intel Atom™ 1.6GHz processor or higher for netbooks)
  • Microsoft® Windows® XP, Windows Server 2008, Windows Vista® Home Premium, Business, Ultimate, or Enterprise (including 64-bit editions) (Service Pack 2), Windows 7
  • 512MB RAM (1GB recommended)
Download for Windows
macOS
  • Intel® Core™ Duo 1.83GHz processor or higher
  • macOS 10.9 or higher
  • 512MB RAM (1GB recommended)
Download for macOS

Step 2: Sign in to the Uploader

  1. Launch Kollus Uploader.
  2. When the sign-in panel appears, enter your sign-in information.
    ItemDescription
    Main NodeThe node of your workspace (e.g., KR)
    EmailYour Kollus VOD console sign-in account
    API Access TokenWhere to find: Kollus VOD console > [Settings] > [API]
    Save Connection InfoIf checked, automatic sign-in is applied from the next launch
    Use Advanced FeaturesMust be enabled to use the Passthrough upload feature
  3. Upon successful sign-in, the program automatically connects to the FTP server.

Step 3: Upload files

Configure upload options and add files on the main screen.

  1. Select the upload options. Please contact your Account Manager to activate upload options.
    OptionDescription
    Media TypeSelect the format of the file to upload.
    EncryptionApplies DRM security so that only authorized users can play the content.
    CategorySpecifies the category to which the content will be automatically registered.
    PassthroughA method of servicing the content in its original specifications without additional encoding. (Refer to the Passthrough settings guide section)
  2. Drag and drop files into the upload area, or click [Select file] to select files.
    • File Name Emoji Restriction: Files with emojis in the file name cannot be uploaded.
    • Supported File Extensions: Only files with the following extensions can be uploaded. Unsupported file formats are automatically excluded from the upload list or fail to upload.
      • Video: .3gp, .asf, .avi, .flv, .webm, .m2v, .m4v, .mov, .mp4, .m2ts, .mkv, .mpeg, .mpg, .mts, .mxf, .ts, .wmv, .m2t, .tp
      • Audio: .ac3, .aac, .flac, .mp3, .wma
  3. Once everything is ready, click [Upload].

Passthrough settings guide

The Passthrough feature allows you to immediately provide streaming service using the uploaded original file as-is, without a separate encoding process. This feature is useful when you want to preserve the original video quality.

Upload method

Caution
  • Priority: The category and encryption options in the Passthrough settings take precedence over the default console settings.
  • Rule mismatch: Files that do not match the configured wildcard conditions are processed using standard encoding instead of Passthrough.
  • Duplicate handling: You can upload files while preserving the local folder structure, and the system automatically filters out duplicate files in the queue.

Depending on your management purpose, you can choose one of two methods to configure.

Method 1: Single file upload

Used when servicing a single-resolution file independently.

  • Configuration method: In the Passthrough settings window, leave the wildcard field empty and specify only the encoding profile.
  • How it works: The uploaded file name is preserved as-is, and each file is registered as an individual content item in the system.

Method 2: Wildcard-based combined upload

Used when building a multi-bitrate environment where the video quality automatically adjusts to the viewer's network conditions.

  • Configuration method: Enter a wildcard rule to recognize a specific pattern in the file name.
  • How it works: When files of multiple resolutions (e.g., 360p, 720p) are uploaded, the system recognizes them as the same content and manages them together under a single content ID.
    • Example: If A_360.mp4 and A_720.mp4 are uploaded at the same time, the system recognizes them as the low-quality and high-quality versions of content A and builds a multi-bitrate environment.
  • Wildcard rules: A wildcard identifies and removes a variable string in the file name, grouping different files together as one. The * character represents the variable string.
    RuleDescriptionApplication Example
    *_720pRemoves the _720p text at the end of the file namepart1_720p.mp4part1.mp4
    _720pRemoves the first occurrence of _720p text in the file namepart1_720p_v2.mp4part1_v2.mp4