Initial POC works with IPFS

This commit is contained in:
Gabe Kangas
2020-05-29 18:08:33 -07:00
parent cc48f86b85
commit af698063bd
40 changed files with 826 additions and 29 deletions

6
go.mod
View File

@@ -3,7 +3,13 @@ module github.com/gabek/video-stream
go 1.14
require (
github.com/AlekSi/pointer v1.1.0 // indirect
github.com/grafov/m3u8 v0.11.1 // indirect
github.com/ipfs/go-ipfs-api v0.0.3 // indirect
github.com/ipfs/go-ipfs-http-client v0.0.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/quangngotan95/go-m3u8 v0.1.0 // indirect
github.com/radovskyb/watcher v1.0.7 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/yutopp/go-rtmp v0.0.0-20191212152852-4e41609a99bb // indirect
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect