dorsvr icon indicating copy to clipboard operation
dorsvr copied to clipboard

Can install on Ubuntu 16.04 with Go 1.8

Open sassyn opened this issue 7 years ago • 2 comments

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

sassyn avatar Apr 09 '17 21:04 sassyn

Please git pull to get lastest code, and try again.

djwackey avatar Apr 12 '17 16:04 djwackey

go build fail +1

# github.com/djwackey/dorsvr/livemedia
../livemedia/stream_state.go:14: undefined: RTCPInstance

qiukeren avatar May 14 '17 19:05 qiukeren