compress-go

module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2025 License: MIT

README

compress-go

Go build Go test workflow

The Compress Go lang library provides access to the Compress API for encoding videos, restreamers

Table of Contents

Features

  • Easy-to-use API

Installation

To install Compress-Go, you can use go get:

go get github.com/HiWay-Media/compress-go

Usage

Here's a quick example of how to use Compress-Go


func main(){
    //
    apiKey := os.Getenv("API_KEY")
    customerName := os.Getenv("CUSTOMER_NAME")
    //
    c, err := compress.NewCompress(customerName, apiKey, true)
    if err != nil {
        return nil, err
    }
}

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

Fork the repository.

  • Create a feature or bugfix branch.
  • Make your changes.
  • Create a pull request with a detailed description of your changes.
  • Please refer to our Contributing Guidelines for more information.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL