Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with recent versions of ffmpeg #270

Open
hsenot opened this issue Jun 23, 2021 · 0 comments
Open

Incompatibility with recent versions of ffmpeg #270

hsenot opened this issue Jun 23, 2021 · 0 comments

Comments

@hsenot
Copy link

hsenot commented Jun 23, 2021

Hi there,

While the install guide does mention ffmpeg 2.6 as the tested version, actually compiling ffmpeg 2.6 with --enable-shared is quite hard due to the multiple dependencies ffmpeg has on different libraries.

Basically, I ended up not being able to compile at all older ffmpeg versions (2.6, 3.0), and encountering issues while compiling veejay-core against ffmpeg 4.4 (error mssages around AVStream API having changed from 'codec' to 'codecpar').

Rather than battling for compiling old ffmpeg versions, I was wondering if you had plans to support more recent versions of ffmpeg (say 4.x). My naive attempt at replacing 'codec' with 'codecpar' in veejay-core's avhelper.c ended up in segmentation faults (core dumps) when running veejay with a video file (though the dummy mode was running ok).

Is there debugging information I can provide (am not familiar at all with core dumps :-/ )?
Thank you!

Herve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant