An open API service indexing awesome lists of open source software.

https://github.com/allan-nava/mistserver-go-sdk

MistServer Go SDK Rest API
https://github.com/allan-nava/mistserver-go-sdk

go golang golang-library mist mistserver rest streaming video

Last synced: about 1 year ago
JSON representation

MistServer Go SDK Rest API

Awesome Lists containing this project

README

          

# MistServer Go SDK
[![Go build](https://github.com/Allan-Nava/MistServer-go-sdk/actions/workflows/go-build.yml/badge.svg)](https://github.com/Allan-Nava/MistServer-go-sdk/actions/workflows/go-build.yml)

MistServer is a streaming media server that works well in any streaming environment even on a Raspberry Pi! It bridges the gap between dedicated media servers and web servers, performing the best of both worlds when it comes to media streaming delivery.

[Official Rest API Documentation](https://mistserver.org/documentation)

MistServer-go-sdk is a Go client library for interfacing with the MistServer API. It provides a convenient way to interact with the server and perform operations like creating and managing streams, retrieving server information, and managing access control.

## Installation

Use go get to install the library:

```bash
go get github.com/Allan-Nava/MistServer-go-sdk

```
## API Reference
The API reference documentation can be found in the Godoc.

## Contribute
We welcome contributions to this project. If you want to contribute, please fork the repository and submit a pull request with your changes.

## License
MistServer-go-sdk is licensed under the MIT License. See LICENSE for more information.