rokudev / samples

Collection of sample channels for side-loading on your Roku device
MIT License
454 stars 290 forks source link

biftool for linux requires libavformat.so.57 without mentioning it #21

Open ilkka-ollakka opened 4 years ago

ilkka-ollakka commented 4 years ago

Seems that biftool tries to use libavformat.so.57, and fails if it's not present. This is not present with ldd the file or mentioned on documentation. Currently I have libavformat.so.58 installed.

rodrigodalri commented 1 year ago

hi, this can help

https://github.com/rokudev/samples/issues/50

bdef commented 1 year ago

Here's what I did to get it working on Ubuntu 20.04: https://github.com/rokudev/samples/issues/50#issuecomment-1499720196