go-PPSPP

module
v0.0.0-...-babd247 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2017 License: MIT

README

go-PPSPP

go-PPSPP is a Go implementation of the Peer-to-Peer Streaming Peer Protocol (rfc7574).

The PPSPP protocol serves as a transport layer for video live streaming. It is format-agnostic (can be used to transport any video format), and network protocol-agnostic (should be able to talk to any network protocol like tcp, udp, webrtc, etc).

This Go implementation is intended to be used as a library for go projects that want to use PPSPP for live video streaming.

Installation

go get github.com/livepeer/go-PPSPP

Usage

Import the core package into your go project:

import "github.com/livepeer/go-PPSPP/core"

Take a look at simple.go for an example of how to use go-PPSPP. You can run the simple example like this:

go run examples/simple/simple.go

You should see a lot of logger spew and then it should terminate without error.

Contributing

All contributions and bug fixes are welcome as pull requests back into the repo.

To run all tests, from the core directory, run:

go test -timeout 30s

Please report protocol bugs big and small by opening an issue. No possible bug report is too small.

Credits

This project was created and is maintained by Livepeer and others. See the complete list of contributors.

License

This project is licensed under the terms of the MIT license.

Directories

Path Synopsis
examples

Jump to

Keyboard shortcuts

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