nareix / joy4

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

ffmpeg bindings error #45

Open andboson opened 6 years ago

andboson commented 6 years ago

# bitbucket.org/andboson/cams-back/vendor/github.com/nareix/joy4/cgo/ffmpeg vendor/github.com/nareix/joy4/cgo/ffmpeg/audio.go:298: cannot use C.int64_t(self.Bitrate) (type C.int64_t) as type C.int in assignment

when i run

/github.com/nareix/joy4/examples/transcode/main.go

Ubuntu 16.04 x64

lidedongsn commented 6 years ago

maybe your ffmpeg version is not correct

baskeboler commented 6 years ago

I have the same issue

baskeboler commented 6 years ago

https://github.com/nareix/joy4/pull/56

hobbs commented 6 years ago

what version of ffmpeg is suggested for joy4?