You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* prune ci config
* bump testify version
* remove unused makefile goals
* update readme
* fix example compile errors
* auto fix various linter warnings
* fix circle build
* match latest circle config schema
* map all xml attrs in content protection structs
* include in marshal
A [Go](https://golang.org) library for generating [MPEG-DASH](https://en.wikipedia.org/wiki/Dynamic_Adaptive_Streaming_over_HTTP) manifests.
6
4
7
5
## Install
8
6
9
-
This library uses [Glide](https://github.com/Masterminds/glide) to manage it's dependencies. Please refer to the Glide documentation to see how to install glide.
10
-
11
-
```bash
12
-
mkdir -p $GOPATH/src/github.com/zencoder
13
-
cd$GOPATH/src/github.com/zencoder
14
-
git clone https://github.com/zencoder/go-dash
15
-
cd go-dash
16
-
glide install
17
-
go install ./...
7
+
```
8
+
go get -u github.com/zencoder/go-dash
18
9
```
19
10
20
11
## Supported Features
@@ -38,31 +29,17 @@ go install ./...
38
29
39
30
## Example Usage
40
31
41
-
See [examples/](https://github.com/zencoder/go-dash/tree/master/examples)
32
+
See the [examples/](https://github.com/zencoder/go-dash/tree/master/examples) directory.
42
33
43
-
To run (Live Profile example):
44
-
```
45
-
make examples-live
46
-
```
34
+
## Development
47
35
48
-
To run (OnDemand Profile example):
49
36
```
50
-
make examples-ondemand
37
+
make test
51
38
```
52
39
53
-
## Development
54
-
55
-
### Dependencies
56
-
57
-
Tested on go 1.9.2.
58
-
59
-
### Build and run unit tests
60
-
61
-
make test
62
-
63
40
### CI
64
41
65
-
[This library builds on Circle CI, here.](https://circleci.com/gh/zencoder/go-dash/)
42
+
[This project builds in Circle CI](https://circleci.com/gh/zencoder/go-dash/)
0 commit comments