dorsvr
dorsvr copied to clipboard
Can install on Ubuntu 16.04 with Go 1.8
root@StreamEdge01:~/go/src/github.com/djwackey/dorsvr# make test ok github.com/djwackey/dorsvr/groupsock 0.006s
github.com/djwackey/dorsvr/livemedia
livemedia/stream_state.go:116: s.rtcpInstance.destroy undefined (type *RTCPInstance has no field or method destroy) FAIL github.com/djwackey/dorsvr/livemedia [build failed]
github.com/djwackey/dorsvr/livemedia
livemedia/stream_state.go:116: s.rtcpInstance.destroy undefined (type *RTCPInstance has no field or method destroy)
github.com/djwackey/dorsvr/livemedia
livemedia/stream_state.go:116: s.rtcpInstance.destroy undefined (type *RTCPInstance has no field or method destroy) makefile:5: recipe for target 'test' failed make: *** [test] Error 2
Using version 1.6 also not support. any idea? thanks
Please git pull to get lastest code, and try again.
go build fail +1
# github.com/djwackey/dorsvr/livemedia
../livemedia/stream_state.go:14: undefined: RTCPInstance