Skip to content

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

License

Notifications You must be signed in to change notification settings

HiWay-Media/compress-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages