You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a humble bugreport. I've tried to run the player, but got an error:
$ git clone https://github.com/FyshOS/movies
[...]
$ cd movies/
$ go run ./
# github.com/zergon321/reisen
../../../../../.gvm/pkgsets/go1.23.2/global/pkg/mod/github.com/zergon321/[email protected]/audio.go:57:17: could not determine kind of name for C.swr_alloc_set_opts
The text was updated successfully, but these errors were encountered:
Thanks, it seems that the API of one of the dependencies has moved on and the reisen library is not updated. We will need to figure out the break and fix the usage upstream.
It looks like you need to be using ffmpeg v6 and recently systems have gone to 7.
I don't think any forks of the reisen project have moved to 7 yet.
If you can downgrade let us know how you get on. Updating looks like it could be a lot of work.
Thanks for the response. I do use ffmpeg v7 and downgrading is not an option for me.
Today I tried to fix reisen for some time, and realized it is too much work. So I decided to write my fyne-ish player from scratch based on astiav (with which I don't have problems). It already displays the picture/video, tomorrow will make audio...
xaionaro
changed the title
could not determine kind of name for C.swr_alloc_set_opts
Incompatible with ffmpeg v7: could not determine kind of name for C.swr_alloc_set_opts
Oct 27, 2024
Just a humble bugreport. I've tried to run the player, but got an error:
The text was updated successfully, but these errors were encountered: