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

../../src/Media/MediaSourceElement.cpp:163:11: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope case CODEC_ID_MPEG2VIDEO: #34

Open
adhirmndl opened this issue Jan 4, 2019 · 1 comment

Comments

@adhirmndl
Copy link

../../src/Media/MediaSourceElement.cpp:163:11: error: 'CODEC_ID_MPEG2VIDEO' was not declared in this scope
case CODEC_ID_MPEG2VIDEO:
^~~~~~~~~~~~~~~~~~~
../../src/Media/MediaSourceElement.cpp:163:11: note: suggested alternative: 'AV_CODEC_ID_MPEG2VIDEO'
case CODEC_ID_MPEG2VIDEO:
^~~~~~~~~~~~~~~~~~~
AV_CODEC_ID_MPEG2VIDEO
../../src/Media/MediaSourceElement.cpp:175:11: error: 'CODEC_ID_MPEG4' was not declared in this scope
case CODEC_ID_MPEG4:
^~~~~~~~~~~~~~
../../src/Media/MediaSourceElement.cpp:175:11: note: suggested alternative: 'AV_CODEC_ID_MPEG4'
case CODEC_ID_MPEG4:
^~~~~~~~~~~~~~
AV_CODEC_ID_MPEG4
../../src/Media/MediaSourceElement.cpp:181:11: error: 'CODEC_ID_H264' was not declared in this scope
case CODEC_ID_H264:

@OtherCrashOverride
Copy link
Owner

This indicates you are not using a supported version of libav/ffmpeg. The "master" branch only supports Ubuntu 16.04 and the "bionic" branch only supports Ubuntu 18.04. Other distros and versions are not supported.

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

2 participants