Skip to content

Allan-Nava/MistServer-go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MistServer Go SDK

Go build

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

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:

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.