nareix / joy4

Golang audio/video library and streaming server
MIT License
2.66k stars 501 forks source link

Failed to start http_flv_and_rtmp_server #20

Closed Naresh-Edla closed 7 years ago

Naresh-Edla commented 7 years ago

This is very good open source library for streaming. I tried to run as given below but error thrown

/go/src/github.com/nareix/joy4/examples$ go run http_flv_and_rtmp_server/main.go

github.com/nareix/joy4/format/flv

*../format/flv/flv.go:416: self.bufr.Discard undefined (type bufio.Reader has no field or method Discard)**

Could you please help me out on this issue.