The Compress Go lang library provides access to the Compress API for encoding videos, restreamers
- Easy-to-use API
To install Compress-Go, you can use go get
:
go get github.com/HiWay-Media/compress-go
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
}
}
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- 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.
This project is licensed under the MIT License. See the LICENSE file for details.